diff options
author | Andreas Beckmann <anbe@debian.org> | 2013-10-22 00:51:28 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2013-10-22 00:51:28 +0200 |
commit | 46eb47bd278689ec46f3830a1ecae86052fe7ef0 (patch) | |
tree | 70d4755db77ecd6fc97e01a4d63d190c354e168d /debian/configure.ac | |
parent | 9b5080da9228d71649fb3979e9ee0164e013c880 (diff) | |
download | sendmail-46eb47bd278689ec46f3830a1ecae86052fe7ef0.tar.gz |
switch to debhelper compat level 9
Diffstat (limited to 'debian/configure.ac')
-rw-r--r-- | debian/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |