r8484 - packages/trunk/ode/debian
Gonéri Le Bouder
goneri at alioth.debian.org
Sun Dec 7 23:15:58 UTC 2008
Author: goneri
Date: 2008-12-07 23:15:58 +0000 (Sun, 07 Dec 2008)
New Revision: 8484
Modified:
packages/trunk/ode/debian/changelog
packages/trunk/ode/debian/rules
Log:
enable double precision
Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog 2008-12-07 23:02:14 UTC (rev 8483)
+++ packages/trunk/ode/debian/changelog 2008-12-07 23:15:58 UTC (rev 8484)
@@ -1,4 +1,4 @@
-ode (2:0.10.1-1) UNRELEASED; urgency=low
+ode (2:0.10.1-1) experimental; urgency=low
* new upstream release
- remove fix_makeinstall.diff, useless now
@@ -11,8 +11,9 @@
- rename libode0debian1 to libode1 and libode0-dev to libode-dev
- drop change_soname.patch
* standard version 3.8.0
+ * enable double precision
- -- Gonéri Le Bouder <goneri at rulezlan.org> Sat, 08 Nov 2008 01:19:33 +0100
+ -- Gonéri Le Bouder <goneri at rulezlan.org> Mon, 08 Dec 2008 00:15:02 +0100
ode (2:0.9-1) unstable; urgency=low
Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules 2008-12-07 23:02:14 UTC (rev 8483)
+++ packages/trunk/ode/debian/rules 2008-12-07 23:15:58 UTC (rev 8484)
@@ -24,8 +24,7 @@
configure-stamp:
dh_testdir
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-# ./configure --enable-soname --prefix=/usr --enable-release --with-trimesh=opcode
- ./configure --enable-shared --prefix=/usr
+ ./configure --enable-shared --prefix=/usr --enable-double-precision
touch configure-stamp
@@ -85,7 +84,6 @@
tests/UnitTest++/Makefile \
tests/UnitTest++/src/Makefile \
tests/UnitTest++/src/Posix/Makefile \
- tests/UnitTest++/src/Win32/Makefile \
conftest.dir/sub/conftest.Po \
conftest.dir/sub/conftest.c \
conftest.dir/sub/conftst1.h \
More information about the Pkg-games-commits
mailing list