freedroidrpg (0.14.1-1) 17_debianize.diff

Summary

 init.c                   |   10 +++-------
 map/titles/Credits.title |   12 ++++++++++++
 menu.c                   |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

    
download this patch

Patch contents

--- ../orig/freedroidrpg-0.13/src/init.c	2010-01-21 13:31:29.000000000 +0100
+++ src/init.c	2010-02-02 08:09:13.000000000 +0100
@@ -1186,12 +1186,8 @@
 
 };				// int Init_Game_Data ( void )
 
-char copyright[] = "\nCopyright (C) 2004 Johannes Prix, Reinhard Prix\n\
-Copyright (C) 2005-2007 Arthur Huillet, Karol Swietlicki\n\
-FreedroidRPG comes with NO WARRANTY to the extent permitted by law.\n\
-You may redistribute copies of FreedroidRPG\n\
-under the terms of the GNU General Public License.\n\
-For more information about these matters, see the file named COPYING.\n";
+char copyright[] = "\nSee /usr/share/doc/freedroidrpg/copyright\n\
+for details about copyright and distribution license.\n";
 
 char usage_string[] = "\
 Usage: freedroidRPG [-h | --help] \n\
@@ -1225,7 +1221,7 @@
 			/* version statement -v or --version
 			 * following gnu-coding standards for command line interfaces */
 		case 'v':
-			printf("\n%s %s  \n", PACKAGE, VERSION);
+			printf("\n%s %s  \n", PACKAGE, DEB_VERSION);
 			printf("%s",copyright);
 			exit(0);
 			break;
--- ../orig/freedroidrpg-0.13/src/menu.c	2010-01-21 13:31:29.000000000 +0100
+++ src/menu.c	2010-02-02 08:10:03.000000000 +0100
@@ -106,7 +106,7 @@
 	//
 	if (!strcmp(MenuTexts[0], SINGLE_PLAYER_STRING)) {
 		SetCurrentFont(FPS_Display_BFont);
-		RightPutString(Screen, GameConfig.screen_height - 1 * FontHeight(GetCurrentFont()), VERSION);
+		RightPutString(Screen, GameConfig.screen_height - 1 * FontHeight(GetCurrentFont()), DEB_VERSION);
 		// printf ("\n%s %s  \n", PACKAGE, VERSION);
 		sprintf(open_gl_string, _("OpenGL support compiled: "));
 #ifdef HAVE_LIBGL
--- ../orig/freedroidrpg-0.13/./map/titles/Credits.title	2010-01-21 14:02:59.000000000 +0100
+++ ./map/titles/Credits.title	2010-02-02 08:13:55.000000000 +0100
@@ -25,6 +25,12 @@
 
         Nick "Nario" Hagman
 
+
+DEBIAN PACKAGING:
+
+        Bart Martens
+
+
 MISC:
 
         Matthias Krüger - continued beta testing
@@ -75,6 +81,12 @@
 
 
 
+DEBIAN PACKAGING:
+
+        Daniel Milstein (2005)
+
+
+
 MISC:
 
         Mbrola - text-to-speech