From: Sven Hoexter Date: Thu, 28 Apr 2011 19:01:55 +0000 (+0200) Subject: Build-depend on quilt to use dh --with quilt. X-Git-Tag: debian/1.1.3-2~7 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fpflogsumm.git;a=commitdiff_plain;h=927c29814081624b37e4b7b732b930198f08740e Build-depend on quilt to use dh --with quilt. --- diff --git a/debian/changelog b/debian/changelog index fc03895..762213b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pflogsumm (1.1.3-2) UNRELEASED; urgency=low * Increase Standards-Version up to 3.9.2 - no changes required. * Increase debhelper compat level to 8, build-depend on debhelper (>=8). * Add debian/source/format -> 1.0. + * Build-depend on quilt to use dh --with quilt. -- Sven Hoexter Thu, 28 Apr 2011 20:46:12 +0200 diff --git a/debian/control b/debian/control index c5a09bb..ee50b74 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pflogsumm Section: admin Priority: extra Maintainer: Sven Hoexter -Build-Depends-Indep: debhelper (>= 8) +Build-Depends-Indep: debhelper (>= 8), quilt Standards-Version: 3.9.2 Homepage: http://jimsun.linxnet.com/postfix_contrib.html Vcs-Git: git://git.sven.stormbind.net/git/sven/pflogsumm.git diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules index 5ede039..de4566b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with quilt override_dh_auto_install: install --mode=755 pflogsumm.pl debian/pflogsumm/usr/sbin/pflogsumm