[mutt] 01/01: upstream/upstream/837673-fix-gpgme-sign-bindings.patch: to use correct key bindings if the pgp sign message is not translated (Closes: 837673).

Antonio Radici antonio at moszumanska.debian.org
Tue Sep 13 20:57:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit c662a5c1c06c48c070fe0cb15b6f323fa1619388
Author: Antonio Radici <antonio at debian.org>
Date:   Tue Sep 13 21:05:07 2016 +0100

    upstream/upstream/837673-fix-gpgme-sign-bindings.patch: to use correct key bindings if the pgp sign message is not translated (Closes: 837673).
---
 debian/changelog                                   |  2 +
 debian/patches/series                              |  1 +
 .../upstream/837673-fix-gpgme-sign-bindings.patch  | 80 ++++++++++++++++++++++
 3 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5d1bbeb..4094291 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ mutt (1.7.0-5) UNRELEASED; urgency=medium
       (Closes: 837634).
     + upstream/827189-opportunistic-encryption-crash.patch: do not crash when
       doing opportunistic encryption with long addresses (Closes: 827189).
+    + upstream/upstream/837673-fix-gpgme-sign-bindings.patch: to use correct
+      key bindings if the pgp sign message is not translated (Closes: 837673).
 
  -- Antonio Radici <antonio at debian.org>  Tue, 13 Sep 2016 14:57:35 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index d22a506..9cbeded 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -29,3 +29,4 @@ upstream/549204-clear-N-on-readonly-imap-folders.patch
 upstream/837372-do-not-color-gpgme-output.patch
 upstream/827189-opportunistic-encryption-crash.patch
 upstream/openssl-1.1-build.patch
+upstream/837673-fix-gpgme-sign-bindings.patch
diff --git a/debian/patches/upstream/837673-fix-gpgme-sign-bindings.patch b/debian/patches/upstream/837673-fix-gpgme-sign-bindings.patch
new file mode 100644
index 0000000..7ac9269
--- /dev/null
+++ b/debian/patches/upstream/837673-fix-gpgme-sign-bindings.patch
@@ -0,0 +1,80 @@
+Some translations for crypt-gpgme.c are marked as fuzzy but the keybindings
+attached to these translations are not, this creates confusions for the users
+who see the english message but have the keybindings for a message in their own
+language available.
+
+As long as the translations are fuzzy, the keybindings should stay fuzzy.
+
+Debian bug: http://bugs.debian.org/837673
+Upstream mutt issue: http://bugs.mutt.org/3874
+
+--- a/po/de.po
++++ b/po/de.po
+@@ -1365,6 +1365,7 @@
+ "PGP (v)erschl., (s)ign., sign. (a)ls, (b)eides, s/(m)ime, (u)nverschl.?"
+ 
+ #: crypt-gpgme.c:4732
++#, fuzzy
+ msgid "samfco"
+ msgstr ""
+ 
+@@ -1401,6 +1402,7 @@
+ "S/MIME (v)erschl., (s)ign., sign. (a)ls, (b)eides, (p)gp, (u)nverschl.?"
+ 
+ #: crypt-gpgme.c:4763
++#, fuzzy
+ msgid "esabpfc"
+ msgstr "vsabpku"
+ 
+@@ -1411,6 +1413,7 @@
+ "PGP (v)erschl., (s)ign., sign. (a)ls, (b)eides, s/(m)ime, (u)nverschl.?"
+ 
+ #: crypt-gpgme.c:4769
++#, fuzzy
+ msgid "esabmfc"
+ msgstr "vsabmku"
+ 
+--- a/po/es.po
++++ b/po/es.po
+@@ -1419,6 +1419,7 @@
+ msgstr "�co(d)ificar, f(i)rmar (c)omo, amb(o)s, inc(l)uido, o ca(n)celar? "
+ 
+ #: crypt-gpgme.c:4733
++#, fuzzy
+ msgid "samfco"
+ msgstr ""
+ 
+--- a/po/it.po
++++ b/po/it.po
+@@ -1358,6 +1358,7 @@
+ #. Alternatively, you may duplicate the letter 'c' is translated to.
+ #. This comment also applies to the five following letter sequences.
+ #: crypt-gpgme.c:4727
++#, fuzzy
+ msgid "sapfco"
+ msgstr ""
+ 
+@@ -1368,6 +1369,7 @@
+ "PGP: cifra(e), firma(s), firma (c)ome, entram(b)i, s/(m)ime, annullare(c)?"
+ 
+ #: crypt-gpgme.c:4733
++#, fuzzy
+ msgid "samfco"
+ msgstr ""
+ 
+@@ -1404,6 +1406,7 @@
+ "S/MIME cifra(e), firma(s), firma (c)ome, entram(b)i, (p)gp, annullare(c)?"
+ 
+ #: crypt-gpgme.c:4764
++#, fuzzy
+ msgid "esabpfc"
+ msgstr "esabpfc"
+ 
+@@ -1414,6 +1417,7 @@
+ "PGP: cifra(e), firma(s), firma (c)ome, entram(b)i, s/(m)ime, annullare(c)?"
+ 
+ #: crypt-gpgme.c:4770
++#, fuzzy
+ msgid "esabmfc"
+ msgstr "esabmfc"
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list