[gweled] 69/72: Fix a couple of spelling mistakes flagged by Lintian.

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:51 UTC 2016


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

skitt pushed a commit to branch debian-sid
in repository gweled.

commit d21aec1fb2a8425fa5cedf83e87ffbc5aa187522
Author: Stephen Kitt <skitt at debian.org>
Date:   Thu May 26 18:34:21 2016 +0200

    Fix a couple of spelling mistakes flagged by Lintian.
---
 debian/changelog                        |  1 +
 debian/patches/006-spelling-fixes.patch | 25 +++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3b0cbb..2e29588 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ gweled (0.9.1-4) UNRELEASED; urgency=medium
     #608439.)
   * Clean up modified files to allow building twice in a row.
   * Switch to dpkg-buildflags hardening instead of hardening-wrapper.
+  * Fix a couple of spelling mistakes flagged by Lintian.
 
  -- Stephen Kitt <skitt at debian.org>  Thu, 26 May 2016 17:47:31 +0200
 
diff --git a/debian/patches/006-spelling-fixes.patch b/debian/patches/006-spelling-fixes.patch
new file mode 100644
index 0000000..ef7ea3e
--- /dev/null
+++ b/debian/patches/006-spelling-fixes.patch
@@ -0,0 +1,25 @@
+Description: Spelling fixes
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/sound.c
++++ b/src/sound.c
+@@ -62,7 +62,7 @@
+         sound_available = TRUE;
+         MikMod_EnableOutput();
+         pthread_create(&thread, NULL, (void *)&sound_thread, NULL);
+-        g_print("Audio driver choosen: %s\n", md_driver->Name);
++        g_print("Audio driver chosen: %s\n", md_driver->Name);
+     }
+ 
+     is_playing = FALSE;
+--- a/src/games-score.c
++++ b/src/games-score.c
+@@ -92,7 +92,7 @@
+     return 0;
+   default:
+     g_warning
+-      ("Uknown score style in games_score_compare - treating as equal.");
++      ("Unknown score style in games_score_compare - treating as equal.");
+     return 0;
+   }
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 8d525cf..80d8f6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 003-intools-update_ignore_quilt_directory.patch
 004-use-pkg-config-for-mikmod.patch
 005-continue-endless-timed-modes.patch
+006-spelling-fixes.patch

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



More information about the Pkg-games-commits mailing list