*** README.Debian.old	2006-01-06 12:04:31.000000000 +0000
--- README.Debian	2006-02-09 19:23:22.745487611 +0000
***************
*** 3,18 ****
  
  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
--- 3,22 ----
  
  Please see http://pkg-dspam.alioth.debian.org/.
  
! The original dspam package allows a versatile set of options, however most 
! are set at configure time (that is, before the package is actually 
! compiled and built). The Debian package includes a mechanism that allows
! you to set several options and rebuild the package quickly.
  
! If you are not familiar with building Debian packages from source, please read:
! http://www.debian.org/doc/manuals/reference/ch-system.en.html#s-sourcebuild
  
! In order to change the options that dspam is built with you need to change the
! DEB_BUILD_OPTIONS environment variable. For example, in bash:
  
! $ export DEB_BUILD_OPTIONS="disable_virtual_users debug"
! 
! The possible values for DEB_BUILD_OPTIONS are listed below.
  
   [ standard ]
     noopt - disable optimizations
***************
*** 22,28 ****
     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@lists.alioth.debian.org>, Thu, 13 Oct 2005 11:53:46 +0000
--- 26,32 ----
     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 (EXTREMELY DISCOURAGED for production systems)
!    debug - enable debug (currently enabled by default)
  
   -- Debian DSPAM Maintainers Maintainer: <pkg-dspam-misc@lists.alioth.debian.org>, Thu, 13 Oct 2005 11:53:46 +0000
