r44650 - in /packages/rheolef/trunk/debian: changelog control librheolef-dev.install rules
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Mon Apr 2 10:31:13 UTC 2012
Author: saramito-guest
Date: Mon Apr 2 10:31:12 2012
New Revision: 44650
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44650
Log:
version 6.0 packaging
Modified:
packages/rheolef/trunk/debian/changelog
packages/rheolef/trunk/debian/control
packages/rheolef/trunk/debian/librheolef-dev.install
packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=44650&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Mon Apr 2 10:31:12 2012
@@ -1,3 +1,11 @@
+rheolef (6.0-1) unstable; urgency=low
+
+ * debian/control: update dependencies for MPI and distributed solvers
+ * debian/rules: remove the --with-umfpack configure script option
+ * debian/librheolef-dev.install: adding man1/* to man9/*
+
+ -- Pierre Saramito <pierre.saramito at imag.fr> Thu, 1 April 2012 09:12:21 +0200
+
rheolef (5.93-2) unstable; urgency=low
* debian/control:
Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=44650&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Mon Apr 2 10:31:12 2012
@@ -5,7 +5,7 @@
Uploaders: Christophe Prud'homme <prudhomm at debian.org>,
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, ginac-tools, libsuitesparse-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), autoconf, automake, libtool, libltdl-dev | libltdl3-dev, flex, bison, xutils-dev, libboost-dev, libboost-iostreams-dev, libboost-serialization-dev, libginac-dev, ginac-tools, libboost-mpi-dev, libscotch-dev, libptscotch-dev, libmumps-ptscotch-dev, libtrilinos-dev, libcgal-dev, libstdc++6, texi2html, texinfo, texlive-latex-recommended, texlive-latex-extra, texlive-math-extra, texlive-font-utils, ghostscript, gnuplot, xfig, transfig, texinfo, imagemagick, graphviz
Standards-Version: 3.9.1
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/librheolef-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/librheolef-dev.install?rev=44650&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/librheolef-dev.install (original)
+++ packages/rheolef/trunk/debian/librheolef-dev.install Mon Apr 2 10:31:12 2012
@@ -1,7 +1,9 @@
usr/lib/librheolef.so
usr/include/*
usr/lib/rheolef/*.{h,mk}
+usr/share/man/man2/*
usr/share/man/man3/*
-usr/share/man/man5/*
+usr/share/man/man4/*
usr/share/man/man7/*
+usr/share/man/man8/*
usr/share/man/man9/*
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=44650&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Mon Apr 2 10:31:12 2012
@@ -50,7 +50,7 @@
cp -f debian/librheolefX.X.substvars debian/$(LIBRHEOLEF).substvars
dh_testdir
./bootstrap
- CC=gcc CXX=g++ ./configure --enable-fast-install --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim --with-umfpack
+ CC=gcc CXX=g++ ./configure --enable-fast-install --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-optim
touch configure-stamp
build: build-stamp
More information about the debian-science-commits
mailing list