[med-svn] [oiffile] 05/07: Fix watch file and get-orig-source which failed in a version compatibility test - no idea what the original author intended to aproach

Andreas Tille tille at debian.org
Tue Dec 26 19:38:49 UTC 2017


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

tille pushed a commit to branch master
in repository oiffile.

commit 1aba3257978d68dd1f4963705120879a4f6dc932
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 26 20:36:11 2017 +0100

    Fix watch file and get-orig-source which failed in a version compatibility test - no idea what the original author intended to aproach
---
 debian/changelog       | 2 +-
 debian/get-orig-source | 5 ++---
 debian/watch           | 5 +++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de928f7..feccea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-oiffile (20130118-1) unstable; urgency=low
+oiffile (20170929-1) unstable; urgency=low
 
   * Initial Debian Upload
 
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 506dbee..ad66cbf 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -22,9 +22,8 @@ FOLDER=${PACKAGE}-${VERSION}
 mkdir ${FOLDER}
 cd ${FOLDER}
 # http://bugs.debian.org/692752
-#wget -c http://www.lfd.uci.edu/~gohlke/code/tifffile.py.html
-curl -s -o oiffile.py.html "http://www.lfd.uci.edu/~gohlke/code/oiffile.py.html"
-links -dump oiffile.py.html > oiffile.py
+wget -q  https://www.lfd.uci.edu/~gohlke/code/oiffile.py.html
+lynx -dump oiffile.py.html > oiffile.py
 sed -i -e 's/^ //g' oiffile.py
 rm *.html
 
diff --git a/debian/watch b/debian/watch
index 3af098f..584f5f0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
-version=3
+version=4
+
 opts=uversionmangle=s/\.//g \
-http://githubredir.debian.net/github/malaterre/tifffile/(.*).tar.gz
+  https://github.com/malaterre/tifffile/releases .*/archive/@ANY_VERSION@@ARCHIVE_EXT@

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



More information about the debian-med-commit mailing list