[Python-modules-commits] [python-scruffy] 03/08: Add watch

ChangZhuo Chen czchen at moszumanska.debian.org
Wed May 11 12:01:53 UTC 2016


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

czchen pushed a commit to branch master
in repository python-scruffy.

commit e4f50a3d71afb0fb66e31c49f6742024f2fc72c9
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Wed May 11 19:55:07 2016 +0800

    Add watch
---
 debian/watch    |  3 +++
 debian/watch.ex | 39 ---------------------------------------
 2 files changed, 3 insertions(+), 39 deletions(-)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a5e5993
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/scruffington/scruffington-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/debian/watch.ex b/debian/watch.ex
deleted file mode 100644
index a66d773..0000000
--- a/debian/watch.ex
+++ /dev/null
@@ -1,39 +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-scruffy-([\d\.]+)\.tar\.gz debian uupdate
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/python-scruffy-(.*)\.tar\.gz debian uupdate
-
-# SourceForge hosted projects
-# http://sf.net/python-scruffy/ python-scruffy-(.*)\.tar\.gz debian uupdate
-
-# GitHub hosted projects
-#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
-#   https://github.com/<user>/python-scruffy/tags \
-#   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-
-# PyPI
-# https://pypi.python.org/packages/source/<initial>/python-scruffy/ \
-#   python-scruffy-(.+)\.tar\.gz debian uupdate
-
-# Direct Git
-# opts="mode=git" http://git.example.com/python-scruffy.git \
-#   refs/tags/v([\d\.]+) debian uupdate
-
-
-
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html python-scruffy-(.*)\.tar\.gz

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



More information about the Python-modules-commits mailing list