summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-08-26 18:02:24 -0700
committerRuss Allbery <eagle@eyrie.org>2018-08-26 18:02:24 -0700
commit1e6109f5468a512202d4bf302ca277ccbe66bda5 (patch)
treea979c756fce745aa2f28a7d03e72d11583b67488
parent638e9c3b7b4aabd56e4ccf1c74ec689c767463e7 (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/control3
-rwxr-xr-xdebian/rules6
4 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f7d59b..290e9e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
krb5-sync (3.1-2) UNRELEASED; urgency=medium
+ * Update to debhelper compatibility level V11.
+ - Remove --parallel flags, no longer needed.
+ - Remove dh-autoreconf dependency and sequence, no longer needed.
* Update to standards version 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 53e3459..e071dfd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: net
Priority: optional
Maintainer: Russ Allbery <rra@debian.org>
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 11),
libipc-run-perl,
libkrb5-dev,
libldap2-dev,
diff --git a/debian/rules b/debian/rules
index 206e0ac..2c2e306 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,13 @@ 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=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
- dh_auto_install --parallel
+ dh_auto_install
rm debian/tmp/usr/lib/*/krb5/plugins/kadm5_hook/*.la
chmod 644 debian/tmp/usr/lib/*/krb5/plugins/kadm5_hook/*.so