From: Russ Allbery Date: Sun, 25 Dec 2016 19:37:02 +0000 (-0800) Subject: Update to debhelper compatibility level V10 X-Git-Tag: debian/3.1-1~4 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=8772a82d6a46e6f9a51b73bda2c76a20339da467;p=kerberos%2Fkrb5-strength.git Update to debhelper compatibility level V10 * Update to debhelper compatibility level V10. - Remove explicit dh-autoreconf dependency and invocation. - Remove explicit --parallel flags. --- diff --git a/debian/changelog b/debian/changelog index b4d2a45..f82087d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ krb5-strength (3.1-1) UNRELEASED; urgency=medium * Run wrap-and-sort -ast. * Refresh upstream signing key. * Enable all hardening flags. + * Update to debhelper compatibility level V10. + - Remove explicit dh-autoreconf dependency and invocation. + - Remove explicit --parallel flags. * Update standards version to 3.9.8 (no changes required). -- Russ Allbery Sun, 13 Apr 2014 12:23:18 -0700 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 16226cc..0c8bb77 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: extra Maintainer: Russ Allbery Build-Depends: cracklib-runtime, - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 10), libcdb-dev, libcrack2-dev, libcrypt-pbkdf2-perl, diff --git a/debian/rules b/debian/rules index b35fb8f..142523e 100755 --- a/debian/rules +++ b/debian/rules @@ -3,14 +3,11 @@ # Add hardening build flags. export DEB_BUILD_MAINT_OPTIONS = hardening=+all -PACKAGE := $(shell dh_listpackages) - %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: - dh_auto_configure --parallel -- --enable-reduced-depends \ - --with-cracklib + dh_auto_configure -- --enable-reduced-depends --with-cracklib override_dh_auto_install: dh_auto_install --parallel