[Pkg-dspam-commits] [pkg-dspam-commits] r264 - in branches/experimental/debian: . patches

Julien Valroff julien-guest at alioth.debian.org
Thu Aug 19 11:12:46 UTC 2010


Author: julien-guest
Date: Thu Aug 19 11:12:37 2010
New Revision: 264

Log:
Add debug package

Modified:
   branches/experimental/debian/changelog
   branches/experimental/debian/control
   branches/experimental/debian/patches/009_dspam-notify.diff
   branches/experimental/debian/rules

Modified: branches/experimental/debian/changelog
==============================================================================
--- branches/experimental/debian/changelog	Wed Aug 18 12:43:53 2010	(r263)
+++ branches/experimental/debian/changelog	Thu Aug 19 11:12:37 2010	(r264)
@@ -1,4 +1,4 @@
-dspam (3.9.1~rc1+git20100816-1) stable; urgency=low
+dspam (3.9.1~rc1+git20100818-1) unstable; urgency=low
 
   [ Kurt B. Kaiser ]
   * debian/rules: don't use --build config option if host equals target.
@@ -88,8 +88,9 @@
     in Debian
   * Add dspam_notify script in dspam-webfrontend to send automatic quarantine
     email notification
+  * Add debug package which ships the debugging symbols
 
- -- Julien Valroff <julien at kirya.net>  Wed, 18 Aug 2010 07:13:31 +0200
+ -- Julien Valroff <julien at kirya.net>  Thu, 19 Aug 2010 11:45:44 +0200
 
 dspam (3.6.8-9.3) unstable; urgency=low
 

Modified: branches/experimental/debian/control
==============================================================================
--- branches/experimental/debian/control	Wed Aug 18 12:43:53 2010	(r263)
+++ branches/experimental/debian/control	Thu Aug 19 11:12:37 2010	(r264)
@@ -139,3 +139,18 @@
   * Bayesian Noise Reduction
  .
  This package contains the documentation for DSPAM.
+
+Package: dspam-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, dspam (= ${binary:Version})
+Priority: extra
+Description: debugging symbols for dspam
+ DSPAM is a dedicated statistical filter with minimal resources. It includes
+ many new algorithms to fight against spam including:
+  * Concept Identification
+  * Message Inoculation
+  * Advanced de-obfuscation techniques
+  * Bayesian Noise Reduction
+ .
+ This package includes the debugging symbols for the dspam packages.

Modified: branches/experimental/debian/patches/009_dspam-notify.diff
==============================================================================
--- branches/experimental/debian/patches/009_dspam-notify.diff	Wed Aug 18 12:43:53 2010	(r263)
+++ branches/experimental/debian/patches/009_dspam-notify.diff	Thu Aug 19 11:12:37 2010	(r264)
@@ -1,3 +1,7 @@
+Description: split dspam_notify script to have a separate configuration file
+Author: Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>
+Forwarded: not-needed
+
 --- a/src/tools/dspam_notify.in
 +++ b/src/tools/dspam_notify.in
 @@ -4,35 +4,16 @@

Modified: branches/experimental/debian/rules
==============================================================================
--- branches/experimental/debian/rules	Wed Aug 18 12:43:53 2010	(r263)
+++ branches/experimental/debian/rules	Thu Aug 19 11:12:37 2010	(r264)
@@ -156,7 +156,7 @@
 	dh_lintian -a
 	dh_makeshlibs -a -Nlibdspam7-drv-pgsql -Nlibdspam7-drv-mysql -Nlibdspam7-drv-sqlite3 -Ndspam
 	dh_link -a
-	dh_strip -a
+	dh_strip -a --dbg-package=dspam-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a



More information about the Pkg-dspam-commits mailing list