[heroes] 10/18: Spell "suppress" correctly.

Stephen Kitt skitt at moszumanska.debian.org
Sat Jan 23 19:34:41 UTC 2016


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

skitt pushed a commit to annotated tag debian/0.21-11
in repository heroes.

commit 7953192a5f3cf357cb602b3cbf7104f862bfc4ea
Author: Stephen Kitt <steve at sk2.org>
Date:   Thu Jan 21 19:17:23 2016 +0100

    Spell "suppress" correctly.
---
 debian/changelog                    |  1 +
 debian/menu                         |  7 ---
 debian/patches/series               |  1 +
 debian/patches/spelling-fixes.patch | 91 +++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 523062a..68fbbf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ heroes (0.21-11) UNRELEASED; urgency=medium
   * Drop the Encoding key from heroes.desktop.
   * Drop the Debian menu file.
   * Standards-Version 3.9.6, no further change required.
+  * Spell "suppress" correctly (thanks lintian!).
 
  -- Stephen Kitt <skitt at debian.org>  Wed, 20 Jan 2016 14:16:25 +0100
 
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 31bcc2a..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(heroes):needs="x11" section="Games/Action" \
-title="Heroes" command="/usr/games/heroes" \
-icon="/usr/share/pixmaps/heroes.xpm"
-
-?package(heroes):needs="vc" section="Games/Action" \
-title="Heroes" command="/usr/games/heroes" \
-icon="/usr/share/pixmaps/heroes.xpm"
diff --git a/debian/patches/series b/debian/patches/series
index c6ae057..1182e23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ po-de.patch
 po-sv.patch
 skip-interactive-tests.patch
 swab.patch
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 0000000..ce79fb0
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,91 @@
+Description: Spelling fixes
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/po/de.po
++++ b/po/de.po
+@@ -1654,7 +1654,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Kann %s nicht �ffnen, Sound deaktiviert.\n"
+ "(-X unterdr�ckt diese Meldung)."
+--- a/po/fr.po
++++ b/po/fr.po
+@@ -1663,7 +1663,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Impossible d'ouvrir %s, les bruitages sont d�sactiv�s.\n"
+ "(lancez avec -X pour supprimer ce message)."
+--- a/po/heroes.pot
++++ b/po/heroes.pot
+@@ -1388,7 +1388,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ 
+ #: src/media/sfx.c:260
+--- a/po/it.po
++++ b/po/it.po
+@@ -1655,7 +1655,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Impossibile aprire %s, disabilito gli effetti sonori\n"
+ "(esegui con l'opzione -X per eliminare questo messaggio)."
+--- a/po/nl.po
++++ b/po/nl.po
+@@ -1639,7 +1639,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Kan `%s' niet openen, zet geluids-effecten uit\n"
+ "(draai met -X om dit bericht te onderdrukken)."
+--- a/po/pt_BR.po
++++ b/po/pt_BR.po
+@@ -1648,7 +1648,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Imposs�vel abrir %s, desativando efeitos de som\n"
+ "(rode com -X para suprimir esta mensagem)."
+--- a/po/sv.po
++++ b/po/sv.po
+@@ -1628,7 +1628,7 @@
+ #, c-format
+ msgid ""
+ "Cannot open %s, disabling sound-effects\n"
+-"(run with -X to supress this message)."
++"(run with -X to suppress this message)."
+ msgstr ""
+ "Kan inte öppna %s, stänger av ljudeffekter\n"
+ "(kör med -X för att ta bort detta meddelande)."
+--- a/src/media/sfx.c
++++ b/src/media/sfx.c
+@@ -92,7 +92,7 @@
+       if (*conf != 0)
+ 	dperror ("fopen");
+       wmsg (_("Cannot open %s, disabling sound-effects\n"
+-	      "(run with -X to supress this message)."), conf);
++	      "(run with -X to suppress this message)."), conf);
+       nosfx = 1;
+       free (conf);
+       return 0;

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



More information about the Pkg-games-commits mailing list