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

Matthijs Mohlmann active2-guest at costa.debian.org
Thu Oct 27 12:17:12 UTC 2005


Author: active2-guest
Date: Thu Oct 27 12:17:11 2005
New Revision: 22

Modified:
   trunk/debian/control
   trunk/debian/dspam-webfrontend.install
   trunk/debian/rules
Log:
 * Add Provides: libdspam-drv to the backends and Suggests: libdspam-drv to
   dspam
 * Removed the dspam-apache.conf and dspam-apache2.conf, because it's already
   installed into examples/
 * Cleaned up the rules file a bit.


Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control	(original)
+++ trunk/debian/control	Thu Oct 27 12:17:11 2005
@@ -2,13 +2,15 @@
 Section: mail
 Priority: optional
 Maintainer: Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>
-Uploaders: Matthijs Mohlmann <matthijs at cacholong.nl>, Christoph Haas <haas at debian.org>, Kurt B. Kaiser <kbk at shore.net>
+Uploaders: Matthijs Mohlmann <matthijs at cacholong.nl>, Christoph Haas <haas at debian.org>, Kurt B. Kaiser <kbk at shore.net>, Jesus Climent <mooch at debian.org>
 Build-Depends: debhelper (>= 4.1.16), libpq-dev | postgresql-dev, dpatch (>= 2.0.0), automake1.9, autotools-dev, libmysqlclient15-dev, libdb4.2-dev, libsqlite3-dev, libldap2-dev
 Standards-Version: 3.6.2
 
 Package: dspam
 Architecture: any
 Depends: adduser, ${shlibs:Depends}, ${misc:Depends}
+Recommends: dspam-doc
+Suggests: libdspam7-drv
 Description: is a scalable, fast and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes
  many new algorithms to fight against spam including:
@@ -22,7 +24,7 @@
 
 Package: dspam-webfrontend
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends},${perl:Depends},libgd-gd2-perl
+Depends: ${shlibs:Depends}, ${misc:Depends},${perl:Depends}, libgd-gd2-perl
 Suggests: libapache-mod-perl | libapache-mod-perl2, libapache-mod-auth-curdir | libapache-mod-auth-kerb | libapache-mod-auth-mysql | libapache-mod-auth-pam | libapache-mod-auth-pgsql | libapache-mod-auth-plain | libapache-mod-auth-radius | libapache-mod-auth-shadow | libapache-mod-auth-useragent | libapache2-mod-auth-kerb | libapache2-mod-auth-mysql | libapache2-mod-auth-pam | libapache2-mod-auth-pgsql | libapache2-mod-auth-plain | libapache2-mod-auth-sys-group
 Description: DSPAM is a scalable and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes
@@ -38,6 +40,7 @@
  and sqlite3.
 
 Package: libdspam7
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: DSPAM is a scalable and statistical anti-spam filter
@@ -68,6 +71,7 @@
 Package: libdspam7-drv-pgsql
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libdspam7-drv
 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:
@@ -82,6 +86,7 @@
 Package: libdspam7-drv-mysql
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libdspam7-drv
 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:
@@ -96,6 +101,7 @@
 Package: libdspam7-drv-db4
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libdspam7-drv
 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:
@@ -110,6 +116,7 @@
 Package: libdspam7-drv-sqlite3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libdspam7-drv
 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:
@@ -122,6 +129,7 @@
  This package contains the sqlite3 backend.
 
 Package: dspam-doc
+Section: doc
 Architecture: all
 Description: Documentation for dspam
  DSPAM is a dedicated statistical filter with minimal resources. It includes

Modified: trunk/debian/dspam-webfrontend.install
==============================================================================
--- trunk/debian/dspam-webfrontend.install	(original)
+++ trunk/debian/dspam-webfrontend.install	Thu Oct 27 12:17:11 2005
@@ -9,5 +9,3 @@
 webui/cgi-bin/rgb.txt    	 	etc/dspam/
 webui/cgi-bin/default.prefs		etc/dspam/
 build--tmp/webui/cgi-bin/configure.pl	etc/dspam/
-debian/dspam-apache.conf 		usr/share/doc/dspam-webfrontend/
-debian/dspam-apache2.conf 		usr/share/doc/dspam-webfrontend/

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	(original)
+++ trunk/debian/rules	Thu Oct 27 12:17:11 2005
@@ -106,18 +106,11 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
+	
 	(cd build--tmp && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp)
-
+	
 	dh_install
 
-	# To make lintian happy
-	find $(CURDIR)/debian/dspam-webfrontend/usr/share/dspam -type f -exec chmod 644 {} \;
-	find $(CURDIR)/debian/dspam-webfrontend/usr/share/dspam -type d -exec chmod 755 {} \;
-	find $(CURDIR)/debian/dspam-webfrontend/etc/dspam -type f -exec chmod 644 {} \;
-	chmod 755 $(CURDIR)/debian/dspam-webfrontend/etc/dspam/configure.pl
-	chmod 644 $(CURDIR)/debian/dspam-webfrontend/var/www/dspam/base.css
-
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
@@ -139,7 +132,6 @@
 	dh_installchangelogs -a CHANGELOG
 	dh_install -a
 	dh_installdocs -a
-	# dh_installmanpages 
 	dh_installcron -A
 	dh_installlogrotate -a
 	dh_installman -a



More information about the Pkg-dspam-commits mailing list