[Pkg-octave-commit] r1002 - octave/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Mon Aug 13 21:50:57 UTC 2007


tags 437672 pending
thanks

Author: thomas-guest
Date: 2007-08-13 21:50:56 +0000 (Mon, 13 Aug 2007)
New Revision: 1002

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Don't strip .oct files by default in mkoctfile (bug fix for 437672)


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2007-08-09 20:19:29 UTC (rev 1001)
+++ octave/trunk/debian/changelog	2007-08-13 21:50:56 UTC (rev 1002)
@@ -1,10 +1,14 @@
 octave2.9 (1:2.9.13-2) UNRELEASED; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/in/PACKAGE.menu: Adapted to the new menu hierarchy, which will
     be in the next release of Policy
 
   * debian/rules: Increased the update-alternatives priority of octave2.9
     to 90 and keep that of octave2.1 at 80
+    
+  [ Thomas Weber ]
+  * debian/rules: Don't force mkoctfile to strip .oct files (closes: #437672)
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed,  1 Aug 2007 19:06:54 +0200
 

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2007-08-09 20:19:29 UTC (rev 1001)
+++ octave/trunk/debian/rules	2007-08-13 21:50:56 UTC (rev 1002)
@@ -55,7 +55,7 @@
 fc_flag		= --with-f77=$(f77_compiler)
 fc_libs		=
 compilerflags	= -O2
-linkerflags	= -s
+# linkerflags	= -s
 
 # default to blas, atlas can overload where available (see README.Atlas)
 #atlas		= --with-blas=/usr/lib/libblas.so \




More information about the Pkg-octave-commit mailing list