r1840 - in packages/trunk/holotz-castle/debian: . patches

Miriam Ruiz baby-guest at costa.debian.org
Thu Oct 12 17:40:24 UTC 2006


Author: baby-guest
Date: 2006-10-12 17:40:24 +0000 (Thu, 12 Oct 2006)
New Revision: 1840

Added:
   packages/trunk/holotz-castle/debian/patches/08_jlib_jtree.patch
Modified:
   packages/trunk/holotz-castle/debian/changelog
   packages/trunk/holotz-castle/debian/holotz-castle.desktop
   packages/trunk/holotz-castle/debian/patches/series
Log:
Added 08_jlib_jtree.patch to replace ~JTree<T>() by ~JTree(). The
former seems to give a "parse error in template argument list" in
gcc-4.1 4.1.1-16 (even though 4.1.1-13 accepts it). Closes: #392172

Added Spanish translation of the desktop file fields.



Modified: packages/trunk/holotz-castle/debian/changelog
===================================================================
--- packages/trunk/holotz-castle/debian/changelog	2006-10-12 17:18:53 UTC (rev 1839)
+++ packages/trunk/holotz-castle/debian/changelog	2006-10-12 17:40:24 UTC (rev 1840)
@@ -4,12 +4,16 @@
   * Acknowledging NMU, thanks (Closes: #357897)
   * Merged patch for .desktop present in Ubuntu to be more freedesktop
     compilant. Thanks Barry deFreese (Closes: #376887)
-  * Added Romanian translation of the desktop file fields
-  * Added myself to uploaders
+  * Added Romanian translation of the desktop file fields.
+  * Added myself to uploaders.
 
   [Miriam Ruiz]
   * Modified building system for using quilt.
   * Updated to Standards Version 3.7.2. No changes needed.
+  * Added 08_jlib_jtree.patch to replace ~JTree<T>() by ~JTree(). The
+    former seems to give a "parse error in template argument list" in
+    gcc-4.1 4.1.1-16 (even though 4.1.1-13 accepts it). Closes: #392172
+  * Added Spanish translation of the desktop file fields.
 
  -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sat, 22 Jul 2006 17:00:21 +0300
 

Modified: packages/trunk/holotz-castle/debian/holotz-castle.desktop
===================================================================
--- packages/trunk/holotz-castle/debian/holotz-castle.desktop	2006-10-12 17:18:53 UTC (rev 1839)
+++ packages/trunk/holotz-castle/debian/holotz-castle.desktop	2006-10-12 17:40:24 UTC (rev 1840)
@@ -4,6 +4,7 @@
 Name=Holotz Castle
 GenericName=holotz-castle
 Comment=Play an exciting mystery game
+Comment[es]=Juega a un excitante juego de misterio
 Comment[ro_RO]=Jucați un joc misterios și antrenant 
 Icon=holotz-castle
 Exec=holotz-castle

Added: packages/trunk/holotz-castle/debian/patches/08_jlib_jtree.patch
===================================================================
--- packages/trunk/holotz-castle/debian/patches/08_jlib_jtree.patch	                        (rev 0)
+++ packages/trunk/holotz-castle/debian/patches/08_jlib_jtree.patch	2006-10-12 17:40:24 UTC (rev 1840)
@@ -0,0 +1,11 @@
+--- holotz-castle-1.3.8.orig/JLib/JLib/Util/JTree.h	2006-01-20 13:59:37.000000000 +0100
++++ holotz-castle-1.3.8/JLib/JLib/Util/JTree.h	2006-10-12 19:28:31.000000000 +0200
+@@ -115,7 +115,7 @@
+ 
+ 	/** Destroys the tree. Deletes created nodes (BUT NOT its contents if they are pointers)
+ 	 */
+-	~JTree<T>()
++	~JTree()
+ 	{
+ 		nodes.clear();
+ 	}

Modified: packages/trunk/holotz-castle/debian/patches/series
===================================================================
--- packages/trunk/holotz-castle/debian/patches/series	2006-10-12 17:18:53 UTC (rev 1839)
+++ packages/trunk/holotz-castle/debian/patches/series	2006-10-12 17:40:24 UTC (rev 1840)
@@ -5,3 +5,4 @@
 05_jlib.patch -p1
 06_casts.patch -p1
 07_hcenemy.patch -p1
+08_jlib_jtree.patch -p1




More information about the Pkg-games-commits mailing list