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

mooch at costa.debian.org mooch at costa.debian.org
Thu Oct 27 01:47:27 UTC 2005


Author: mooch
Date: Thu Oct 27 00:26:02 2005
New Revision: 20

Modified:
   trunk/debian/README.Debian
   trunk/debian/changelog
Log:
Added README information about building the package with different options

Modified: trunk/debian/README.Debian
==============================================================================
--- trunk/debian/README.Debian	(original)
+++ trunk/debian/README.Debian	Thu Oct 27 00:26:02 2005
@@ -3,4 +3,26 @@
 
 Please see http://pkg-dspam.alioth.debian.org/.
 
+The current dspam original package allows a versatile set of options, but the
+downside is that most are set at configure time (that is, before the package is
+actually compiled and built).
+
+For that, the Debian package includes a mechanism to set several options and
+rebuild the package quickly.
+
+You should be familiar somehow to the way a package is built in a Debian environment. If not, please read ...
+
+Possible values for DEB_BUILD_OPTIONS that the dspam Debian package accepts:
+
+ [ standard ]
+   noopt - disable optimizations
+   nostrip - disable binary stripping
+
+ [ dspam specific ]
+   disable_virtual_users - disable storing the users in a database
+   disable_preferences_extension - disable storing the users' preferences in a database
+   disable_clamav - disable ClamAV antivirus support
+   verbose_debug - enable extensive debug (EXTREME DISCOURAGED in production systems)
+   debug - enable debug (right now, enabled by default)
+
  -- Debian DSPAM Maintainers Maintainer: <pkg-dspam-misc at lists.alioth.debian.org>, Thu, 13 Oct 2005 11:53:46 +0000

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Thu Oct 27 00:26:02 2005
@@ -9,6 +9,7 @@
   * [kbk] minor cleanup on rules whitespace, fix --enable-debug option typo
   * [aurelien] commited spam-webfrontend-config-debian.dpatch and reactivate
     it in 00list
+  * [mooch] erased duplicated configure entries.
   
  -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Tue, 25 Oct 2005 21:56:06 -0700
 



More information about the Pkg-dspam-commits mailing list