r45551 - /packages/code-aster/aster/trunk/debian/rules

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Sat Jan 26 18:24:05 UTC 2013


Author: apalazzi-guest
Date: Sat Jan 26 18:24:05 2013
New Revision: 45551

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45551
Log:
Fixed upstream full version in debian/rules


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

Modified: packages/code-aster/aster/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/aster/trunk/debian/rules?rev=45551&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Sat Jan 26 18:24:05 2013
@@ -19,10 +19,12 @@
 STA_VERSION=TESTING
 PTA_VERSION=TESTING_MPI
 ASTER_VERSION=11.3.0
-ASTER_VERSION_FULL=$(ASTER_VERSION)-1
+# the version of the upstream source FULL tarball (CA and all the other stuff)
+ASTER_VERSION_FULL=$(ASTER_VERSION)-2
 
 DEB_SOURCE_PACKAGE := aster
-DEB_UPSTREAM_VERSION := $(ASTER_VERSION)-1
+# the version of upstream source tarball ONLY FOR Code Aster
+DEB_UPSTREAM_VERSION := $(ASTER_VERSION)-2
 
 ASTER_ROOT=$(shell echo `grep "export ASTER_ROOT=" /etc/codeaster/profile.sh | sed 's/export ASTER_ROOT=//'`)
 export ASTER_ROOT




More information about the debian-science-commits mailing list