mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Bump debhelper compatibility to 10 and rely on dh_autoreconf instead of calling the autotools explicitly
This commit is contained in:
Vendored
+3
-1
@@ -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
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
-6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user