diff --git a/debian/changelog b/debian/changelog index b4b4f4e..d945587 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ * Declare compliance with Debian Policy 3.9.8. * Switch Vcs-Git header from git:// to https://. * Switch DEP5 format header from http:// to https://. + * Switch to dh compat level 10, drop --parallel and --with autoreconf. -- Axel Beckert Fri, 13 May 2016 14:31:49 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 2f69a94..5a24216 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Axel Beckert Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 10), dh-autoreconf, dpkg-dev (>= 1.16.1~), libfltk1.3-dev (>= 1.3.2-3~), diff --git a/debian/rules b/debian/rules index 3df31d2..be00722 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-ipv6 --enable-ssl