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

apalazzi-guest at users.alioth.debian.org apalazzi-guest at users.alioth.debian.org
Fri Jun 10 07:13:34 UTC 2011


Author: apalazzi-guest
Date: Fri Jun 10 07:13:33 2011
New Revision: 38562

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38562
Log:
Removed unneded UMAT binaries from code-aster-test package.

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=38562&op=diff
==============================================================================
--- packages/code-aster/aster/trunk/debian/rules (original)
+++ packages/code-aster/aster/trunk/debian/rules Fri Jun 10 07:13:33 2011
@@ -41,6 +41,11 @@
 	# Remove extra license file
 	rm -f $(DEB_DESTDIR)$(ASTER_ROOT)/$(STA_VERSION)/LICENSE.TERMS
 	rm -f $(DEB_DESTDIR)$(ASTER_ROOT)/$(STA_VERSION)/GPL.txt
+
+	# Remove UMAT binaries from test cases
+	rm -f $(DEB_DESTDIR)$(ASTER_ROOT)/$(STA_VERSION)/astest/umat001a.44
+	rm -f $(DEB_DESTDIR)$(ASTER_ROOT)/$(STA_VERSION)/astest/umat002a.44
+	rm -f $(DEB_DESTDIR)$(ASTER_ROOT)/$(STA_VERSION)/astest/umat002a.46
 
 	touch $@
 
@@ -154,6 +159,7 @@
 	# 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=885" 
+	# wget -Ptmp "http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/aster-full-src-$(ASTER_VERSION_FULL).noarch.tar.gz"
 	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




More information about the debian-science-commits mailing list