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

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Thu Apr 5 16:17:40 UTC 2012


Author: saramito-guest
Date: Thu Apr  5 16:17:38 2012
New Revision: 44671

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44671
Log:
reduce build dependencies

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=44671&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Thu Apr  5 16:17:38 2012
@@ -2,10 +2,14 @@
 Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Christophe Prud'homme <prudhomm at debian.org>, 
- Pierre Saramito <pierre.saramito at imag.fr>
+Uploaders: Pierre Saramito <pierre.saramito at imag.fr>
 Homepage: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
-Build-Depends: debhelper (>=7), autoconf, automake, libtool, libltdl-dev | libltdl3-dev, flex, bison, xutils-dev, libboost-dev, libboost-iostreams-dev, libboost-serialization-dev, libginac-dev, pkg-config, libboost-mpi-dev, libscotch-dev, libptscotch-dev, libmumps-ptscotch-dev, liblapack-dev, libcgal-dev, libtrilinos-dev | libscotch-dev, libstdc++6, texi2html, texinfo, texlive-latex-recommended, texlive-latex-extra, texlive-math-extra, texlive-font-utils, ghostscript, gnuplot, xfig, transfig, texinfo, imagemagick, graphviz
+Build-Depends: debhelper (>=7), chrpath, bsdmainutils,
+ libboost-dev, libboost-iostreams-dev, libboost-serialization-dev, libboost-mpi-dev,
+ liblapack-dev, libscotch-dev, libptscotch-dev,
+ libmumps-ptscotch-dev, libtrilinos-dev | bsdmainutils,
+ libcgal-dev,
+ texinfo, texi2html, texlive-latex-recommended, texlive-latex-extra
 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/
@@ -80,7 +84,7 @@
 
 Package: rheolef-doc
 Section: doc
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 Conflicts: librheolef-doc
 Replaces: librheolef-doc

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44671&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Thu Apr  5 16:17:38 2012
@@ -42,7 +42,7 @@
               -e "s/\@SONAME\@/$(SONAME)/g" > debian/shlibs.$(LIBRHEOLEF)
 	echo 'shlibs:Depends=libc6 (>= 2.7-1), libgcc1 (>= 1:4.3.1-9), libstdc++6 (>= 4.3.1-9)' >  debian/$(LIBRHEOLEF).substvars
 	dh_testdir
-	./bootstrap
+	#./bootstrap; # obsolete now
 	# TODO: remove CXXFLAGS= to get "-O2 -g" automatically
 	CXXFLAGS= CC=gcc CXX=g++ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim --enable-debian-packaging
 	touch configure-stamp




More information about the debian-science-commits mailing list