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

Kurt B. Kaiser kbk-guest at alioth.debian.org
Fri Aug 8 22:09:30 UTC 2008


Author: kbk-guest
Date: Fri Aug  8 22:09:30 2008
New Revision: 167

Log:
1. Move to Standards 3.8.0
2. Add NEWS.Debian describing new webfrontend configuration
3. Override the lintian complaint re location of .cgi files.  I haven't
   been able to get apache2-suexex-custom working; it seemed like an easy
   solution but has not been, so far.

M    debian/control
A    debian/NEWS.Debian
M    debian/changelog
M    debian/dspam-webfrontend.lintian-overrides


Added:
   trunk/debian/NEWS.Debian
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/dspam-webfrontend.lintian-overrides

Added: trunk/debian/NEWS.Debian
==============================================================================
--- (empty file)
+++ trunk/debian/NEWS.Debian	Fri Aug  8 22:09:30 2008
@@ -0,0 +1,17 @@
+dspam (3.6.8-9) unstable; urgency=low
+
+  * NOTE: any previously existing /usr/share/dspam directory is being
+    removed during upgrade to correct a symlink problem.  User changes to
+    that directory will be lost unless backed up.
+  * The webfrontend package has been enhanced to provide a working example
+    website accessible from localhost. The VirtualHost configuration,
+    dspam-apache2.conf, is in /etc/dspam, and is linked from
+    /etc/apache2/conf.d.  Refer to that file for information on adapting
+    it for your installation.
+  * The goal of moving the webfrontend files to standard Debian locations
+    has been partially completed.  
+  * TODO: Move the .cgi files out of /var/www/dspam/; requires configuring
+    apache2-suexec-custom.
+
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Fri, 08 Aug 2008 17:00:27 -0400
+

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Fri Aug  8 22:09:30 2008
@@ -32,8 +32,10 @@
       in dspam-webfrontend.preinst for versions prior to 3.6.8-9.
     - Remove libapache2-mod-auth-shadow: no longer available in unstable.
     - Use dh_lintian to install the webfrontend conffile override.
+  * Add NEWS.Debian file with entry explaining web interface changes.
+  * Move to Standards Version 3.8.0.
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Wed, 30 Jul 2008 11:24:26 -0400
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Fri, 08 Aug 2008 16:29:26 -0400
 
 dspam (3.6.8-8.1) unstable; urgency=low
 

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control	(original)
+++ trunk/debian/control	Fri Aug  8 22:09:30 2008
@@ -5,7 +5,7 @@
 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>, Rudolf Weber <rudolf at faveve.uni-stuttgart.de>, Aurelien Labrosse <aurelien.labrosse at free.fr>
 XS-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), libpq-dev, dpatch (>= 2.0.0), libtool, automake1.9, autotools-dev, libmysqlclient15-dev, libsqlite3-dev, libldap2-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: dspam
 Architecture: any

Modified: trunk/debian/dspam-webfrontend.lintian-overrides
==============================================================================
--- trunk/debian/dspam-webfrontend.lintian-overrides	(original)
+++ trunk/debian/dspam-webfrontend.lintian-overrides	Fri Aug  8 22:09:30 2008
@@ -1 +1,9 @@
 dspam-webfrontend: script-not-executable ./usr/share/dspam/configure.pl
+
+# Can't move these suexec files until apache2-suexec-custom is
+# successfully configured:
+dspam-webfrontend: dir-or-file-in-var-www var/www/dspam/
+dspam-webfrontend: dir-or-file-in-var-www var/www/dspam/admin.cgi
+dspam-webfrontend: dir-or-file-in-var-www var/www/dspam/admingraph.cgi
+dspam-webfrontend: dir-or-file-in-var-www var/www/dspam/dspam.cgi
+dspam-webfrontend: dir-or-file-in-var-www var/www/dspam/graph.cgi



More information about the Pkg-dspam-commits mailing list