r45564 - in /packages/code-aster/aster/trunk/debian: control rules

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Sun Feb 10 21:05:55 UTC 2013


Author: apalazzi-guest
Date: Sun Feb 10 21:05:54 2013
New Revision: 45564

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45564
Log:
Changed version specified in rules file from "TESTING" do "STABLE".

Right now the packaged version (11.3.0) is referred by upstream as
the TESTING version; however this requires changes also in the
postinst scripts, so for now I just call this STABLE, since the
target version for Debian will be STABLE.
Also some fixes for Lintian.


Modified:
    packages/code-aster/aster/trunk/debian/control
    packages/code-aster/aster/trunk/debian/rules

Modified: packages/code-aster/aster/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/control?rev=45564&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/control (original)
+++ packages/code-aster/aster/trunk/debian/control Sun Feb 10 21:05:54 2013
@@ -4,12 +4,12 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: "Adam C. Powell, IV" <hazelsct at debian.org>, Andrea Palazzi <palazziandrea at yahoo.it>
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 7), quilt, gfortran, gcc, 
+Build-Depends: debhelper (>= 7), quilt, gfortran (>= 4.6), gcc (>= 4.6), 
  openssh-client, 
  liblapack-dev, libblas-dev, libhdf5-mpi-dev,
  libmed-dev (>= 3.0), libmedc-dev (>= 3.0),
- python-all-dev, python-support, python-numpy, code-aster-run (>= 1.11.0-1),
- code-aster-gui (>= 1.11.0-1),
+ python-all-dev, python-support, python-numpy, code-aster-run (>= 1.11.0),
+ code-aster-gui (>= 1.11.0),
  libmumps-seq-dev (>= 4.10.0), libmumps-ptscotch-dev (>= 4.10.0), 
  libscotch-dev, libscotchmetis-dev, libptscotch-dev, libscalapack-mpi-dev,
  libblacs-mpi-dev, mpi-default-dev, libscotchparmetis-dev

Modified: packages/code-aster/aster/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/rules?rev=45564&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Sun Feb 10 21:05:54 2013
@@ -16,8 +16,8 @@
 MPICC_LINK_FLAGS ?= $(shell mpicc --showme:link)
 
 STA_UPSTREAM_VERSION=STA11.3
-STA_VERSION=TESTING
-PTA_VERSION=TESTING_MPI
+STA_VERSION=STABLE
+PTA_VERSION=STABLE_MPI
 ASTER_VERSION=11.3.0
 # the version of the upstream source FULL tarball (CA and all the other stuff)
 ASTER_VERSION_FULL=$(ASTER_VERSION)-2




More information about the debian-science-commits mailing list