r3800 - in packages/trunk/hex-a-hop/debian: . patches
Jens Seidel
jseidel-guest at alioth.debian.org
Thu Aug 23 23:51:11 UTC 2007
Author: jseidel-guest
Date: 2007-08-23 23:51:11 +0000 (Thu, 23 Aug 2007)
New Revision: 3800
Modified:
packages/trunk/hex-a-hop/debian/changelog
packages/trunk/hex-a-hop/debian/patches/typos.patch
Log:
* Fixed a superfluous space in a level name. Thanks to
Piotr Engelking <inkerman42 at gmail.com>. Closes: #439289.
Modified: packages/trunk/hex-a-hop/debian/changelog
===================================================================
--- packages/trunk/hex-a-hop/debian/changelog 2007-08-23 23:31:56 UTC (rev 3799)
+++ packages/trunk/hex-a-hop/debian/changelog 2007-08-23 23:51:11 UTC (rev 3800)
@@ -28,6 +28,8 @@
Thanks to Helge for the suggestion.
* Fixed two lintian warnings (proper usage of hyphens in
manpage, removed "Encoding" line in desktop file).
+ * Fixed a superfluous space in a level name. Thanks to
+ Piotr Engelking <inkerman42 at gmail.com>. Closes: #439289.
* Fixed an error in one of the applied patches and allow
displaying end credits. Thanks to Piotr Engelking
<inkerman42 at gmail.com>. Closes: #439291.
Modified: packages/trunk/hex-a-hop/debian/patches/typos.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/typos.patch 2007-08-23 23:31:56 UTC (rev 3799)
+++ packages/trunk/hex-a-hop/debian/patches/typos.patch 2007-08-23 23:51:11 UTC (rev 3800)
@@ -1,7 +1,7 @@
Index: hex-a-hop.svn/menus.h
===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-15 01:30:37.000000000 +0200
-+++ hex-a-hop.svn/menus.h 2007-08-15 01:35:25.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-08-24 01:49:08.000000000 +0200
++++ hex-a-hop.svn/menus.h 2007-08-24 01:49:14.000000000 +0200
@@ -122,7 +122,7 @@
//Item 0 (21)
_("The spiky anti-ice pickups turn icy tiles into blue ones. They get used automatically when you land on ice."),
@@ -20,3 +20,16 @@
};
struct HintMessage : public Menu
+Index: hex-a-hop.svn/level_list.h
+===================================================================
+--- hex-a-hop.svn.orig/level_list.h 2007-08-24 01:49:25.000000000 +0200
++++ hex-a-hop.svn/level_list.h 2007-08-24 01:49:46.000000000 +0200
+@@ -55,7 +55,7 @@
+ {0, "2005_11_19\\turntables.lev", _(" Roundabouts"),},
+ {0, "2005_11_19\\two fish.lev", _(" Two Fish"),},
+ {0, "3_2hitfloor\\all wound up.lev", _("All Wound Up"),},
+-{0, "3_2hitfloor\\collapse2.lev", _(" Toughened Tiles"),},
++{0, "3_2hitfloor\\collapse2.lev", _(" Toughened Tiles"),},
+ {0, "3_2hitfloor\\Island.lev", _(" Island"),},
+ {0, "3_2hitfloor\\more stripes.lev", _(" More Stripes"),},
+ {0, "3_2hitfloor\\Stripey.lev", _(" Stripes"),},
More information about the Pkg-games-commits
mailing list