~ubuntu-branches/ubuntu/saucy/dspam/saucy

« back to all changes in this revision

Viewing changes to debian/patches/007_process_quarantine_if_spanish.diff

  • Committer: Package Import Robot
  • Author(s): Thomas Preud'homme, Julien Valroff, Thomas Preud'homme
  • Date: 2012-04-22 17:46:10 UTC
  • mfrom: (8.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120422174610-m3bxpldro0e30gfw
Tags: 3.10.2+dfsg-1
[ Julien Valroff ]
* New upstream release
* Add gbp.conf to allow filtering out non DFSG-clean files when using
  git-import-orig to merge new upstream releases 
* Use definitive DEP-5 copyright format uri
* Add dspam_alias_retraining script to dspam package as example 
* Refresh and update patches 
* Use maintscript support in dh_installdeb rather than writing out
  dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
  new enough version of dpkg rather than using 'dpkg-maintscript-helper
  supports' guards, leading to more predictable behaviour on upgrades.
  Thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #659717)
* Add Thomas Preud'homme as uploader
* Set DM-Upload-Allowed: yes 

[ Thomas Preud'homme ]
* Remove multiarch support for libdspam7-dev as it contains an header with
  arch-specific contents (Closes: #669993).
* Build-depend on debhelper (>= 9.0.0) to match compatibility.
* Bump Standards-Version to 3.9.3 (no changes needed).
* Fix quarantine mails deletion in web frontend for spanish users
  (Closes: #673833).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix quarantine deletion in web frontend for spanish users
 
2
 A string in dspam webfrontend is translated despite its value being used
 
3
 in cgi scripts. This string should not be translated as it is not shown
 
4
 to the user.
 
5
Author: Daniel Vidal de la Rubia <dvrubia@gmail.com>
 
6
Bug-Debian: http://bugs.debian.org/673833
 
7
Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673833
 
8
Forwarded: no
 
9
Reviewed-By: Thomas Preud'homme <robotux@celest.fr>
 
10
Last-Update: 2012-05-21
 
11
 
 
12
--- dspam-3.10.2+dfsg.orig/webui/cgi-bin/templates/es-es/nav_quarantine.html
 
13
+++ dspam-3.10.2+dfsg/webui/cgi-bin/templates/es-es/nav_quarantine.html
 
14
@@ -38,7 +38,7 @@ Marca los mensajes y luego usa las opcio
 
15
 
 
16
 <form action="$CGI$" method="post">
 
17
 <p>
 
18
-<input type="hidden" name="command" value="processMensajes en cuarentena">
 
19
+<input type="hidden" name="command" value="processQuarantine">
 
20
 <input type="hidden" name="template" value="quarantine">
 
21
 <input type="hidden" name="user" value="$REMOTE_USER$">
 
22
 <input type="hidden" name="sortby" value="$SORTBY$">