[python-periodictable] 01/09: define debian/watch

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 29 16:01:21 UTC 2017


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

dparsons pushed a commit to tag debian/1.5.0-1
in repository python-periodictable.

commit cf6016bfe84685edcbcec56da1d5351ab4aab140
Author: Drew Parsons <dparsons at emerall.com>
Date:   Sun Oct 29 22:21:30 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..75b8be2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# periodictable 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%periodictable-$1.tar.gz%" \
+   https://github.com/pkienzle/periodictable/releases \
+   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
diff --git a/debian/watch.ex b/debian/watch.ex
deleted file mode 100644
index 154ed4b..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/python-periodictable-([\d\.]+)\.tar\.gz debian uupdate
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/python-periodictable-(.*)\.tar\.gz debian uupdate
-
-# SourceForge hosted projects
-# http://sf.net/python-periodictable/ python-periodictable-(.*)\.tar\.gz debian uupdate
-
-# GitHub hosted projects
-#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
-#   https://github.com/<user>/python-periodictable/tags \
-#   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-
-# PyPI
-# https://pypi.debian.net/python-periodictable/python-periodictable-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-
-# Direct Git
-# opts="mode=git" http://git.example.com/python-periodictable.git \
-#   refs/tags/v([\d\.]+) debian uupdate
-
-
-
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html python-periodictable-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-periodictable.git



More information about the debian-science-commits mailing list