r36318 - in /packages/rheolef/trunk/debian: control.template rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Mon Mar 29 08:49:17 UTC 2010


Author: saramito-guest
Date: Mon Mar 29 08:49:16 2010
New Revision: 36318

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36318
Log:
retouches rules pour g++ au lieu g++-4.3

Modified:
    packages/rheolef/trunk/debian/control.template
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/control.template
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control.template?rev=36318&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control.template (original)
+++ packages/rheolef/trunk/debian/control.template Mon Mar 29 08:49:16 2010
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Pierre Saramito <pierre.saramito at imag.fr>
-Build-Depends: debhelper (>= 4.0.0), gawk, sed, grep, findutils, autoconf, automake, libtool, make, g++-4.3, flex, bison, gperf, xutils-dev, libboost-dev (>= 1.32.0), libginac-dev (>= 1.3.0), ginac-tools, libsuitesparse-dev, libstdc++6, texi2html, tex, texinfo, texlive-latex-extra, texlive-math-extra, gnuplot, xfig, transfig, lgrind, texinfo, imagemagick, doxygen, graphviz
+Build-Depends: debhelper (>= 4.0.0), gawk, sed, grep, findutils, autoconf, automake, libtool, make, g++, flex, bison, gperf, xutils-dev, libboost-dev (>= 1.32.0), libginac-dev (>= 1.3.0), ginac-tools, libsuitesparse-dev, libstdc++6, texi2html, tex, texinfo, texlive-latex-extra, texlive-math-extra, gnuplot, xfig, transfig, lgrind, texinfo, imagemagick, doxygen, graphviz
 Standards-Version: 3.6.1
 
 Package: @LIBRARY@
@@ -40,7 +40,7 @@
 Package: librheolef-dev
 Section: libdevel
 Architecture: any
-Depends: @LIBRARY@, rheolef-runtime, g++-4.3
+Depends: @LIBRARY@, rheolef-runtime, g++
 Recommends: librheolef-doc
 Suggests:
 Description: Rheolef : development libraries

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=36318&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon Mar 29 08:49:16 2010
@@ -52,7 +52,7 @@
 	# (better) libtoolize command called by the bootstrap script
 
 	./bootstrap
-	CC=gcc-4.3 CXX=g++-4.3 ./configure --enable-fast-install --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim --with-umfpack --enable-debian-packaging=yes
+	CC=gcc CXX=g++ ./configure --enable-fast-install --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim --with-umfpack --enable-debian-packaging=yes
 
 	touch configure-stamp
 




More information about the debian-science-commits mailing list