]> git.sven.stormbind.net Git - sven/pflogsumm.git/commitdiff
Update packaging to use source format 3.0
authorSven Höxter <sven.hoexter@rewe-digital.com>
Thu, 9 Apr 2020 12:34:46 +0000 (14:34 +0200)
committerSven Höxter <sven.hoexter@rewe-digital.com>
Thu, 9 Apr 2020 12:52:23 +0000 (14:52 +0200)
debian/README.source [deleted file]
debian/changelog
debian/control
debian/gbp.conf
debian/rules
debian/source/format

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644 (file)
index 3d5f55c..0000000
+++ /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.
index c85c3fa2c3539f3ce2345b3c125982be61d83016..10f699aa48f1fba0b452538f0fea7c66b8fa645d 100644 (file)
@@ -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 <juri@sapienti-sat.org>
     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 <hoexter@debian.org>  Sat, 04 Apr 2020 19:46:48 +0200
 
index 394f48e65106f61a74480dec616e0f17465d0e09..901ad6862100aa18a8835f0110f303fc9495383e 100644 (file)
@@ -2,9 +2,8 @@ Source: pflogsumm
 Section: admin
 Priority: optional
 Maintainer: Sven Hoexter <hoexter@debian.org>
-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
index cec628c7444886870d72dc8bcd536479e7f8a284..0e094c9fde172982003753cb2270d5b82f28b2f7 100644 (file)
@@ -1,2 +1,3 @@
 [DEFAULT]
 pristine-tar = True
+cleaner = fakeroot debian/rules clean
index de4566be45f95fe5b5928753ddca4125aad9c833..5ede039e18955fef0905c623649453740bda258f 100755 (executable)
@@ -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
index d3827e75a5cadb9fe4a27e1cb9b6d192e7323120..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 (file)
@@ -1 +1 @@
-1.0
+3.0 (quilt)