From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 19 Apr 2009 03:16:09 +0000 (+0100)
Subject: Upgrade to debhelper 7
X-Git-Tag: debian/1.5-1~10
X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d80c6e8df4708464118630fb1767eb8ad72439d8;p=ap-utils.git

Upgrade to debhelper 7
---

diff --git a/debian/changelog b/debian/changelog
index 5630437..481233c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ap-utils (1.5-1) UNRELEASED; urgency=low
 
   * New maintainer - closes: #519617
   * Newer upstream release
+  * Upgrade to debhelper 7
 
  -- Ben Hutchings <ben@decadent.org.uk>  Sun, 19 Apr 2009 03:01:50 +0100
 
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index 975b69f..b49cb00 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ap-utils
 Section: net
 Priority: optional
 Maintainer: Ben Hutchings <ben@decadent.org.uk>
-Build-Depends: debhelper (>= 4.0.2), libncurses5-dev, autotools-dev
+Build-Depends: debhelper (>= 7), libncurses5-dev, autotools-dev
 Standards-Version: 3.6.1.0
 
 Package: ap-utils
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Access Point SNMP Utils for Linux
  A set of utilities for remotely administrating a variety of wireless
  access points via SNMP. Includes the following binaries:
diff --git a/debian/rules b/debian/rules
index 93ba26f..20c5b5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
-export DH_COMPAT=3
 
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)