[Pkg-octave-commit] rev 112 - trunk/packages/octave2.1/debian

Rafael Laboissiere rafael@costa.debian.org
Thu, 24 Feb 2005 14:07:40 +0100


Author: rafael
Date: 2005-02-24 14:07:40 +0100 (Thu, 24 Feb 2005)
New Revision: 112

Modified:
   trunk/packages/octave2.1/debian/changelog
   trunk/packages/octave2.1/debian/rules
Log:
* rules: Use compiler flag "-O0" instead of "-O1" for the m68k architecture



Modified: trunk/packages/octave2.1/debian/changelog
===================================================================
--- trunk/packages/octave2.1/debian/changelog	2005-02-24 12:59:54 UTC (rev 111)
+++ trunk/packages/octave2.1/debian/changelog	2005-02-24 13:07:40 UTC (rev 112)
@@ -1,3 +1,15 @@
+octave2.1 (2.1.65-2) unstable; urgency=low
+
+   NOT YET RELEASED!
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/rules: Use compiler flag "-O0" instead of "-O1" for the m68k
+    architecture.  Let us hope that this will fix the buildd problem on
+    the m68k architecture.
+
+ --
+
 octave2.1 (2.1.65-1) unstable; urgency=low
 
   +++ Changes by J. Rafael Rodriguez Galvan:

Modified: trunk/packages/octave2.1/debian/rules
===================================================================
--- trunk/packages/octave2.1/debian/rules	2005-02-24 12:59:54 UTC (rev 111)
+++ trunk/packages/octave2.1/debian/rules	2005-02-24 13:07:40 UTC (rev 112)
@@ -71,7 +71,7 @@
 f77_compiler	= /usr/bin/fort77
 fc_flag		= --with-f77=/usr/bin/fort77 --without-f2c
 fc_libs		= -lf2c
-compilerflags	= -O1 -g0
+compilerflags	= -O0 -g0
 endif
 
 #export DH_VERBOSE=1