summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-08-26 15:52:55 -0700
committerRuss Allbery <eagle@eyrie.org>2018-08-26 15:52:55 -0700
commit3d3ee1ac7b2c7aadf34ee34cbbf5a9b496ea55fc (patch)
tree9ca5dec2cd9f3c3b574bfaef7ef5c86da456a26e
parentefefdf052f9f84fce9f59764208dc017b4046ce4 (diff)
Update to debhelper compatibility level V11
* Update to debhelper compatibility level V11. - Remove --parallel flags, no longer needed. - Remove dh-autoreconf dependency and sequence, no longer needed.
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
4 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d85df2..8f454fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
libpam-afs-session (2.6-2) UNRELEASED; urgency=medium
* Move the packaging repository to Salsa from Alioth and update Vcs-*.
+ * Update to debhelper compatibility level V11.
+ - Remove --parallel flags, no longer needed.
+ - Remove dh-autoreconf dependency and sequence, no longer needed.
* Update standards version to 4.2.1.
- Enable verbose test output.
- Install the upstream release notes as NEWS.gz, not changelog.gz.
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index f016d6a..f84684d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Russ Allbery <rra@debian.org>
Uploaders: Sam Hartman <hartmans@debian.org>
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9), comerr-dev, dh-autoreconf, libkrb5-dev,
+Build-Depends: debhelper (>= 11), comerr-dev, libkrb5-dev,
libpam0g-dev, libtest-pod-perl
Rules-Requires-Root: no
Homepage: https://www.eyrie.org/~eagle/software/pam-afs-session/
diff --git a/debian/rules b/debian/rules
index a1a7eb8..81f3f54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,10 @@ export C_TAP_VERBOSE = 1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_auto_configure:
- dh_auto_configure --parallel -- --enable-reduced-depends \
+ dh_auto_configure -- --enable-reduced-depends \
--libdir=/lib/$(DEB_HOST_MULTIARCH) --with-krb5 \
--without-libkafs --with-aklog=/usr/bin/aklog