r1590 - packages/trunk/glest/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Sun Sep 17 18:24:52 UTC 2006


Author: eddyp-guest
Date: 2006-09-17 18:24:51 +0000 (Sun, 17 Sep 2006)
New Revision: 1590

Modified:
   packages/trunk/glest/debian/changelog
   packages/trunk/glest/debian/rules
Log:
YAY! it builds!

Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog	2006-09-16 15:46:29 UTC (rev 1589)
+++ packages/trunk/glest/debian/changelog	2006-09-17 18:24:51 UTC (rev 1590)
@@ -11,10 +11,10 @@
   * added a clean rule to the upstream Jamfile (not as a patch since it
     brings in unnecessary complications and the rule should be always there)
   * modified the way the editor building is disabled
-  * do not ignore errors during build and clean
+  * do not ignore errors during build and clean and stop on failure
   * do not run autotools during build  and do not depend on automake1.9
   * nasty tricks with symlinks so that there are no unrepresentable changes in
     the source
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Fri, 15 Sep 2006 01:41:17 +0300
+ -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sun, 17 Sep 2006 21:24:29 +0300
 

Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2006-09-16 15:46:29 UTC (rev 1589)
+++ packages/trunk/glest/debian/rules	2006-09-17 18:24:51 UTC (rev 1590)
@@ -39,7 +39,7 @@
 
 	# Add here commands to compile the package.
 	cd mk/linux && ln -sf ../../source/glest_game glest_game
-	cd mk/linux && ln -sf ../../source/shared_lib glest_lib
+	cd mk/linux && ln -sf ../../source/shared_lib shared_lib
 	cd mk/linux && jam -q
 	#docbook-to-man debian/glest.sgml > glest.1
 
@@ -55,7 +55,7 @@
 	cd mk/linux && jam -q clean
 
 	rm -f mk/linux/glest_game
-	rm -f mk/linux/glest_lib
+	rm -f mk/linux/shared_lib
 	rm -fr mk/linux/build/*
 
 	dh_clean




More information about the Pkg-games-commits mailing list