[openjk] 13/19: Add patch fixing a typo in Siege mode

Simon McVittie smcv at debian.org
Sun Mar 20 21:48:44 UTC 2016


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

smcv pushed a commit to branch master
in repository openjk.

commit 5fdbbbffa320b8f6d68fc3e248de4c2974615768
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Mar 20 13:47:58 2016 +0000

    Add patch fixing a typo in Siege mode
---
 debian/changelog                                    |  1 +
 ...a-typo-in-Siege-mode-attemtping-attempting.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 35fd0d9..2129c66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ openjk (0~20160320+dfsg1-1) UNRELEASED; urgency=medium
   * Symlink all documentation into each game's directory
   * debian/watch: add (guessing at what releases will look like)
   * Build with full hardening options
+  * Add patch fixing a typo in Siege mode
 
  -- Simon McVittie <smcv at debian.org>  Fri, 22 Jan 2016 11:09:04 +0000
 
diff --git a/debian/patches/Fix-a-typo-in-Siege-mode-attemtping-attempting.patch b/debian/patches/Fix-a-typo-in-Siege-mode-attemtping-attempting.patch
new file mode 100644
index 0000000..f25a70d
--- /dev/null
+++ b/debian/patches/Fix-a-typo-in-Siege-mode-attemtping-attempting.patch
@@ -0,0 +1,21 @@
+From: Simon McVittie <smcv at debian.org>
+Date: Sun, 20 Mar 2016 13:47:36 +0000
+Subject: Fix a typo in Siege mode: attemtping -> attempting
+
+---
+ codemp/game/ai_main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/codemp/game/ai_main.c b/codemp/game/ai_main.c
+index 24910a1..f068349 100644
+--- a/codemp/game/ai_main.c
++++ b/codemp/game/ai_main.c
+@@ -131,7 +131,7 @@ char *ctfStateDescriptions[] = {
+ 
+ char *siegeStateDescriptions[] = {
+ 	"I'm not occupied",
+-	"I'm attemtping to complete the current objective",
++	"I'm attempting to complete the current objective",
+ 	"I'm preventing the enemy from completing their objective"
+ };
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e0f7a6b..099564e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 g_utils-disarm-debug-code-that-writes-to-c-nofreeent.patch
+Fix-a-typo-in-Siege-mode-attemtping-attempting.patch

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



More information about the Pkg-games-commits mailing list