diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 5b1261a..4c64a86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ wavemon (0.7.3-1) unstable; urgency=low * New upstream release - * Bump to debhelper, compat and SV - * Remove unused dependencies - * Update FSF address - * Remove redundant patches - * Add watchfile + * Improve packaging + - Bump debhelper, compat and SV + - Remove unused dependencies + - Update FSF address + - Move from simple-patchsys to dpatch + - Add watchfile -- Jonathan McCrohan <jmccrohan@gmail.com> Sun, 05 Feb 2012 19:18:58 +0000 diff --git a/debian/control b/debian/control index 39300d9..8d5cf87 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: net Priority: extra Maintainer: Rene Engelhard <rene@debian.org> Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: cdbs, libncurses5-dev, debhelper (>= 7.0.50~), linux-libc-dev +Build-Depends: cdbs, quilt, patchutils, libncurses5-dev, + debhelper (>= 7.0.50~), linux-libc-dev Standards-Version: 3.9.2 Homepage: http://eden-feed.erg.abdn.ac.uk/wavemon diff --git a/debian/rules b/debian/rules index 7429672..bf46ed4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/dpatch.mk DEB_MAKE_INSTALL_TARGET=install DESTDIR=`pwd`/debian/wavemon |