r38643 - in /packages/code-saturne/ecs/trunk/debian: changelog control orig-tar.sh rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Tue Jul 26 20:45:48 UTC 2011
Author: sylvestre
Date: Tue Jul 26 20:45:48 2011
New Revision: 38643
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38643
Log:
* New upstream release
* Update Standards-Version to 3.9.2
* Enable partitioning through scotch (Closes: #626942)
Modified:
packages/code-saturne/ecs/trunk/debian/changelog
packages/code-saturne/ecs/trunk/debian/control
packages/code-saturne/ecs/trunk/debian/orig-tar.sh
packages/code-saturne/ecs/trunk/debian/rules
Modified: packages/code-saturne/ecs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/changelog?rev=38643&op=diff
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/changelog (original)
+++ packages/code-saturne/ecs/trunk/debian/changelog Tue Jul 26 20:45:48 2011
@@ -1,3 +1,11 @@
+ecs (2.0.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Update Standards-Version to 3.9.2
+ * Enable partitioning through scotch (Closes: #626942)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 26 Jul 2011 21:51:35 +0200
+
ecs (2.0.1-2) unstable; urgency=low
* Missing dependency on libmedc-dev added.
Modified: packages/code-saturne/ecs/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/control?rev=38643&op=diff
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/control (original)
+++ packages/code-saturne/ecs/trunk/debian/control Tue Jul 26 20:45:48 2011
@@ -7,7 +7,7 @@
libfvm-dev (>= 0.15.2), libmed-dev, libmedc-dev, libopenmpi-dev,
libhdf5-mpi-dev, libcgns-dev, libscotch-dev
# libparmetis-dev is not provided since it is non-free
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.code-saturne.org/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/code-saturne/ecs/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/code-saturne/ecs/
Modified: packages/code-saturne/ecs/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/orig-tar.sh?rev=38643&op=diff
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/orig-tar.sh (original)
+++ packages/code-saturne/ecs/trunk/debian/orig-tar.sh Tue Jul 26 20:45:48 2011
@@ -2,11 +2,11 @@
# called by uscan with '--upstream-version' <version> <file>
DIR=ecs-$2
-TAR=../ecs_$2.orig.tar.gz
+TAR=../ecs_$2.orig.tar.bz2
# clean up the upstream tarball
unzip $3
-tar -c -z -f $TAR $DIR
+tar -c -j -f $TAR $DIR
rm -rf $DIR $3
# move to directory 'tarballs'
Modified: packages/code-saturne/ecs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/ecs/trunk/debian/rules?rev=38643&op=diff
==============================================================================
--- packages/code-saturne/ecs/trunk/debian/rules (original)
+++ packages/code-saturne/ecs/trunk/debian/rules Tue Jul 26 20:45:48 2011
@@ -4,8 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-#DEB_CONFIGURE_NORMAL_ARGS += --with-metis-include=/usr/include/metis/
-# --with-med-include=/usr/include/
+DEB_CONFIGURE_NORMAL_ARGS += --with-scotch-include=/usr/include/scotch
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp
More information about the debian-science-commits
mailing list