From d80c6e8df4708464118630fb1767eb8ad72439d8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 19 Apr 2009 04:16:09 +0100 Subject: [PATCH] Upgrade to debhelper 7 --- debian/changelog | 1 + debian/compat | 1 + debian/control | 4 ++-- debian/rules | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 debian/compat 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 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 -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) -- 2.39.2