[pkg-dspam-commits] r117 - trunk/debian

Matthijs Mohlmann matthijs at costa.debian.org
Tue Oct 17 20:25:45 UTC 2006


Author: matthijs
Date: Tue Oct 17 20:25:44 2006
New Revision: 117

Modified:
   trunk/debian/changelog
   trunk/debian/libdspam7-drv-mysql.postrm
   trunk/debian/libdspam7-drv-pgsql.postrm

Log:
 * Added loading of debconf. dbconfig-common requires it.


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Tue Oct 17 20:25:44 2006
@@ -9,13 +9,14 @@
     remove it.
   * Update update-dspam.conf ServerPID parameter, pidfile is now in
     /var/run/dspam.
+  * Fix purging of libdspam-drv-mysql. (Closes: #392716)
 
   [ Jesus Climent ]
   * Check for the existance of ucf before executing it on purge time.
   * Use the defined MySQL host option in the config file to connect to an
     non-local MySQL database server (Closes: #388140).
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Sat,  7 Oct 2006 19:54:32 +0200
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Sat, 14 Oct 2006 16:31:49 +0200
 
 dspam (3.6.8-2.1) unstable; urgency=medium
 

Modified: trunk/debian/libdspam7-drv-mysql.postrm
==============================================================================
--- trunk/debian/libdspam7-drv-mysql.postrm	(original)
+++ trunk/debian/libdspam7-drv-mysql.postrm	Tue Oct 17 20:25:44 2006
@@ -4,6 +4,9 @@
 
 set -e
 
+# Load debconf
+. /usr/share/debconf/confmodule
+
 # Load dbconfig
 if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then
   . /usr/share/dbconfig-common/dpkg/postrm.mysql

Modified: trunk/debian/libdspam7-drv-pgsql.postrm
==============================================================================
--- trunk/debian/libdspam7-drv-pgsql.postrm	(original)
+++ trunk/debian/libdspam7-drv-pgsql.postrm	Tue Oct 17 20:25:44 2006
@@ -4,6 +4,9 @@
 
 set -e
 
+# Load debconf
+. /usr/share/debconf/confmodule
+
 # Load dbconfig
 if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then
   . /usr/share/dbconfig-common/dpkg/postrm.pgsql



More information about the Pkg-dspam-commits mailing list