[Pkg-dspam-commits] [pkg-dspam-commits] r133 - trunk/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Mon Jan 14 05:18:17 UTC 2008


Author: kbk-guest
Date: Mon Jan 14 05:18:17 2008
New Revision: 133

Log:
source:Version -> binary:Version


Modified:
   trunk/debian/changelog
   trunk/debian/control

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Mon Jan 14 05:18:17 2008
@@ -7,7 +7,7 @@
   * Don't ignore make clean error in rules.
   * Move to Standards Version 3.7.3.
   * libdspam7-dev should be Section: libdevel.
-  * Switch from ${Source-Version} to ${source:Version} in control file.
+  * Switch from ${Source-Version} to ${binary:Version} in control file.
   * Remove postgresql-dev, no longer in archive. (Closes: #429967)
   * Add XS-DM-Upload-Allowed field to control file.
   * Eliminate a bashism from libdspam7-drv-mysql.cron.daily (from ubuntu)

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control	(original)
+++ trunk/debian/control	Mon Jan 14 05:18:17 2008
@@ -55,7 +55,7 @@
 Package: libdspam7-dev
 Section: libdevel
 Architecture: any
-Depends: libdspam7 (= ${source:Version})
+Depends: libdspam7 (= ${binary:Version})
 Description: DSPAM is a scalable and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes
  many new algorithms to fight against spam including:
@@ -68,7 +68,7 @@
 
 Package: libdspam7-drv-pgsql
 Architecture: any
-Depends: ${shlibs:Depends}, libdspam7 (= ${source:Version}), dbconfig-common, debconf (>= 0.5) | debconf-2.0, ucf, postgresql-client
+Depends: ${shlibs:Depends}, libdspam7 (= ${binary:Version}), dbconfig-common, debconf (>= 0.5) | debconf-2.0, ucf, postgresql-client
 Recommends: postgresql
 Provides: libdspam7-drv
 Description: DSPAM is a scalable and statistical anti-spam filter
@@ -83,7 +83,7 @@
 
 Package: libdspam7-drv-mysql
 Architecture: any
-Depends: ${shlibs:Depends}, libdspam7 (= ${source:Version}), dbconfig-common, debconf (>= 0.5) | debconf-2.0, ucf, mysql-client
+Depends: ${shlibs:Depends}, libdspam7 (= ${binary:Version}), dbconfig-common, debconf (>= 0.5) | debconf-2.0, ucf, mysql-client
 Recommends: mysql-server
 Provides: libdspam7-drv
 Description: DSPAM is a scalable and statistical anti-spam filter
@@ -98,7 +98,7 @@
 
 Package: libdspam7-drv-db4
 Architecture: any
-Depends: ${shlibs:Depends}, libdspam7 (= ${source:Version})
+Depends: ${shlibs:Depends}, libdspam7 (= ${binary:Version})
 Provides: libdspam7-drv
 Description: DSPAM is a scalable and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes
@@ -112,7 +112,7 @@
 
 Package: libdspam7-drv-sqlite3
 Architecture: any
-Depends: ${shlibs:Depends}, sqlite3, libdspam7 (= ${source:Version})
+Depends: ${shlibs:Depends}, sqlite3, libdspam7 (= ${binary:Version})
 Provides: libdspam7-drv
 Description: DSPAM is a scalable and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes



More information about the Pkg-dspam-commits mailing list