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
-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: