[med-svn] [indelible] 11/11: Added d/get-orig-source script

Fabian Klötzl kloetzl-guest at moszumanska.debian.org
Tue Dec 22 13:53:46 UTC 2015


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

kloetzl-guest pushed a commit to branch master
in repository indelible.

commit 462fa0c6a56663be63188932ad74dcdef59f99b1
Author: Fabian Klötzl <fabian at kloetzl.info>
Date:   Tue Dec 22 14:27:54 2015 +0100

    Added d/get-orig-source script
---
 debian/README.source   | 3 +++
 debian/get-orig-source | 3 +++
 debian/rules           | 4 ++--
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 2418774..8551974 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,6 @@
 This package uses quilt in order to apply patches to the upstream source.  
 Patches are stored in debian/patches. For further details, see the man page for 
 quilt or /usr/share/doc/quilt/README.source .
+
+Unfortunately, upstream does not provide a proper URL to be watched. Thus I only
+supply a get-orig-source script.
diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100644
index 0000000..f58b648
--- /dev/null
+++ b/debian/get-orig-source
@@ -0,0 +1,3 @@
+#!/bin/sh -f
+
+wget http://abacus.gene.ucl.ac.uk/software/indelible/EFBKqHdv0v7qir6CyeHgqaz/INDELibleV1.03.tar.gz
diff --git a/debian/rules b/debian/rules
index 7ceecbb..857a5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
 %:
 	dh $@ --with autoreconf
 
-#get-orig-source:
-#	. debian/get-orig-source
+get-orig-source:
+	. debian/get-orig-source

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



More information about the debian-med-commit mailing list