r2344 - packages/trunk/ode/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jan 23 19:15:38 CET 2007


Author: goneri-guest
Date: 2007-01-23 19:15:38 +0100 (Tue, 23 Jan 2007)
New Revision: 2344

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/rules
Log:
remove the 'enable double precision' flag. IMO the best it to create two
different packages.


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2007-01-23 18:07:53 UTC (rev 2343)
+++ packages/trunk/ode/debian/changelog	2007-01-23 18:15:38 UTC (rev 2344)
@@ -1,7 +1,5 @@
 ode (1:0.7-2) UNRELEASED; urgency=low
 
-  * use --enable-double-precision. needed by bjs "Battle Just Started"
-  and cost seems limited.
   * remove --disable-opcode. its support had been improved since the
   0.5 release
    - update fix_dTRIMESH_ENABLED_undef.diff to build trimesh tests

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2007-01-23 18:07:53 UTC (rev 2343)
+++ packages/trunk/ode/debian/rules	2007-01-23 18:15:38 UTC (rev 2344)
@@ -27,7 +27,7 @@
 configure-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2	
-	./configure --enable-soname --prefix=/usr --enable-release --enable-double-precision
+	./configure --enable-soname --prefix=/usr --enable-release
 	
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list