From 5ebcc1cedd30537e39c93859e77f1e8992c5c703 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 12 Jul 2019 00:18:40 +0200 Subject: [PATCH] debian/rules: Disable the build of the GTK+ test application for now, this is not ready yet --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 462a2ddf..be2debf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ libfprint (1:0.99.0-1) UNRELEASED; urgency=medium - Other patches: Refreshed * debian/gbp.conf: Set pristine-tar and upstream-vcs-tag * debian/control: Update Vcs-* fields (Closes: #909256) + * debian/rules: Disable the build of the GTK+ test application for now, this + is not ready yet - -- Laurent Bigonville Fri, 12 Jul 2019 00:15:03 +0200 + -- Laurent Bigonville Fri, 12 Jul 2019 00:17:51 +0200 libfprint (1:0.8.2-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index d58bd5a4..4df4e2a0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Configuration arguments -CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d +CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d -Dgtk-examples=false %: dh $@