From 4569b31b41f2f2816277f5d07efc028a35797100 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Tue, 16 May 2017 12:48:01 +0200 Subject: [PATCH] Bump debhelper compatibility to 10 and rely on dh_autoreconf instead of calling the autotools explicitly --- debian/changelog | 4 +++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 6 ------ 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index c7ad921a..368ded66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ libfprint (1:0.7.0-1) UNRELEASED; urgency=medium * New 0.7.0 upstream release: - Add VFS0050 driver (Closes: #843626) - Refresh the patches, drop all the upstreamed ones + * Bump debhelper compatibility to 10 and rely on dh_autoreconf instead of + calling the autotools explicitly * debian/control: - Bump Standards-Version to 3.9.8 (no further changes) - Use https for the Homepage and Vcs-* fields @@ -12,7 +14,7 @@ libfprint (1:0.7.0-1) UNRELEASED; urgency=medium instead, ImageMagick is not supported since 0.6.0 * Add debian/watch file - -- Laurent Bigonville Tue, 16 May 2017 12:09:22 +0200 + -- Laurent Bigonville Tue, 16 May 2017 12:47:16 +0200 libfprint (1:0.6.0-2) unstable; urgency=low diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 61ba43d0..18871d0c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: extra Section: libs Maintainer: FingerForce Team Uploaders: Ulises Vitulli , Didier Raboud -Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, +Build-Depends: debhelper (>= 10), libusb-1.0-0-dev, libglib2.0-dev, libpixman-1-dev, libxv-dev, libnss3-dev Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index dcbe79a9..2abc5086 100755 --- a/debian/rules +++ b/debian/rules @@ -11,12 +11,6 @@ override_dh_clean: rm -f debian/libfprint0.udev override_dh_auto_configure: - # From autogen.sh - libtoolize --copy --force - aclocal - autoheader - autoconf - automake -a -c dh_auto_configure -- $(CONFIG_ARGS) override_dh_auto_install: