[Pkg-dspam-commits] [pkg-dspam-commits] r227 - in branches/experimental/debian: . config

Julien Valroff julien-guest at alioth.debian.org
Sun Jan 3 15:54:41 UTC 2010


Author: julien-guest
Date: Sun Jan  3 15:54:40 2010
New Revision: 227

Log:
Added missing dependency and fixing *sql.conf files for use with dbconfig

Modified:
   branches/experimental/debian/changelog
   branches/experimental/debian/config/mysql.conf
   branches/experimental/debian/config/pgsql.conf
   branches/experimental/debian/control

Modified: branches/experimental/debian/changelog
==============================================================================
--- branches/experimental/debian/changelog	Sat Jan  2 09:25:34 2010	(r226)
+++ branches/experimental/debian/changelog	Sun Jan  3 15:54:40 2010	(r227)
@@ -72,8 +72,9 @@
     not purged - thanks to Petter Reinholdtsen <pere at hungry.com>
     (Closes: #540064, #562857)
   * Converted source package to 3.0 (quilt) format
+  * Add dependency to libhtml-parser-perl for the webfrontend
 
- -- Julien Valroff <julien at kirya.net>  Sat, 19 Dec 2009 12:31:05 +0100
+ -- Julien Valroff <julien at kirya.net>  Sun, 03 Jan 2010 16:53:28 +0100
 
 dspam (3.6.8-9.3) unstable; urgency=low
 

Modified: branches/experimental/debian/config/mysql.conf
==============================================================================
--- branches/experimental/debian/config/mysql.conf	Sat Jan  2 09:25:34 2010	(r226)
+++ branches/experimental/debian/config/mysql.conf	Sun Jan  3 15:54:40 2010	(r227)
@@ -4,13 +4,13 @@
 # Storage driver settings: Specific to a particular storage driver. Uncomment
 # the configuration specific to your installation, if applicable.
 #
-#MySQLServer		/var/run/mysqld/mysqld.sock
+MySQLServer		/var/run/mysqld/mysqld.sock
 #MySQLPort		3306
-#MySQLUser		_DBC_DBUSER_
-#MySQLPass		_DBC_DBPASS_
-#MySQLDb		_DBC_DBNAME_
-#MySQLCompress		true
-#MySQLReconnect		true
+MySQLUser		_DBC_DBUSER_
+MySQLPass		_DBC_DBPASS_
+MySQLDb			_DBC_DBNAME_
+MySQLCompress		true
+MySQLReconnect		true
 
 # If you are using replication for clustering, you can also specify a separate
 # server to perform all writes to.

Modified: branches/experimental/debian/config/pgsql.conf
==============================================================================
--- branches/experimental/debian/config/pgsql.conf	Sat Jan  2 09:25:34 2010	(r226)
+++ branches/experimental/debian/config/pgsql.conf	Sun Jan  3 15:54:40 2010	(r227)
@@ -4,11 +4,11 @@
 # in /var/run/postgresql/.s.PGSQL.5432 specify just the path where the socket
 # resits (without .s.PGSQL.5432).
 
-#PgSQLServer		127.0.0.1
-#PgSQLPort		5432
-#PgSQLUser		_DBC_DBUSER_
-#PgSQLPass		_DBC_DBPASS_
-#PgSQLDb		_DBC_DBNAME_
+PgSQLServer		127.0.0.1
+PgSQLPort		5432
+PgSQLUser		_DBC_DBUSER_
+PgSQLPass		_DBC_DBPASS_
+PgSQLDb		_DBC_DBNAME_
 
 # If you're running DSPAM in client/server (daemon) mode, uncomment the
 # setting below to override the default connection cache size (the number

Modified: branches/experimental/debian/control
==============================================================================
--- branches/experimental/debian/control	Sat Jan  2 09:25:34 2010	(r226)
+++ branches/experimental/debian/control	Sun Jan  3 15:54:40 2010	(r227)
@@ -41,7 +41,7 @@
 Package: dspam-webfrontend
 Priority: extra
 Architecture: all
-Depends: ${misc:Depends}, dspam (>= ${source:Version}), ucf (>= 0.28), libgd-gd2-noxpm-perl | libgd-gd2-perl, libgd-graph3d-perl
+Depends: ${misc:Depends}, dspam (>= ${source:Version}), ucf (>= 0.28), libgd-gd2-noxpm-perl | libgd-gd2-perl, libgd-graph3d-perl, libhtml-parser-perl
 Suggests: apache2, apache2-suexec (>= 2.2.9-3), libapache2-mod-perl2, libapache2-mod-auth-kerb | libapache2-mod-auth-mysql | libapache2-mod-auth-openid | libapache2-mod-auth-pam | libapache2-mod-auth-pgsql | libapache2-mod-auth-plain | libapache2-mod-auth-radius | libapache2-mod-auth-sys-group
 Description: Webfrontend for DSPAM anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes



More information about the Pkg-dspam-commits mailing list