[med-svn] r3452 - trunk/packages/seqan/trunk/debian

Charles Plessy plessy at alioth.debian.org
Tue Jun 2 04:41:51 UTC 2009


Author: plessy
Date: 2009-06-02 04:41:51 +0000 (Tue, 02 Jun 2009)
New Revision: 3452

Modified:
   trunk/packages/seqan/trunk/debian/rules
   trunk/packages/seqan/trunk/debian/watch
Log:
Upstream tarball location changed; here I propose new watch and get-orig-source facilities.


Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules	2009-06-01 21:47:02 UTC (rev 3451)
+++ trunk/packages/seqan/trunk/debian/rules	2009-06-02 04:41:51 UTC (rev 3452)
@@ -19,7 +19,9 @@
 	touch $@
 
 get-orig-source:
-	-uscan --rename --upstream-version 0
+	[ -f ../%*Seqan_Release_$(DEB_UPSTREAM_VERSION).zip ] || uscan --force-download
+	unzip ../%*Seqan_Release_$(DEB_UPSTREAM_VERSION).zip -d../seqan-$(DEB_UPSTREAM_VERSION)
+	tar --create --gzip --file ../seqan_$(DEB_UPSTREAM_VERSION).orig.tar.gz ../seqan-$(DEB_UPSTREAM_VERSION)
 	@echo successfully retrieved upstream tarball
 
 clean::

Modified: trunk/packages/seqan/trunk/debian/watch
===================================================================
--- trunk/packages/seqan/trunk/debian/watch	2009-06-01 21:47:02 UTC (rev 3451)
+++ trunk/packages/seqan/trunk/debian/watch	2009-06-02 04:41:51 UTC (rev 3452)
@@ -1,6 +1,7 @@
 version=3
-http://www.seqan.de/downloads/library/index.php \
-http://www.seqan.de/downloads/library/seqan-release-([\d\.]+)/download.html \
-		 debian debian/orig-tar.sh
 
+http://www.seqan.de/web/show/Downloads/Releases/.+\+Seqan_Release_(.+).zip
 
+#http://www.seqan.de/downloads/library/index.php \
+#http://www.seqan.de/downloads/library/seqan-release-([\d\.]+)/download.html \
+#		 debian debian/orig-tar.sh




More information about the debian-med-commit mailing list