[pkg-dspam-commits] r81 - in trunk/debian: . patches

Matthijs Mohlmann active2-guest at costa.debian.org
Wed Mar 15 18:16:03 UTC 2006


Author: active2-guest
Date: Wed Mar 15 18:16:02 2006
New Revision: 81

Added:
   trunk/debian/patches/pos-neg-switched.dpatch   (contents, props changed)
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
 * Added patch to swap the False Positives and False Negatives totals.


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Wed Mar 15 18:16:02 2006
@@ -3,8 +3,9 @@
   * Small changes in daily crontab. (Closes: #356874)
   * Recommend clamav-daemon, instead of clamav. (Closes: #356899)
   * Don't do apache configuration for dspam-webfrontend. (Closes: #356835)
+  * Swap totals in the User Statistics web frontend. (Closes: #357094)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Wed, 15 Mar 2006 18:40:28 +0100
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Wed, 15 Mar 2006 19:13:47 +0100
 
 dspam (3.6.4-2) unstable; urgency=low
 

Modified: trunk/debian/patches/00list
==============================================================================
--- trunk/debian/patches/00list	(original)
+++ trunk/debian/patches/00list	Wed Mar 15 18:16:02 2006
@@ -12,3 +12,4 @@
 default-server-pidfile.dpatch
 background-dspam.dpatch
 configure-ac.dpatch
+pos-neg-switched.dpatch

Added: trunk/debian/patches/pos-neg-switched.dpatch
==============================================================================
--- (empty file)
+++ trunk/debian/patches/pos-neg-switched.dpatch	Wed Mar 15 18:16:02 2006
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## pos-neg-switched.dpatch by Matthijs Mohlmann <matthijs at cacholong.nl>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Totals of False Positives and False Negatives were swapped.
+
+ at DPATCH@
+diff -urNad dspam-3.6.4~/webui/cgi-bin/admin.cgi dspam-3.6.4/webui/cgi-bin/admin.cgi
+--- dspam-3.6.4~/webui/cgi-bin/admin.cgi	2006-02-07 23:02:47.000000000 +0100
++++ dspam-3.6.4/webui/cgi-bin/admin.cgi	2006-03-15 19:12:40.741455768 +0100
+@@ -324,8 +324,8 @@
+                     "	<td class=\"$b rowDivider\" align=\"right\">$mailbox_total_display</td>".
+                     "	<td class=\"$b rowDivider\">$sl_total</td>".
+                     "	<td class=\"$b\">$il_total</td>".
+-                    "	<td class=\"$b\">$sm_total</td>".
+                     "	<td class=\"$b\">$fp_total</td>".
++                    "	<td class=\"$b\">$sm_total</td>".
+                     "	<td class=\"$b\">$sc_total</td>".
+                     "	<td class=\"$b\">$ic_total</td>".
+                     "	<td class=\"$b rowDivider\">&nbsp;</td>".



More information about the Pkg-dspam-commits mailing list