[stella] 05/06: Fix the spelling of "Commmands" and ignore "Flie".
Stephen Kitt
skitt at moszumanska.debian.org
Tue Jan 26 11:56:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository stella.
commit 4c6d6923d91e2dbf5cb1436bdc394dadd1ed05ad
Author: Stephen Kitt <steve at sk2.org>
Date: Tue Jan 26 12:54:49 2016 +0100
Fix the spelling of "Commmands" and ignore "Flie".
---
debian/changelog | 1 +
debian/lintian-overrides | 1 +
debian/patches/series | 1 +
debian/patches/spelling-fix.patch | 14 ++++++++++++++
4 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a9bd5c6..58b2944 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ stella (4.7-1) UNRELEASED; urgency=medium
* New upstream version.
* Switch to https: VCS URIs (see #810378).
+ * Fix the spelling of "Commmands" and ignore "Flie".
-- Stephen Kitt <skitt at debian.org> Tue, 26 Jan 2016 12:00:16 +0100
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..f931aa0
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1 @@
+stella: spelling-error-in-binary usr/bin/stella Flie File
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8165f7f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-fix.patch
diff --git a/debian/patches/spelling-fix.patch b/debian/patches/spelling-fix.patch
new file mode 100644
index 0000000..ae44314
--- /dev/null
+++ b/debian/patches/spelling-fix.patch
@@ -0,0 +1,14 @@
+Description: Spelling fix
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/emucore/Settings.cxx
++++ b/src/emucore/Settings.cxx
+@@ -524,7 +524,7 @@
+ << "; Format MUST be as follows:" << endl
+ << "; command = value" << endl
+ << ";" << endl
+- << "; Commmands are the same as those specified on the commandline," << endl
++ << "; Commands are the same as those specified on the commandline," << endl
+ << "; without the '-' character." << endl
+ << ";" << endl
+ << "; Values are the same as those allowed on the commandline." << endl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/stella.git
More information about the Pkg-games-commits
mailing list