This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit 37a1ebf4553a5c99b5a6c5c3f839a4700b66f817 Author: Markus Koschany <[email protected]> Date: Fri Apr 18 12:12:50 2014 +0000 Fix spelling in man mage. Add missing files. --- debian/clean | 5 ++++ debian/patches/fix-compiler-warnings.patch | 37 ++++++++++++++++++++++++++++++ debian/ri-li.6 | 5 ++-- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..9f47678 --- /dev/null +++ b/debian/clean @@ -0,0 +1,5 @@ +data/language.* +data/sprites.dat +ri-li.* +data-src/MakeDat +data-src/*.o diff --git a/debian/patches/fix-compiler-warnings.patch b/debian/patches/fix-compiler-warnings.patch new file mode 100644 index 0000000..c67784e --- /dev/null +++ b/debian/patches/fix-compiler-warnings.patch @@ -0,0 +1,37 @@ +From: Markus Koschany <[email protected]> +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 diff --git a/debian/ri-li.6 b/debian/ri-li.6 index 6133909..a739d3c 100644 --- a/debian/ri-li.6 +++ b/debian/ri-li.6 @@ -9,9 +9,8 @@ ri-li \(em a toy simulator game 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

