r44688 - in /packages/rheolef/trunk/debian: control rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Mon Apr 9 17:13:12 UTC 2012


Author: saramito-guest
Date: Mon Apr  9 17:13:12 2012
New Revision: 44688

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44688
Log:
trilinos no more required

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

Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=44688&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Mon Apr  9 17:13:12 2012
@@ -11,7 +11,7 @@
  texinfo, texi2html, texlive-latex-recommended, texlive-latex-extra
 # I dont known how to do something like this (Pierre.Saramito at imag.fr):
 #  Build-Recommands: libtrilinos-dev
-# since this library is usefull and available on sid and squeeze, but not on wheezy.
+# since rheolef takes advantage of libtrilinos-dev and it is available on sid and squeeze, but not on wheezy.
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/rheolef/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/rheolef/trunk/

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44688&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon Apr  9 17:13:12 2012
@@ -32,11 +32,6 @@
 
 configure: configure-stamp
 configure-stamp:
-	# Try to add optional "libtrilinos-dev" package if available (on sid & squeeze, not on wheezy)
-	# Here is a hack, since there is no "Build-Recommanded:" line in Sources packages:
-	- if apt-cache show libtrilinos-dev >/dev/null 2>/dev/null; then \
-	  apt-get install libtrilinos-dev; \
-	fi
 	# Prepare the debian control files necessary for the creation of the packages
 	cat debian/shlibs.librheolef1.X | \
 	  sed -e "s/\@LIBRHEOLEF\@/$(LIBRHEOLEF)/g" \




More information about the debian-science-commits mailing list