[sasview] 01/02: define debian/watch
Drew Parsons
dparsons at moszumanska.debian.org
Mon Oct 30 06:01:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository sasview.
commit 68534a2805f9056a619886d7a1b2998229a2779d
Author: Drew Parsons <dparsons at debian.org>
Date: Mon Oct 30 13:42:52 2017 +0800
define debian/watch
---
debian/watch | 10 ++++++++++
debian/watch.ex | 38 --------------------------------------
2 files changed, 10 insertions(+), 38 deletions(-)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..cb5a8ee
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# sasview watch control file for uscan
+# See uscan(1) for format
+
+# Compulsory line, this is a version 4 file
+version=4
+
+# GitHub hosted project
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%sasview-$1.tar.gz%" \
+ https://github.com/SasView/sasview/releases \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
diff --git a/debian/watch.ex b/debian/watch.ex
deleted file mode 100644
index 4108ae6..0000000
--- a/debian/watch.ex
+++ /dev/null
@@ -1,38 +0,0 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 4 file
-version=4
-
-# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
-#opts="pgpsigurlmangle=s%$%.sig%"
-
-# HTTP site (basic)
-#http://example.com/downloads.html \
-# files/sasview-([\d\.]+)\.tar\.gz debian uupdate
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/sasview-(.*)\.tar\.gz debian uupdate
-
-# SourceForge hosted projects
-# http://sf.net/sasview/ sasview-(.*)\.tar\.gz debian uupdate
-
-# GitHub hosted projects
-#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
-# https://github.com/<user>/sasview/tags \
-# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-
-# PyPI
-# https://pypi.debian.net/sasview/sasview-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-
-# Direct Git
-# opts="mode=git" http://git.example.com/sasview.git \
-# refs/tags/v([\d\.]+) debian uupdate
-
-
-
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html sasview-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git
More information about the debian-science-commits
mailing list