[med-svn] r9679 - trunk/packages/blimps/trunk/debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Thu Feb 16 17:52:32 UTC 2012
Author: alteholz-guest
Date: 2012-02-16 17:52:31 +0000 (Thu, 16 Feb 2012)
New Revision: 9679
Modified:
trunk/packages/blimps/trunk/debian/changelog
trunk/packages/blimps/trunk/debian/rules
trunk/packages/blimps/trunk/debian/watch
Log:
use uscan in get-orig-source target, use passive mode for ftp in watch file
Modified: trunk/packages/blimps/trunk/debian/changelog
===================================================================
--- trunk/packages/blimps/trunk/debian/changelog 2012-02-16 17:51:16 UTC (rev 9678)
+++ trunk/packages/blimps/trunk/debian/changelog 2012-02-16 17:52:31 UTC (rev 9679)
@@ -1,6 +1,10 @@
blimps (3.9-1) UNRELEASED; urgency=low
* Initial release (Closes: #657897)
+
+ [ Thorsten Alteholz ]
+ * debian/rules: target get-orig-source added
+ * debian/watch: active passive mode for ftp
-- Laszlo Kajan <lkajan at rostlab.org> Sun, 29 Jan 2012 18:48:44 +0000
Modified: trunk/packages/blimps/trunk/debian/rules
===================================================================
--- trunk/packages/blimps/trunk/debian/rules 2012-02-16 17:51:16 UTC (rev 9678)
+++ trunk/packages/blimps/trunk/debian/rules 2012-02-16 17:52:31 UTC (rev 9679)
@@ -13,3 +13,8 @@
.PHONY: override_dh_clean
override_dh_clean:
dh_clean blimps/deps.mk
+
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
Modified: trunk/packages/blimps/trunk/debian/watch
===================================================================
--- trunk/packages/blimps/trunk/debian/watch 2012-02-16 17:51:16 UTC (rev 9678)
+++ trunk/packages/blimps/trunk/debian/watch 2012-02-16 17:52:31 UTC (rev 9679)
@@ -1,3 +1,4 @@
version=3
+opts="pasv" \
ftp://ftp.ncbi.nih.gov/repository/blocks/unix/blimps/blimps-([0-9.]+)\.tar\.gz debian uupdate
More information about the debian-med-commit
mailing list