r15033 - in packages/trunk/ri-li/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Fri Apr 18 12:12:50 UTC 2014


Author: apo-guest
Date: 2014-04-18 12:12:50 +0000 (Fri, 18 Apr 2014)
New Revision: 15033

Added:
   packages/trunk/ri-li/debian/clean
   packages/trunk/ri-li/debian/patches/fix-compiler-warnings.patch
Modified:
   packages/trunk/ri-li/debian/ri-li.6
Log:
Fix spelling in man mage. Add missing files.


Added: packages/trunk/ri-li/debian/clean
===================================================================
--- packages/trunk/ri-li/debian/clean	                        (rev 0)
+++ packages/trunk/ri-li/debian/clean	2014-04-18 12:12:50 UTC (rev 15033)
@@ -0,0 +1,5 @@
+data/language.*
+data/sprites.dat
+ri-li.*
+data-src/MakeDat
+data-src/*.o

Added: packages/trunk/ri-li/debian/patches/fix-compiler-warnings.patch
===================================================================
--- packages/trunk/ri-li/debian/patches/fix-compiler-warnings.patch	                        (rev 0)
+++ packages/trunk/ri-li/debian/patches/fix-compiler-warnings.patch	2014-04-18 12:12:50 UTC (rev 15033)
@@ -0,0 +1,37 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Thu, 17 Apr 2014 22:15:10 +0200
+Subject: fix compiler warnings
+
+---
+ data-src/main.cc | 2 +-
+ src/sprite.cc    | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/data-src/main.cc b/data-src/main.cc
+index 63ef4fb..461d5fa 100644
+--- a/data-src/main.cc
++++ b/data-src/main.cc
+@@ -43,7 +43,7 @@ struct s_Sprite {
+   bool Caractaire;
+ };
+ 
+-char* Langues[]={"langues/De/","langues/En/","langues/Es/","langues/Fr/","langues/Ar/","langues/Cn/",
++const char* Langues[]={"langues/De/","langues/En/","langues/Es/","langues/Fr/","langues/Ar/","langues/Cn/",
+ 		 "langues/Jp/","langues/Ru/","langues/Sl/","langues/It/","langues/Br/","langues/Po/",
+ 		 "langues/Se/","langues/Eo/","langues/Hu/","langues/Tu/","langues/Pl/","langues/Du/",
+ 		 "langues/Ko/",NULL};
+diff --git a/src/sprite.cc b/src/sprite.cc
+index b00d31a..1e80a6d 100644
+--- a/src/sprite.cc
++++ b/src/sprite.cc
+@@ -40,8 +40,8 @@ extern Sprite *Sprites;
+ extern int NSprites;
+ extern sPreference Pref;
+ 
+-static char* OrdreTexte="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-!?*+<>%$()&;";
+-static char* OrdreTexte2="abcdefghijklmnopqrstuvwxyz0123456789,_|?*+<>%$[]&;";
++static const char* OrdreTexte="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-!?*+<>%$()&;";
++static const char* OrdreTexte2="abcdefghijklmnopqrstuvwxyz0123456789,_|?*+<>%$[]&;";
+ static int TableTexte[256]; 
+ 
+ char Langue[31][16]; // Mémorise les noms des langues

Modified: packages/trunk/ri-li/debian/ri-li.6
===================================================================
--- packages/trunk/ri-li/debian/ri-li.6	2014-04-18 11:55:41 UTC (rev 15032)
+++ packages/trunk/ri-li/debian/ri-li.6	2014-04-18 12:12:50 UTC (rev 15033)
@@ -9,9 +9,8 @@
 This manual page documents briefly the
 \fBri-li\fR command.
 .PP
-Ri-Li is a video game. You drive a toy wood engine in many levels and you
-must collect all the  coaches to win. This package provide data files for
-the game.
+Ri-li is a game in which you drive a wooden toy steam locomotive across many
+levels and collect all the coaches to win.
 
 .PP
 This manual page was written for the \fBDebian\fP distribution




More information about the Pkg-games-commits mailing list