[med-svn] [libswiss-perl] 03/12: use uscan in get-orig-source target, some progress

Andreas Tille tille at debian.org
Thu Dec 28 22:53:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libswiss-perl.

commit b267f72276de104fead9737d44786be8ecf27ce2
Author: Thorsten Alteholz <alteholz at debian.org>
Date:   Thu Feb 16 21:01:30 2012 +0000

    use uscan in get-orig-source target, some progress
---
 debian/changelog | 6 ++++++
 debian/compat    | 2 +-
 debian/control   | 4 +++-
 debian/rules     | 5 +++++
 debian/watch     | 2 ++
 5 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b0dad9..ffed563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,10 @@ swissknife (1.67-1) UNRELEASED; urgency=low
 
   * Initial Release.
 
+  [ Thorsten Alteholz ]
+  * debian/rules: target get-orig-source added
+  * debian/watch: passive mode for ftp download
+  * debian/control: vcs fields added
+  * debian/control: dh 8
+  
  -- Steffen Moeller <moeller at debian.org>  Mon, 16 Nov 2009 10:18:32 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 42e4079..2fef1bb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
 Source: swissknife
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 8), perl (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.100)
 Maintainer: Steffen Moeller <moeller at debian.org>
 Standards-Version: 3.8.3
 Homepage: http://swissknife.sourceforge.net
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/swissknife/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/swissknife/trunk
 
 Package: libswiss-perl
 Provides: swissknife
diff --git a/debian/rules b/debian/rules
index 2d33f6a..1f76925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir=../tarballs
+
diff --git a/debian/watch b/debian/watch
index 7fe5501..87197af 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=3
+
+opts="pasv" \
 ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_(\d[\d.-]+)\.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libswiss-perl.git



More information about the debian-med-commit mailing list