[Pkg-scicomp-commits] openturns/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sat Oct 4 06:44:38 UTC 2008


SVN commit 3902 by prudhomm:

fixed 2 bugs and set OT_DEBUG_LEVEL


 M  +10 -0     openturns/trunk/debian/changelog  
 M  +1 -1      openturns/trunk/debian/rules  


--- openturns/trunk/debian/changelog #3901:3902
@@ -1,3 +1,13 @@
+openturns (0.12.1-7) unstable; urgency=low
+
+  * Bug fix: "Killed (program cc1plus)", thanks to Bastian Blank (Closes:
+    #499738).
+  * Bug fix: "FTBFS on sparc", thanks to Martin Zobel-Helas (Closes:
+    #500999).
+  * debian/rules: set OT_DEBUG_LEVEL to 3 as per default 
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 04 Oct 2008 08:42:57 +0200
+
 openturns (0.12.1-6) unstable; urgency=low
 
   * debian/rules: Fix FTBS on hppa, sparc, arm, and armel because of
--- openturns/trunk/debian/rules #3901:3902
@@ -22,7 +22,7 @@
 export CFLAGS= -g -O2
 export CXXFLAGS= -g -O2
 
-export CPPFLAGS= 
+export CPPFLAGS= -DOT_DEBUG_LEVEL=3
 ifeq ($(shell dpkg --print-architecture),hppa)
 CPPFLAGS += -DBOOST_SP_USE_PTHREADS
 endif



More information about the Pkg-scicomp-commits mailing list