From d42b0d2b3916554e969e11b00d00343fa89bc7d9 Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Sun, 31 Jan 2010 16:40:15 +0000 Subject: [PATCH] small fix to the German translation (Closes: 553238), set time_inc to be 250ms (Closes: 537746) + upstream/553238-german-intl.patch: small fix to the German translation (Closes: 553238) + debian-specific/Muttrc: set time_inc to be 250ms (Closes: 537746) --- debian/changelog | 3 +++ debian/patches/debian-specific/Muttrc | 13 ++++++++++++- debian/patches/series | 1 + debian/patches/upstream/553238-german-intl.patch | 14 ++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 debian/patches/upstream/553238-german-intl.patch diff --git a/debian/changelog b/debian/changelog index bc98d66..4ce5a60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ mutt (1.5.20-7) unstable; urgency=low * debian/patches: + upstream/548494-swedish-intl.patch: fixes to Swedish translation (Closes: 548494) + + upstream/553238-german-intl.patch: small fix to the German translation + (Closes: 553238) + upstream/553321-ansi-escape-segfault.patch: prevent mutt from segfaulting with large ASCII escape sequences (Closes: 553321) + + debian-specific/Muttrc: set time_inc to be 250ms (Closes: 537746) * debian/control: + bumping Standards-Version to 3.8.4, nothing to be done + adding ${misc:Depends} to make lintian happy diff --git a/debian/patches/debian-specific/Muttrc b/debian/patches/debian-specific/Muttrc index 5c93eff..fd0a798 100644 --- a/debian/patches/debian-specific/Muttrc +++ b/debian/patches/debian-specific/Muttrc @@ -58,7 +58,18 @@ # # set hostname=cs.hmc.edu -@@ -101,6 +129,9 @@ +@@ -47,6 +75,10 @@ + # be undone with unmime_lookup. + mime_lookup application/octet-stream + ++# Upgrade the progress counter every 250ms, good for mutt over SSH ++# see http://bugs.debian.org/537746 ++set time_inc=250 ++ + ## + ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH *** + ## +@@ -101,6 +133,9 @@ attachments -A message/external-body attachments -I message/external-body diff --git a/debian/patches/series b/debian/patches/series index 2257aa7..04fdeb5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -53,6 +53,7 @@ upstream/548577-gpgme-1.2.patch upstream/548494-swedish-intl.patch upstream/553321-ansi-escape-segfault.patch +upstream/553238-german-intl.patch misc/hyphen-as-minus.patch #misc/manpage-typos.patch misc/smime_keys-manpage.patch diff --git a/debian/patches/upstream/553238-german-intl.patch b/debian/patches/upstream/553238-german-intl.patch new file mode 100644 index 0000000..2e0c9b5 --- /dev/null +++ b/debian/patches/upstream/553238-german-intl.patch @@ -0,0 +1,14 @@ +Small fix in a German translation, the original bug submission was amended after +consulting a native speaker (gregoa@) + +--- a/po/de.po ++++ b/po/de.po +@@ -1648,7 +1648,7 @@ + + #: curs_main.c:1317 curs_main.c:1361 + msgid "No undeleted messages." +-msgstr "Alle Nachrichten gelöscht." ++msgstr "Keine ungelöschten Nachrichten." + + #: curs_main.c:1354 curs_main.c:1378 + msgid "You are on the first message." -- 2.43.0