r44729 - in /packages/code-aster/astk/trunk/debian: changelog patches/parallel_cp.patch patches/series rules

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Mon Apr 23 08:49:34 UTC 2012


Author: apalazzi-guest
Date: Mon Apr 23 08:49:33 2012
New Revision: 44729

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44729
Log:
Fixed bug #669931

Modified mpi.py to call codeaster-parallel_cp instead of parallel_cp,
that was renamed due to bug #626353 .
Also updated the target get-orig.source in debian/rules.


Added:
    packages/code-aster/astk/trunk/debian/patches/parallel_cp.patch
Modified:
    packages/code-aster/astk/trunk/debian/changelog
    packages/code-aster/astk/trunk/debian/patches/series
    packages/code-aster/astk/trunk/debian/rules

Modified: packages/code-aster/astk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/changelog?rev=44729&op=diff
==============================================================================
--- packages/code-aster/astk/trunk/debian/changelog (original)
+++ packages/code-aster/astk/trunk/debian/changelog Mon Apr 23 08:49:33 2012
@@ -1,3 +1,12 @@
+astk (1.10.4-2) unstable; urgency=low
+
+  * Fixed get-orig-source target in debian/rules
+  * Fix "code-aster-mpi-engine: symbolic link needed for parallel_cp"
+    Added quilt patch to call codeaster-parallel_cp instead
+    of the original parallel_cp (Closes: #669931)
+
+ -- Andrea Palazzi <palazziandrea at yahoo.it>  Mon, 23 Apr 2012 10:08:56 +0200
+
 astk (1.10.4-1) unstable; urgency=low
 
   * New  upstream release

Added: packages/code-aster/astk/trunk/debian/patches/parallel_cp.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/patches/parallel_cp.patch?rev=44729&op=file
==============================================================================
--- packages/code-aster/astk/trunk/debian/patches/parallel_cp.patch (added)
+++ packages/code-aster/astk/trunk/debian/patches/parallel_cp.patch Mon Apr 23 08:49:33 2012
@@ -1,0 +1,11 @@
+--- a/ASTK_SERV/asrun/mpi.py
++++ b/ASTK_SERV/asrun/mpi.py
+@@ -167,7 +167,7 @@
+ 
+         if run.get('use_parallel_cp') in YES_VALUES:
+             cp_cmd = '%s --with-as_run %s %s' \
+-                % (osp.join(aster_root, 'bin', 'parallel_cp'),
++                % (osp.join(aster_root, 'bin', 'codeaster-parallel_cp'),
+                    " ".join(run.get_remote_args()),
+                    self.global_reptrav)
+         elif self.nbnode() > 1:

Modified: packages/code-aster/astk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/patches/series?rev=44729&op=diff
==============================================================================
--- packages/code-aster/astk/trunk/debian/patches/series (original)
+++ packages/code-aster/astk/trunk/debian/patches/series Mon Apr 23 08:49:33 2012
@@ -1,3 +1,4 @@
 config.patch
 tcl_fixpath.patch
 debian-install.patch
+parallel_cp.patch

Modified: packages/code-aster/astk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/astk/trunk/debian/rules?rev=44729&op=diff
==============================================================================
--- packages/code-aster/astk/trunk/debian/rules (original)
+++ packages/code-aster/astk/trunk/debian/rules Mon Apr 23 08:49:33 2012
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 # Copyright 2008 - Sylvestre Ledru <sylvestre.ledru at inria.fr>
 
-ASTER_VERSION=11.0.10
-ASTER_VERSION_FULL=$(ASTER_VERSION)-2
+ASTER_VERSION=11.1.0
+ASTER_VERSION_FULL=$(ASTER_VERSION)-3
 ASTER_ROOT=/usr/lib/codeaster
 
 DEB_PYTHON_SYSTEM=pysupport




More information about the debian-science-commits mailing list