From 46eb47bd278689ec46f3830a1ecae86052fe7ef0 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Tue, 22 Oct 2013 00:51:28 +0200 Subject: switch to debhelper compat level 9 --- debian/build/debian/control.m4.in | 2 +- debian/changelog | 1 + debian/compat | 2 +- debian/configure.ac | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3