From 54c5838d9a32781749cf2d28c55fc23b53efe039 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 5 Feb 2012 22:51:00 +0000 Subject: Use quilt --- debian/changelog | 11 ++++++----- debian/control | 3 ++- 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 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 Uploaders: Jonathan McCrohan -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 -- cgit v1.2.3