[pkg-dspam-commits] r84 - trunk/debian
Matthijs Mohlmann
active2-guest at costa.debian.org
Sat Apr 1 13:37:34 UTC 2006
Author: active2-guest
Date: Sat Apr 1 13:37:32 2006
New Revision: 84
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/libdspam7-drv-mysql.config
trunk/debian/libdspam7-drv-pgsql.config
Log:
* Don't configure the postgresql / mysql backend in an unattended install.
* Added dependency sensible-mda to dspam (procmail | sensible-mda)
Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Sat Apr 1 13:37:32 2006
@@ -6,10 +6,13 @@
* Swap totals in the User Statistics web frontend. (Closes: #357094)
* Added cron.daily purge script for mysql. (Closes: #357100)
* Modified dspam crontab to also purge entries from a db4 database.
- * Added patch to remove hardcoded 'yourdomain.com'. Thanks to
+ * Added patch to remove hardcoded 'yourdomain.com'. Thanks to
Martijn Pieters. (Closes: #357273)
+ * Don't try to configure the mysql / postgresql backend on an unattended
+ install. (Closes: #359944)
+ * Change procmail dependency to sensible-mda. (Closes: #358681)
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org> Thu, 16 Mar 2006 19:27:10 +0100
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org> Sat, 1 Apr 2006 13:28:18 +0200
dspam (3.6.4-2) unstable; urgency=low
Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control (original)
+++ trunk/debian/control Sat Apr 1 13:37:32 2006
@@ -8,7 +8,7 @@
Package: dspam
Architecture: any
-Depends: procmail, adduser, ${shlibs:Depends}
+Depends: procmail | sensible-mda, adduser, ${shlibs:Depends}
Recommends: dspam-doc, clamav-daemon
Description: is a scalable, fast and statistical anti-spam filter
DSPAM is a dedicated statistical filter with minimal resources. It includes
Modified: trunk/debian/libdspam7-drv-mysql.config
==============================================================================
--- trunk/debian/libdspam7-drv-mysql.config (original)
+++ trunk/debian/libdspam7-drv-mysql.config Sat Apr 1 13:37:32 2006
@@ -10,6 +10,9 @@
# The questions that are asked are pretty important.
export DEBIAN_PRIORITY=low
+# Don't try to configure libdspam7-drv-mysql on an unattended install
+db_set libdspam7-drv-mysql/dbconfig-install false
+
# Load dbconfig
. /usr/share/dbconfig-common/dpkg/config.mysql
Modified: trunk/debian/libdspam7-drv-pgsql.config
==============================================================================
--- trunk/debian/libdspam7-drv-pgsql.config (original)
+++ trunk/debian/libdspam7-drv-pgsql.config Sat Apr 1 13:37:32 2006
@@ -10,6 +10,9 @@
# The questions that are asked are pretty important.
export DEBIAN_PRIORITY=low
+# Don't try to configure libdspam7-drv-pgsql on an unattended install
+db_set libdspam7-drv-pgsql/dbconfig-install false
+
# Request user otherwise installation will fail.
dbc_dbuser="dspam"
More information about the Pkg-dspam-commits
mailing list