From: Sven Höxter Date: Thu, 9 Apr 2020 12:34:46 +0000 (+0200) Subject: Update packaging to use source format 3.0 X-Git-Tag: debian/1.1.5-6~1 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fpflogsumm.git;a=commitdiff_plain;h=64fad7b9045696bda526f5813317071b1c9a47a3 Update packaging to use source format 3.0 --- diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 3d5f55c..0000000 --- a/debian/README.source +++ /dev/null @@ -1,3 +0,0 @@ -This package uses quilt to manage the patches in debian/patches. -For further information please install the quilt package and read -/usr/share/doc/quilt/README.source. diff --git a/debian/changelog b/debian/changelog index c85c3fa..10f699a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ pflogsumm (1.1.5-6) UNRELEASED; urgency=medium * Update postscreen-rejects patch with a fix for IPv6 addresses. Kudos to Juri Haberland for the fix. (Closes: 955627) + * Migrate from source format 1.0 to 3.0 (quilt). + * Define cleaner for git buildpackage. + * Update to Standards-Version 4.5.0 - no changes. -- Sven Hoexter Sat, 04 Apr 2020 19:46:48 +0200 diff --git a/debian/control b/debian/control index 394f48e..901ad68 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: pflogsumm Section: admin Priority: optional Maintainer: Sven Hoexter -Build-Depends-Indep: quilt Build-Depends: debhelper-compat (= 12) -Standards-Version: 4.3.0 +Standards-Version: 4.5.0 Homepage: http://jimsun.linxnet.com/postfix_contrib.html Vcs-Git: https://git.sven.stormbind.net/pflogsumm.git Vcs-Browser: https://git.sven.stormbind.net/?p=sven/pflogsumm.git diff --git a/debian/gbp.conf b/debian/gbp.conf index cec628c..0e094c9 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,3 @@ [DEFAULT] pristine-tar = True +cleaner = fakeroot debian/rules clean diff --git a/debian/rules b/debian/rules index de4566b..5ede039 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ override_dh_auto_install: install --mode=755 pflogsumm.pl debian/pflogsumm/usr/sbin/pflogsumm diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt)