aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 22:51:00 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-05 22:51:00 +0000
commit54c5838d9a32781749cf2d28c55fc23b53efe039 (patch)
tree8e0e084bd5edad1be535d6a7c04da12a89665707
parentac38153ebac22951891da5ba361059b29958ba60 (diff)
downloadwavemon-54c5838d9a32781749cf2d28c55fc23b53efe039.tar.gz
Use quilt
-rw-r--r--debian/changelog11
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules1
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