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

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Fri Jan 14 09:35:02 UTC 2011


Author: trophime-guest
Date: Fri Jan 14 09:34:59 2011
New Revision: 37215

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37215
Log:
correct get-orig-source

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=37215&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Fri Jan 14 09:34:59 2011
@@ -8,10 +8,10 @@
 
 PYVERS := $(shell pyversions -vr debian/control)
 
-STA_VERSION=STA10.2
-PTA_VERSION=STA10.2_mpi
-ASTER_VERSION=10.2.0
-ASTER_VERSION_FULL=$(ASTER_VERSION)-2
+STA_VERSION=STA10.3
+PTA_VERSION=STA10.3_mpi
+ASTER_VERSION=10.3.0
+ASTER_VERSION_FULL=$(ASTER_VERSION)-3
 
 ASTER_ROOT=$(shell echo `grep "export ASTER_ROOT=" /etc/codeaster/profile.sh | sed 's/export ASTER_ROOT=//'`)
 export ASTER_ROOT
@@ -154,8 +154,8 @@
 get-orig-source:
 	# Retreive aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
 	mkdir -p tmp
-	wget -Ptmp "http://www.code-aster.org/V2/spip.php?action=dw2_out&id=828" 
-	cd tmp && mv "spip.php?action=dw2_out&id=828" aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
+	wget -Ptmp "http://www.code-aster.org/V2/spip.php?action=dw2_out&id=885" 
+	cd tmp && mv "spip.php?action=dw2_out&id=885" aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
 	
 	# Go to SRC directory and retreive astk source
 	cd tmp && tar xzf aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz




More information about the debian-science-commits mailing list