[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928649: unblock: ipset/6.38-1.2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package ipset

This version fixes RC bug #927722 (ie: now cleaning-up old
conffile correctly using dpkg-maintscript-helper rm_conffile).
Debdiff attached.

unblock ipset/6.38-1.2

Cheers,

Thomas Goirand (zigo)
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-05-06 10:55:51.000000000 +0200
@@ -1,3 +1,18 @@
+ipset (6.38-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix dpkg-maintscript-helper call (Closes: #927722).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 06 May 2019 10:55:51 +0200
+
+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@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)
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-05-06 10:55:51.000000000 +0200
@@ -3,9 +3,7 @@
 set -e
 
 # Cleanup obsoleted bash completion configuration file
-if [ -f /etc/bash_completion.d/ipset ]; then
-  rm -f /etc/bash_completion.d/ipset
-fi
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/ipset 6.25.1-1~ -- "$@"
 
 #DEBHELPER#
 
diff -Nru ipset-6.38/debian/ipset.postrm ipset-6.38/debian/ipset.postrm
--- ipset-6.38/debian/ipset.postrm	1970-01-01 01:00:00.000000000 +0100
+++ ipset-6.38/debian/ipset.postrm	2019-05-06 10:55:51.000000000 +0200
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/ipset 6.25.1-1~ -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff -Nru ipset-6.38/debian/ipset.preinst ipset-6.38/debian/ipset.preinst
--- ipset-6.38/debian/ipset.preinst	1970-01-01 01:00:00.000000000 +0100
+++ ipset-6.38/debian/ipset.preinst	2019-05-06 10:55:51.000000000 +0200
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/ipset 6.25.1-1~ -- "$@"
+
+#DEBHELPER#
+
+exit 0

Reply to: