[Pkg-allegro-commits] r57 - unstable/rafkill/debian/patches

Samuel Hocevar sho at alioth.debian.org
Sat Feb 10 00:22:30 CET 2007


Author: sho
Date: 2007-02-10 00:22:30 +0100 (Sat, 10 Feb 2007)
New Revision: 57

Removed:
   unstable/rafkill/debian/patches/020_missing_strdup.diff
   unstable/rafkill/debian/patches/030_doc_spelling.diff
Log:
  * Removed old files.


Deleted: unstable/rafkill/debian/patches/020_missing_strdup.diff
===================================================================
--- unstable/rafkill/debian/patches/020_missing_strdup.diff	2007-02-09 14:34:24 UTC (rev 56)
+++ unstable/rafkill/debian/patches/020_missing_strdup.diff	2007-02-09 23:22:30 UTC (rev 57)
@@ -1,13 +0,0 @@
-Index: rafkill-1.2.1/src/rfield.cpp
-===================================================================
---- rafkill-1.2.1.orig/src/rfield.cpp	2006-05-02 05:14:19.000000000 +0200
-+++ rafkill-1.2.1/src/rfield.cpp	2006-05-16 08:58:11.000000000 +0200
-@@ -91,7 +91,7 @@
- //**//
- RField_Name::RField_Name( Font * f_font, char * name, bool selectable, bool perm, int return_val, RMenu * who, int number, int sound ):
- RField( selectable, perm, return_val, who, number, sound ) {
--	handle = name;
-+	handle = strdup( name );
- 	field_font = f_font;
- }
- 

Deleted: unstable/rafkill/debian/patches/030_doc_spelling.diff
===================================================================
--- unstable/rafkill/debian/patches/030_doc_spelling.diff	2007-02-09 14:34:24 UTC (rev 56)
+++ unstable/rafkill/debian/patches/030_doc_spelling.diff	2007-02-09 23:22:30 UTC (rev 57)
@@ -1,22 +0,0 @@
-Index: rafkill-1.2.1/README
-===================================================================
---- rafkill-1.2.1.orig/README	2006-05-07 18:08:46.000000000 +0200
-+++ rafkill-1.2.1/README	2006-05-16 08:56:57.000000000 +0200
-@@ -15,7 +15,7 @@
- 
- 	In the game you can change whether to show a background and the speed of the game.
- Getting rid of the background should significantly increase the fps if less than desired rate.
--Changing the speed of the game to much may cuase the game to crash, so please be wary. 
-+Changing the speed of the game too much may cause the game to crash, so please be wary. 
- 
- HOW TO PLAY:
- 
-@@ -27,7 +27,7 @@
- Your job is to shoot the enemies! How simple! 
- 
- Killing enemies gives you money( score ). If you kill a group of enemies, 
--which you can kind of tell becuase they move in the same pattern and are
-+which you can kind of tell because they move in the same pattern and are
- close to each other, you might get a handy coin which gives you more score!
- There are other powerups, so look for them too. The score lets you buy more
- weapons and hull parts. There are 5 weapon groups and a few weapons in each




More information about the Pkg-allegro-commits mailing list