[Pkg-dspam-commits] [SCM] Debian packages for the DSPAM anti-spam filter branch, master, updated. debian/3.9.1_rc1+git20110514.347379b+dfsg-1-9-g51af2e7

Julien Valroff julien at kirya.net
Sat Jun 18 06:00:40 UTC 2011


The following commit has been merged in the master branch:
commit a1563b9a52739979c8907539a67b19681806231d
Author: Julien Valroff <julien at kirya.net>
Date:   Sat Jun 18 07:36:07 2011 +0200

    Demote various MDA's from Depends to Recommends

diff --git a/debian/changelog b/debian/changelog
index 904139d..b113892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,11 +3,12 @@ dspam (3.9.1~rc1+git20110514.347379b+dfsg-2) unstable; urgency=low
   [ Julien Valroff ]
   * Ensures system user is actually locked on purge, and unlocked in case
     the package is reinstalled
+  * Demote various MDA's from Depends to Recommends 
 
   [ Thomas Preud'homme ]
   * Set build flags (CPPFLAGS, CFLAGS and LDFLAGS) using dpkg-buildflags.
 
- -- Thomas Preud'homme <robotux at celest.fr>  Thu, 16 Jun 2011 15:56:05 +0200
+ -- Julien Valroff <julien at debian.org>  Sat, 18 Jun 2011 07:32:52 +0200
 
 dspam (3.9.1~rc1+git20110514.347379b+dfsg-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b19c3e2..9996ae6 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-dspam/dspam.git;a=summary
 
 Package: dspam
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, procmail | maildrop | courier-maildrop | sensible-mda, lsb-base (>= 3.0-6)
-Recommends: dspam-doc
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, lsb-base (>= 3.0-6)
+Recommends: procmail | maildrop | courier-maildrop | sensible-mda, dspam-doc
 Suggests: clamav-daemon, dspam-webfrontend
 Description: Scalable, fast and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes
diff --git a/debian/rules b/debian/rules
index a2e41e7..8487d9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,20 +6,20 @@
 STORAGE = "mysql_drv,pgsql_drv,sqlite3_drv,hash_drv"
 
 CONFIGURE = --sysconfdir=/etc/dspam \
-	    --disable-dependency-tracking \
-	    --enable-split-configuration \
-	    --enable-static \
-	    --enable-external-lookup \
-	    --enable-syslog \
-	    --with-logdir=/var/log/dspam/ \
-	    --with-dspam-home=/var/spool/dspam \
-	    --enable-domain-scale \
-	    --with-delivery-agent=/usr/bin/procmail \
-	    --enable-daemon \
-	    --with-mysql-includes=/usr/include/mysql \
-	    --with-pgsql-includes=`pg_config --includedir` \
-	    --with-storage-driver=${STORAGE} \
-	    --enable-debug
+            --disable-dependency-tracking \
+            --enable-split-configuration \
+            --enable-static \
+            --enable-external-lookup \
+            --enable-syslog \
+            --with-logdir=/var/log/dspam/ \
+            --with-dspam-home=/var/spool/dspam \
+            --enable-domain-scale \
+            --with-delivery-agent=/usr/bin/procmail \
+            --enable-daemon \
+            --with-mysql-includes=/usr/include/mysql \
+            --with-pgsql-includes=`pg_config --includedir` \
+            --with-storage-driver=${STORAGE} \
+            --enable-debug
 
 ifeq (,$(findstring disable_virtual_users,$(DEB_BUILD_OPTIONS)))
         CONFIGURE += --enable-virtual-users

-- 
Debian packages for the DSPAM anti-spam filter



More information about the Pkg-dspam-commits mailing list