r1584 - packages/trunk/glest/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Thu Sep 14 22:43:06 UTC 2006


Author: eddyp-guest
Date: 2006-09-14 22:43:06 +0000 (Thu, 14 Sep 2006)
New Revision: 1584

Modified:
   packages/trunk/glest/debian/changelog
   packages/trunk/glest/debian/rules
Log:
do some nasty create/erase tricks so that there are no unrepresentable fatal changes

Modified: packages/trunk/glest/debian/changelog
===================================================================
--- packages/trunk/glest/debian/changelog	2006-09-14 21:22:04 UTC (rev 1583)
+++ packages/trunk/glest/debian/changelog	2006-09-14 22:43:06 UTC (rev 1584)
@@ -13,6 +13,8 @@
   * modified the way the editor building is disabled
   * do not ignore errors during build and clean
   * 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,  1 Sep 2006 03:16:48 +0300
+ -- Eddy Petrișor <eddy.petrisor at gmail.com>  Fri, 15 Sep 2006 01:41:17 +0300
 

Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2006-09-14 21:22:04 UTC (rev 1583)
+++ packages/trunk/glest/debian/rules	2006-09-14 22:43:06 UTC (rev 1584)
@@ -38,6 +38,8 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
+	cd mk/linux && ln -sf ../../source/glest_game glest_game
+	cd mk/linux && ln -sf ../../source/glest_lib glest_lib
 	cd mk/linux && jam
 	#docbook-to-man debian/glest.sgml > glest.1
 
@@ -52,6 +54,8 @@
 	# Add here commands to clean up after the build process.
 	cd mk/linux && jam clean
 
+	rm -f mk/linux/glest_game mk/linux/shared_lib
+
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list