[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-5-13-gdb9676b

Ansgar Burchardt ansgar at 43-1.org
Mon Jun 7 04:58:06 UTC 2010


The following commit has been merged in the master branch:
commit d58d1f7fe55e35756f4e92fd1486434ea1c1ecee
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Mon Jun 7 13:37:11 2010 +0900

    Fix spelling error.
    
    * Fix spelling error.
      + new patch: spelling.patch

diff --git a/debian/changelog b/debian/changelog
index fb37236..a1a8214 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ openarena (0.8.1-7) UNRELEASED; urgency=low
   * Use memmove instead of strcpy for overlapping memory regions.
     (LP: #554748)
     + new patch: memmove.patch
+  * Fix spelling error.
+    + new patch: spelling.patch
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 07 Jun 2010 13:34:13 +0900
 
diff --git a/debian/patches/series b/debian/patches/series
index a4e2d9a..df87b6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ delban_0_segfault.diff
 30_link_against_local_libspeex.diff
 40_kfreebsd.diff
 memmove.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..fa85578
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,66 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Mon, 07 Jun 2010 12:55:35 +0900
+Subject: Fix spelling error
+
+--- openarena.orig/code/botlib/be_aas_main.c
++++ openarena/code/botlib/be_aas_main.c
+@@ -216,7 +216,7 @@
+ 		//save the AAS file
+ 		if (AAS_WriteAASFile(aasworld.filename))
+ 		{
+-			botimport.Print(PRT_MESSAGE, "%s written succesfully\n", aasworld.filename);
++			botimport.Print(PRT_MESSAGE, "%s written successfully\n", aasworld.filename);
+ 		} //end if
+ 		else
+ 		{
+--- openarena.orig/code/botlib/be_ai_chat.c
++++ openarena/code/botlib/be_ai_chat.c
+@@ -2198,7 +2198,7 @@
+ #ifdef DEBUG
+ 	botimport.Print(PRT_MESSAGE, "initial chats loaded in %d msec\n", Sys_MilliSeconds() - starttime);
+ #endif //DEBUG
+-	//character was read succesfully
++	//character was read successfully
+ 	return chat;
+ } //end of the function BotLoadInitialChat
+ //===========================================================================
+--- openarena.orig/code/botlib/l_precomp.c
++++ openarena/code/botlib/l_precomp.c
+@@ -1362,7 +1362,7 @@
+ #endif //DEFINEHASHING
+ 	//
+ 	FreeScript(script);
+-	//if the define was created succesfully
++	//if the define was created successfully
+ 	if (res > 0) return def;
+ 	//free the define is created
+ 	if (src.defines) PC_FreeDefine(def);
+--- openarena.orig/code/botlib/l_script.c
++++ openarena/code/botlib/l_script.c
+@@ -421,7 +421,7 @@
+ 	script->script_p++;
+ 	//store the escape character
+ 	*ch = c;
+-	//succesfully read escape character
++	//successfully read escape character
+ 	return 1;
+ } //end of the function PS_ReadEscapeCharacter
+ //============================================================================
+@@ -431,7 +431,7 @@
+ //
+ // Parameter:				script		: script to read from
+ //								token			: buffer to store the string
+-// Returns:					qtrue when a string was read succesfully
++// Returns:					qtrue when a string was read successfully
+ // Changes Globals:		-
+ //============================================================================
+ int PS_ReadString(script_t *script, token_t *token, int quote)
+@@ -912,7 +912,7 @@
+ 	} //end if
+ 	//copy the token into the script structure
+ 	Com_Memcpy(&script->token, token, sizeof(token_t));
+-	//succesfully read a token
++	//successfully read a token
+ 	return 1;
+ } //end of the function PS_ReadToken
+ //============================================================================

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list