[pkg-netfilter-team] Bug#927722: Uploaded to delayed/7
Thomas Goirand
zigo at debian.org
Thu Apr 25 10:44:01 BST 2019
Hi,
I've uploaded the fix to DELAYED/7. Debdiff attached.
Let me know if I should dcut rm the upload.
Cheers,
Thomas Goirand (zigo)
-------------- next part --------------
diff -Nru ipset-6.38/debian/changelog ipset-6.38/debian/changelog
--- ipset-6.38/debian/changelog 2018-09-01 19:28:18.000000000 +0200
+++ ipset-6.38/debian/changelog 2019-04-25 11:37:45.000000000 +0200
@@ -1,3 +1,11 @@
+ipset (6.38-1.1) unstable; urgency=medium
+
+ * Non maintainer upload.
+ * use dpkg-maintscript-helper rm_conffile to clean up old bash-completion
+ file in /etc (Closes: #927722).
+
+ -- Cyril de Bourgues <cyril.debourgues at infomaniak.com> Thu, 25 Apr 2019 11:37:45 +0200
+
ipset (6.38-1) unstable; urgency=medium
* [b80dcfb] New upstream version 6.38 (Closes: #898851)
@@ -17,7 +25,7 @@
* Add patch to fix ipset bash completion on bash (>= 4.4.18)
Thanks to Martin Großhauser for the patch
- -- Neutron Soutmun <neutrons at debian.org> Sun, 02 Sep 2018 00:28:18 +0700
+ -- Thomas Goirand <zigo at debian.org> Thu, 25 Apr 2019 11:37:01 +0200
ipset (6.34-1) unstable; urgency=medium
diff -Nru ipset-6.38/debian/ipset.postinst ipset-6.38/debian/ipset.postinst
--- ipset-6.38/debian/ipset.postinst 2018-09-01 19:28:18.000000000 +0200
+++ ipset-6.38/debian/ipset.postinst 2019-04-25 11:35:11.000000000 +0200
@@ -4,7 +4,7 @@
# Cleanup obsoleted bash completion configuration file
if [ -f /etc/bash_completion.d/ipset ]; then
- rm -f /etc/bash_completion.d/ipset
+ dpkg-maintscript-helper rm_conffile conffile 6.25.1-1~ ipset -- "$@"
fi
#DEBHELPER#
More information about the pkg-netfilter-team
mailing list