summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2013-10-22 00:51:28 +0200
committerAndreas Beckmann <anbe@debian.org>2013-10-22 00:51:28 +0200
commit46eb47bd278689ec46f3830a1ecae86052fe7ef0 (patch)
tree70d4755db77ecd6fc97e01a4d63d190c354e168d /debian
parent9b5080da9228d71649fb3979e9ee0164e013c880 (diff)
downloadsendmail-46eb47bd278689ec46f3830a1ecae86052fe7ef0.tar.gz
switch to debhelper compat level 9
Diffstat (limited to 'debian')
-rw-r--r--debian/build/debian/control.m4.in2
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/configure.ac2
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/build/debian/control.m4.in b/debian/build/debian/control.m4.in
index 8395c83..eb801f5 100644
--- a/debian/build/debian/control.m4.in
+++ b/debian/build/debian/control.m4.in
@@ -34,7 +34,7 @@ Build-Depends:
quilt,
patchutils,
dh-buildinfo,
- debhelper (>= 5),
+ debhelper (>= 9),
linux-libc-dev (>= 2.6.21-3) [linux-any],
groff,
bsdmainutils,
diff --git a/debian/changelog b/debian/changelog
index 6a80fe8..7765377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ sendmail (8.14.4-4.2) UNRELEASED; urgency=low
* Let dh_lintian install the overrides.
* Simplify managing generated control files by placing the templates
directly in debian/.
+ * Switch to debhelper compat level 9.
-- Andreas Beckmann <anbe@debian.org> Sat, 19 Oct 2013 02:41:51 +0200
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/configure.ac b/debian/configure.ac
index 5212aa6..8105050 100644
--- a/debian/configure.ac
+++ b/debian/configure.ac
@@ -318,7 +318,7 @@ else
sm_dist_name='Debian';
sm_dist_vers=`cat /etc/debian_version`;
# Determine which level of debhelper we're building with
- DEBIAN_DH='1';
+ DEBIAN_DH='9';
if test -x /usr/bin/dh_testversion; then
# Must run this test above the debian directory
if (cd .. && dh_testversion 4.1.0 2>/dev/null); then