From 927c29814081624b37e4b7b732b930198f08740e Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 28 Apr 2011 21:01:55 +0200 Subject: [PATCH] Build-depend on quilt to use dh --with quilt. --- debian/changelog | 1 + debian/control | 2 +- debian/patches/series | 0 debian/rules | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/patches/series 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 -- 2.39.2