Bump debhelper compatibility to 10 and rely on dh_autoreconf instead of calling the autotools explicitly

This commit is contained in:
Laurent Bigonville
2017-05-16 12:48:01 +02:00
parent 5684939c33
commit 4569b31b41
4 changed files with 5 additions and 9 deletions
+3 -1
View File
@@ -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 <bigon@debian.org> Tue, 16 May 2017 12:09:22 +0200
-- Laurent Bigonville <bigon@debian.org> Tue, 16 May 2017 12:47:16 +0200
libfprint (1:0.6.0-2) unstable; urgency=low
+1 -1
View File
@@ -1 +1 @@
9
10
+1 -1
View File
@@ -3,7 +3,7 @@ Priority: extra
Section: libs
Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>, Didier Raboud <odyx@debian.org>
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
-6
View File
@@ -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: