[oolite] 11/15: Patch removing a lintian style warning.

Nicolas Boulenguez nicolas.boulenguez at free.fr
Thu Jul 28 23:24:29 UTC 2016


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

nicobou-guest pushed a commit to branch master
in repository oolite.

commit b3707035f9da9d7b31f03c9ff41aecda2b6e2060
Author: Nicolas Boulenguez <nicolas.boulenguez at free.fr>
Date:   Thu Jul 28 13:06:57 2016 +0200

    Patch removing a lintian style warning.
---
 debian/patches/series              |  1 +
 debian/patches/typo-identifer.diff | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 990dacc..9a00ca2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ secure-format-log-string-1.84.diff
 avoid_date_cpp_macro.diff
 fix-desktop-file.diff
 avoid_depending_on_xcode.diff
+typo-identifer.diff
diff --git a/debian/patches/typo-identifer.diff b/debian/patches/typo-identifer.diff
new file mode 100644
index 0000000..748c23e
--- /dev/null
+++ b/debian/patches/typo-identifer.diff
@@ -0,0 +1,14 @@
+Description: typo detected by the lintian tool.
+Author: Nicolas Boulenguez <nicolas at debian.org>
+
+--- a/src/Core/OOOXZManager.m
++++ b/src/Core/OOOXZManager.m
+@@ -734,7 +734,7 @@
+ 		)
+ 	{
+ 		_downloadStatus = OXZ_DOWNLOAD_ERROR;
+-		OOLog(kOOOXZErrorLog, @"%@", @"Downloaded OXZ does not have the same identifer and version as expected. This might be due to your manifests list being out of date - try updating it.");
++		OOLog(kOOOXZErrorLog, @"%@", @"Downloaded OXZ does not have the same identifier and version as expected. This might be due to your manifests list being out of date - try updating it.");
+ 		_interfaceState = OXZ_STATE_TASKDONE;
+ 		[self gui];
+ 		return NO;

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



More information about the Pkg-games-commits mailing list