r37214 - in /packages/code-aster/eficas/trunk/debian: changelog rules

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


Author: trophime-guest
Date: Fri Jan 14 09:34:33 2011
New Revision: 37214

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

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

Modified: packages/code-aster/eficas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/eficas/trunk/debian/changelog?rev=37214&op=diff
==============================================================================
--- packages/code-aster/eficas/trunk/debian/changelog (original)
+++ packages/code-aster/eficas/trunk/debian/changelog Fri Jan 14 09:34:33 2011
@@ -1,4 +1,4 @@
-eficas (2.1.1-1) unstable; urgency=low
+eficas (2.1.1-1-1) unstable; urgency=low
 
   [ Andre Espaze ]
   * New upstream version

Modified: packages/code-aster/eficas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/code-aster/eficas/trunk/debian/rules?rev=37214&op=diff
==============================================================================
--- packages/code-aster/eficas/trunk/debian/rules (original)
+++ packages/code-aster/eficas/trunk/debian/rules Fri Jan 14 09:34:33 2011
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 # Copyright 2008 - Sylvestre Ledru <sylvestre.ledru at inria.fr>
 
-ASTER_VERSION=10.2.0
-ASTER_VERSION_FULL=$(ASTER_VERSION)-1
+ASTER_VERSION=10.3.0
+ASTER_VERSION_FULL=$(ASTER_VERSION)-3
 
 DEB_PYTHON_SYSTEM=pysupport
 
@@ -101,7 +101,8 @@
 get-orig-source:
 	# Retreive aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz
 	mkdir -p tmp
-	cd tmp && wget "http://www.code-aster.org/V2/spip.php?action=dw2_out&id=785"
+	cd tmp && wget "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