diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-10 01:31:19 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-10 01:31:19 +0100 |
commit | 352e6f4a76e8c9522cb6a91405d7a82ef735c1ad (patch) | |
tree | 702816b58ca365db8af6b2de1533ee3bd01cd0d7 | |
parent | 7c34a79d49377544d2c03597941643d0c60bd643 (diff) | |
download | wavemon-352e6f4a76e8c9522cb6a91405d7a82ef735c1ad.tar.gz |
Bump debhelper to v9
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c9739bf..5050cda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ wavemon (0.7.5-2) UNRELEASED; urgency=low * Mark as linux-any to save CPU cycles on KFreeBSD/Hurd buildds + * Bump debhelper to v9 -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 09 Jun 2012 11:53:56 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 7d28519..10ea8a7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: wavemon Section: net Priority: extra Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: autotools-dev, patchutils, libncurses5-dev, - debhelper (>= 7.0.50~), linux-libc-dev +Build-Depends: autotools-dev, libncurses5-dev, + debhelper (>= 9), linux-libc-dev Standards-Version: 3.9.3 Homepage: http://eden-feed.erg.abdn.ac.uk/wavemon |