[Python-modules-commits] r28068 - in packages/fedmsg/trunk/debian (3 files)

olasd at users.alioth.debian.org olasd at users.alioth.debian.org
Sun Mar 9 01:08:26 UTC 2014


    Date: Sunday, March 9, 2014 @ 01:08:25
  Author: olasd
Revision: 28068

Fix call to dpkg-maintscript-helper

Modified:
  packages/fedmsg/trunk/debian/python-fedmsg.postinst
  packages/fedmsg/trunk/debian/python-fedmsg.postrm
  packages/fedmsg/trunk/debian/python-fedmsg.preinst

Modified: packages/fedmsg/trunk/debian/python-fedmsg.postinst
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg.postinst	2014-03-09 00:42:02 UTC (rev 28067)
+++ packages/fedmsg/trunk/debian/python-fedmsg.postinst	2014-03-09 01:08:25 UTC (rev 28068)
@@ -7,7 +7,7 @@
 for file in gateway.py ircbot.py relay.py; do
     removed_conffile="/etc/fedmsg.d/$file"
 
-    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~
+    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~ -- "$@"
 
     # Move the .dpkg-bak files for the new package to take over if
     # upgrading from an old-enough version

Modified: packages/fedmsg/trunk/debian/python-fedmsg.postrm
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg.postrm	2014-03-09 00:42:02 UTC (rev 28067)
+++ packages/fedmsg/trunk/debian/python-fedmsg.postrm	2014-03-09 01:08:25 UTC (rev 28068)
@@ -7,7 +7,7 @@
 for file in gateway.py ircbot.py relay.py; do
     removed_conffile="/etc/fedmsg.d/$file"
 
-    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~
+    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~ -- "$@"
 done
 
 #DEBHELPER#

Modified: packages/fedmsg/trunk/debian/python-fedmsg.preinst
===================================================================
--- packages/fedmsg/trunk/debian/python-fedmsg.preinst	2014-03-09 00:42:02 UTC (rev 28067)
+++ packages/fedmsg/trunk/debian/python-fedmsg.preinst	2014-03-09 01:08:25 UTC (rev 28068)
@@ -7,7 +7,7 @@
 for file in gateway.py ircbot.py relay.py; do
     removed_conffile="/etc/fedmsg.d/$file"
 
-    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~
+    dpkg-maintscript-helper rm_conffile "$removed_conffile" 0.7.6-1~ -- "$@"
 
 done
 




More information about the Python-modules-commits mailing list