[SCM] A FITS File Format-Verification Tool branch, debian, updated. a06067b2eb09bab3e86116e7a2660b9ac892fc5c

Ole Streicher debian at liska.ath.cx
Thu May 23 10:27:07 UTC 2013


The following commit has been merged in the debian branch:
commit 7f2fbddeae3f41493bc512e07f4b189f3e1f47e0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu May 23 12:24:56 2013 +0200

    Working watch file, and compress downloaded source

diff --git a/debian/watch b/debian/watch
index e851704..eac3455 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 # watch control file for uscan
 version=3
 # No versionized download available
-#http://heasarc.gsfc.nasa.gov/docs/software/ftools/fitsverify/fitsverify.tar.gz
+http://heasarc.gsfc.nasa.gov/docs/software/ftools/fitsverify \
+ fitsverify-(.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|tar) \
+ debian debian/xz-it.sh
diff --git a/debian/xz-it.sh b/debian/xz-it.sh
new file mode 100755
index 0000000..9c416e9
--- /dev/null
+++ b/debian/xz-it.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+# 
+# Compress downloaded file
+ver=$2
+orig_tar=$3
+xz ${orig_tar}
+
+exec uupdate --symlink --upstream-version ${ver} ${orig_tar}.xz

-- 
A FITS File Format-Verification Tool



More information about the debian-science-commits mailing list