]> git.decadent.org.uk Git - ap-utils.git/commitdiff
Upgrade to debhelper 7
authorBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 03:16:09 +0000 (04:16 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 03:16:09 +0000 (04:16 +0100)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index 5630437d354efd594647c5f1ebfa2d551a77b140..481233c4eff4b7261f498260a184b6ffccd351d2 100644 (file)
@@ -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 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
index 975b69fff1fa356bb71ac281ab402db1677c0a53..b49cb00cd13ebec60aa74fe5aec171294ca83e12 100644 (file)
@@ -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:
index 93ba26f2e834d8ef5a1e10aaa2dac1df1c8bbb1b..20c5b5da2adc4ecd65074002e605fc7721f86a64 100755 (executable)
@@ -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)