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

Thomas Weber thomas-guest at alioth.debian.org
Fri Aug 22 07:50:09 UTC 2008


Author: thomas-guest
Date: 2008-08-22 07:50:09 +0000 (Fri, 22 Aug 2008)
New Revision: 2385

Modified:
   octave/trunk/debian/rules
Log:
clean up rules file
remove commented and unused options


Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2008-08-21 14:58:58 UTC (rev 2384)
+++ octave/trunk/debian/rules	2008-08-22 07:50:09 UTC (rev 2385)
@@ -69,16 +69,10 @@
 endif
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-## edd  3 Feb 2003  gcc 3.2, also imposed uniformly via Build-Depends
-## edd 27 Jun 2003  now that gcc 3.3 is in unstable and testing, relax this
-#c_compiler	= /usr/bin/gcc-3.3
-#cxx_compiler	= /usr/bin/g++-3.3
-#f77_compiler	= /usr/bin/g77-3.3
 f77_compiler	= gfortran
 fc_flag		=
 fc_libs		=
 compilerflags	= -O2 -g
-# linkerflags	= -s
 
 # default to blas, atlas can overload where available (see README.Atlas)
 #atlas		= --with-blas=/usr/lib/libblas.so \
@@ -202,7 +196,6 @@
 	$(MAKE)		CFLAGS="$(compilerflags)"		\
 			CXXFLAGS="$(compilerflags)"		\
 			FFLAGS="$(compilerflags)"		\
-			LDFLAGS="$(linkerflags)"		\
 			CC="$(c_compiler)"			\
 			CXX="$(cxx_compiler)"			\
 			F77="$(f77_compiler)"




More information about the Pkg-octave-commit mailing list