r36577 - in /packages/life/trunk/debian: changelog patches/series rules
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Sun May 30 18:01:26 UTC 2010
Author: prudhomm
Date: Sun May 30 18:01:12 2010
New Revision: 36577
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36577
Log:
fix build on some arches
Modified:
packages/life/trunk/debian/changelog
packages/life/trunk/debian/patches/series
packages/life/trunk/debian/rules
Modified: packages/life/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/changelog?rev=36577&op=diff
==============================================================================
--- packages/life/trunk/debian/changelog (original)
+++ packages/life/trunk/debian/changelog Sun May 30 18:01:12 2010
@@ -1,3 +1,10 @@
+life (0.9.24-2) unstable; urgency=low
+
+ [Christophe Prud'homme]
+ * Fix arch breakage
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Sun, 30 May 2010 19:58:37 +0200
+
life (0.9.24-1) unstable; urgency=low
[Christophe Prud'homme]
Modified: packages/life/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/patches/series?rev=36577&op=diff
==============================================================================
--- packages/life/trunk/debian/patches/series (original)
+++ packages/life/trunk/debian/patches/series Sun May 30 18:01:12 2010
@@ -1,1 +1,1 @@
-mindoc.patch
+
Modified: packages/life/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/life/trunk/debian/rules?rev=36577&op=diff
==============================================================================
--- packages/life/trunk/debian/rules (original)
+++ packages/life/trunk/debian/rules Sun May 30 18:01:12 2010
@@ -12,13 +12,13 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=OFF \
-DBUILD_TESTING=OFF \
- -DLIFE_ENABLE_DOCUMENTATION=ON \
+ -DLIFE_MINIMAL_CONFIGURATION=ON \
-DENABLE_INSTANTIATION_MODE=OFF
else
LIFE_INSTALL_ENABLERS=-DLIFE_ENABLE_ALL=ON
endif
DEB_CMAKE_EXTRA_FLAGS= \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DPETSC_ARCH=linux-gnu-c-opt \
-DPETSC_DIR=/usr/lib/petscdir/3.0.0 \
-DPETSC_EXECUTABLE_RUNS=ON \
More information about the debian-science-commits
mailing list