r38563 - in /packages/code-aster/aster/trunk/debian: changelog code-aster-engine.postinst code-aster-mpi-engine.postinst control rules

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Fri Jun 10 19:36:52 UTC 2011


Author: apalazzi-guest
Date: Fri Jun 10 19:36:52 2011
New Revision: 38563

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38563
Log:
Updated changelog.
Reactivated build for python-all-dev.
Small fixes.

Modified:
    packages/code-aster/aster/trunk/debian/changelog
    packages/code-aster/aster/trunk/debian/code-aster-engine.postinst
    packages/code-aster/aster/trunk/debian/code-aster-mpi-engine.postinst
    packages/code-aster/aster/trunk/debian/control
    packages/code-aster/aster/trunk/debian/rules

Modified: packages/code-aster/aster/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/changelog?rev=38563&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/changelog (original)
+++ packages/code-aster/aster/trunk/debian/changelog Fri Jun 10 19:36:52 2011
@@ -1,3 +1,14 @@
+aster (10.3.0-1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Activated build of parallel mpi package
+  * Now uses libscotchmetis instead of the non-free metis library
+  * Moved from contrib section to main
+  * Removed unneeded binary UMAT from code-aster-test package
+  * Initial import (closes: Bug#458812)
+
+ -- Andrea Palazzi <palazziandrea at yahoo.it>  Tue, 07 Jun 2011 23:38:02 +0200
+
 aster (10.3.0-1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/code-aster/aster/trunk/debian/code-aster-engine.postinst
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/code-aster-engine.postinst?rev=38563&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/code-aster-engine.postinst (original)
+++ packages/code-aster/aster/trunk/debian/code-aster-engine.postinst Fri Jun 10 19:36:52 2011
@@ -3,8 +3,8 @@
 set -ex
 
 dc_hostname="$(hostname 2>/dev/null)"
-#dc_pyvers="$(pyversions -s  | perl -pi -e 's|python||g')"
-dc_pyvers=2.6
+dc_pyvers="$(pyversions -s  | perl -pi -e 's|python||g')"
+#dc_pyvers=2.6
 
 for v in $dc_pyvers; do
    perl -pi -e "s|^ID_PERF.*|ID_PERF        \| id      \| \-     \| $dc_hostname|" /usr/lib/codeaster/STA10.3/config-py$v.txt; \

Modified: packages/code-aster/aster/trunk/debian/code-aster-mpi-engine.postinst
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/code-aster-mpi-engine.postinst?rev=38563&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/code-aster-mpi-engine.postinst (original)
+++ packages/code-aster/aster/trunk/debian/code-aster-mpi-engine.postinst Fri Jun 10 19:36:52 2011
@@ -3,8 +3,8 @@
 set -ex
 
 dc_hostname="$(hostname 2>/dev/null)"
-#dc_pyvers="$(pyversions -s  | perl -pi -e 's|python||g')"
-dc_pyvers=2.6
+dc_pyvers="$(pyversions -s  | perl -pi -e 's|python||g')"
+#dc_pyvers=2.6
 
 for v in $dc_pyvers; do
    perl -pi -e "s|^ID_PERF.*|ID_PERF        \| id      \| \-     \| $dc_hostname|" /usr/lib/codeaster/STA10.3_mpi/config-py$v.txt; \

Modified: packages/code-aster/aster/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/control?rev=38563&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/control (original)
+++ packages/code-aster/aster/trunk/debian/control Fri Jun 10 19:36:52 2011
@@ -2,11 +2,11 @@
 Section: science
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Sylvestre Ledru <sylvestre at debian.org>
+Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Sylvestre Ledru <sylvestre at debian.org>, Andrea Palazzi <palazziandrea at yahoo.it>
 Standards-Version: 3.9.1
 Build-Depends: debhelper (>= 7), quilt, gfortran (>= 4.3.2),
  liblapack-dev, libblas-dev, libhdf5-mpi-dev, libmed-dev,
- python2.6-dev, python-support, python-numpy, code-aster-run (>= 1.8.1-2),
+ python-all-dev, python-support, python-numpy, code-aster-run (>= 1.8.1-2),
  libmumps-seq-dev (>= 4.9.2.dfsg-4), libmumps-ptscotch-dev (>= 4.9.2.dfsg-4), libscotch-dev,
  libscotchmetis-dev, libptscotch-dev, libscalapack-mpi-dev, libblacs-mpi-dev, mpi-default-dev,
  libscotchparmetis-dev
@@ -28,6 +28,9 @@
  and fluid-structure interactions.  It is the product of Electricité de France
  (EDF) and is ISO 9001-certified.
 
+ This is a metapackage to install the packages for a working Code Aster
+ installation; install also the suggested package for a more complete setup.
+
 Package: code-aster-engine
 Architecture: any
 Section: science
@@ -39,6 +42,8 @@
  is particularly suited to problems involving heat transfer, mechanics, fluids,
  and fluid-structure interactions.  It is the product of Electricité de France
  (EDF) and is ISO 9001-certified.
+
+ This package contains the sequential solver.
 
 Package: code-aster-dev
 Architecture: any
@@ -76,7 +81,7 @@
  and fluid-structure interactions.  It is the product of Electricité de France
  (EDF) and is ISO 9001-certified.
  .
- This package contains MPI aster version.
+ This package contains the parallel MPI solver.
 
 Package: code-aster-mpi-engine-dbg
 Architecture: any

Modified: packages/code-aster/aster/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/rules?rev=38563&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Fri Jun 10 19:36:52 2011
@@ -6,8 +6,8 @@
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-#PYVERS := $(shell pyversions -vr debian/control)
-PYVERS := 2.6
+PYVERS := $(shell pyversions -vr debian/control)
+#PYVERS := 2.6
 
 STA_VERSION=STA10.3
 PTA_VERSION=STA10.3_mpi




More information about the debian-science-commits mailing list