]> git.deb.at Git - pkg/t-prot.git/blobdiff - contrib/t-prot-r1.238-gpg126.diff
Imported Upstream version 3.0
[pkg/t-prot.git] / contrib / t-prot-r1.238-gpg126.diff
diff --git a/contrib/t-prot-r1.238-gpg126.diff b/contrib/t-prot-r1.238-gpg126.diff
deleted file mode 100644 (file)
index 37832b1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- t-prot     2005-05-08 19:50:44.000000000 +0200
-+++ t-prot-G126        2005-05-08 19:54:42.000000000 +0200
-@@ -1013,16 +1013,16 @@
-                 Locale::gettext::gettext("Can't check signature: %s\n") =~
-                 m/^([^%]*)/;
-             ($gpg_aka) =
--                Locale::gettext::gettext((' 'x16).'aka "%s"') =~
-+                Locale::gettext::gettext((' 'x16).'aka "') =~
-                 m/^([^"«%]*)["«%]/;
-             ($gpg_bad) =
--                Locale::gettext::gettext('BAD signature from "%s"') =~
-+                Locale::gettext::gettext('BAD signature from "') =~
-                 m/^([^"«%]*)["«%]/;
-             ($gpg_expired) =
-                 Locale::gettext::gettext("Note: This key has expired!\n") =~
-                 m/^(.*)\n/m;
-             ($gpg_good) =
--                Locale::gettext::gettext('Good signature from "%s"') =~
-+                Locale::gettext::gettext('Good signature from "') =~
-                 m/^(([^"«%]*))["«%]/;
-             ($gpg_bug) =
-                 Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~