[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

t-prot for testing



        Hi!

 I would like to update t-prot in testing. Unfortunately it can't flow
in through the usual way because of the freeze of gnupg and t-prot's
dependence on the locale messages of gnupg.

 The only difference to the unstable package which got no real bugreport
in the last 2 months since the major change in it would be the attached
patch that only changes three gettext strings according to the version
in testing.

 I hope you approve this, I'll prepare the build for t-p-u soon.
Alfie
-- 
When in doubt, parenthesize.  At the very least it will let some
poor schmuck bounce on the % key in vi.
                -- Larry Wall in the perl man page
--- t-prot	Tue Mar  1 16:20:49 2005
+++ t-prot-G126	Tue Mar  1 16:21:49 2005
@@ -968,16 +968,16 @@
                 Locale::gettext::gettext("Can't check signature: %s\n") =~
                 m/^([^%]*)/o;
             ($gpg_aka) =
-                Locale::gettext::gettext((' 'x16).'aka "%s"') =~
+                Locale::gettext::gettext((' 'x16).'aka "') =~
                 m/^(.*?)["«%]/o;
             ($gpg_bad) =
-                Locale::gettext::gettext('BAD signature from "%s"') =~
+                Locale::gettext::gettext('BAD signature from "') =~
                 m/^(.*?)["«%]/o;
             ($gpg_expired) =
                 Locale::gettext::gettext("Note: This key has expired!\n") =~
                 m/^(.*?)\n/mo;
             ($gpg_good) =
-                Locale::gettext::gettext('Good signature from "%s"') =~
+                Locale::gettext::gettext('Good signature from "') =~
                 m/^(.*?)["«%]/o;
             ($gpg_bug) =
                 Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~

Attachment: signature.asc
Description: Digital signature


Reply to: