Bug#927722: [pkg-netfilter-team] Bug#927722: Uploaded to delayed/7

2019-04-25 Thread Arturo Borrero Gonzalez
On 4/25/19 11:44 AM, Thomas Goirand wrote:
> Hi,
> 
> I've uploaded the fix to DELAYED/7. Debdiff attached.
> Let me know if I should dcut rm the upload.
> 
> Cheers,
> 

LGTM



Bug#927722: Uploaded to delayed/7

2019-04-25 Thread Thomas Goirand
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)
diff -Nru ipset-6.38/debian/changelog ipset-6.38/debian/changelog
--- ipset-6.38/debian/changelog 2018-09-01 19:28:18.0 +0200
+++ ipset-6.38/debian/changelog 2019-04-25 11:37:45.0 +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   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   Sun, 02 Sep 2018 00:28:18 +0700
+ -- Thomas Goirand   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.postinst2018-09-01 19:28:18.0 +0200
+++ ipset-6.38/debian/ipset.postinst2019-04-25 11:35:11.0 +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#