]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Update to debhelper compatibility level V10
authorRuss Allbery <eagle@eyrie.org>
Sun, 25 Dec 2016 19:37:02 +0000 (11:37 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 25 Dec 2016 19:37:02 +0000 (11:37 -0800)
* Update to debhelper compatibility level V10.
  - Remove explicit dh-autoreconf dependency and invocation.
  - Remove explicit --parallel flags.

debian/changelog
debian/compat
debian/control
debian/rules

index b4d2a454795950f481ee4aab5d2e62db99470273..f82087d3b4a4e9c567d66a2c692387a476b05e4e 100644 (file)
@@ -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 <rra@debian.org>  Sun, 13 Apr 2014 12:23:18 -0700
index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 16226cc970cab8aeb6ad7bb31ccb1df1bf06c1d7..0c8bb77ce624ca87473eda5e14ed2d5a72a2c78e 100644 (file)
@@ -4,8 +4,7 @@ Priority: extra
 Maintainer: Russ Allbery <rra@debian.org>
 Build-Depends:
  cracklib-runtime,
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 10),
  libcdb-dev,
  libcrack2-dev,
  libcrypt-pbkdf2-perl,
index b35fb8f246d3fff926248407a2dd0f3b94e30bac..142523e8e7110c00c2f1ad1c4da57d742606d2b9 100755 (executable)
@@ -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