[Pkg-openldap-devel] [openldap] 04/13: Upgrade to debhelper 10
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Fri Jul 28 03:20:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
rtandy-guest pushed a commit to branch master
in repository openldap.
commit 2a4bafbe570d48546e6076261f464d614e4be5c6
Author: Ryan Tandy <ryan at nardis.ca>
Date: Thu Jul 20 22:49:06 2017 -0700
Upgrade to debhelper 10
---
debian/changelog | 5 +++++
debian/compat | 2 +-
debian/control | 3 +--
debian/rules | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1fdac3e..0ea5ea1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,11 @@ openldap (2.4.45+dfsg-1) UNRELEASED; urgency=medium
- ITS-8554-kFreeBSD-is-like-BSD.patch
- ITS-8644-wait-for-slapd-to-start-in-test064.patch
- ITS-8655-paged-results-double-free.patch
+ * Upgrade to debhelper compat level 10.
+ - Depend on debhelper 10.
+ - Stop enabling parallel and autoreconf explicitly. They are now enabled
+ by default.
+ - Drop dh-autoreconf from build-depends since debhelper requires it.
-- Ryan Tandy <ryan at nardis.ca> Mon, 17 Jul 2017 20:30:07 -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 2bc9a8c..d05ffdb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders: Roland Bauerschmidt <rb at debian.org>,
Matthijs Möhlmann <matthijs at cacholong.nl>,
Timo Aaltonen <tjaalton at ubuntu.com>,
Ryan Tandy <ryan at nardis.ca>
-Build-Depends: debhelper (>= 9.20150501),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.17.14),
groff-base,
heimdal-multidev (>= 7.4.0.dfsg.1-1~) <!stage1>,
diff --git a/debian/rules b/debian/rules
index 9c0c7fd..581edc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ get-orig-source:
rm -r openldap-$(VERSION)+dfsg
gzip -9 openldap_$(VERSION)+dfsg.orig.tar
-DH = dh $@ --with autoreconf --builddirectory=$(builddir) --parallel
+DH = dh $@ --builddirectory=$(builddir)
.PHONY: build
build:
$(DH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list