r907 - in /zope-debhelper/trunk: autoscripts/postrm-dzinstance debian/changelog

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Thu Jun 21 16:00:50 UTC 2007


Author: bzed-guest
Date: Thu Jun 21 16:00:50 2007
New Revision: 907

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=907
Log:
purging debconf database entries on purge


Modified:
    zope-debhelper/trunk/autoscripts/postrm-dzinstance
    zope-debhelper/trunk/debian/changelog

Modified: zope-debhelper/trunk/autoscripts/postrm-dzinstance
URL: http://svn.debian.org/wsvn/pkg-zope/zope-debhelper/trunk/autoscripts/postrm-dzinstance?rev=907&op=diff
==============================================================================
--- zope-debhelper/trunk/autoscripts/postrm-dzinstance (original)
+++ zope-debhelper/trunk/autoscripts/postrm-dzinstance Thu Jun 21 16:00:50 2007
@@ -37,6 +37,7 @@
                /var/log/zope$ZVER/$INSTANCE \
                /etc/zope$ZVER/$INSTANCE
     fi
+    db_purge $PKG || true
     ;;
 
   *)

Modified: zope-debhelper/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/zope-debhelper/trunk/debian/changelog?rev=907&op=diff
==============================================================================
--- zope-debhelper/trunk/debian/changelog (original)
+++ zope-debhelper/trunk/debian/changelog Thu Jun 21 16:00:50 2007
@@ -2,8 +2,9 @@
 
   * fixing postinst-dzinstance to start the ZEO database on upgrade
     if it was configured by dzinstance.
-
- -- Bernd Zeimetz <bernd at bzed.de>  Wed, 20 Jun 2007 22:28:27 +0100
+  * purge the debconf database entries when the package is purged
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 21 Jun 2007 16:59:29 +0100
 
 zope-debhelper (0.3.9) experimental; urgency=low
 




More information about the pkg-zope-commits mailing list