[Python-modules-commits] [pyutilib] 01/10: deb/watch: watch Github repo
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Apr 8 18:48:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pyutilib.
commit 2125dff15120b87a918eb37c888a7cc36c6201b9
Author: Daniel Stender <stender at debian.org>
Date: Fri Apr 8 20:30:29 2016 +0200
deb/watch: watch Github repo
---
debian/changelog | 6 ++++++
debian/watch | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 482a67c..e02a7e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyutilib (5.2.3601-2) UNRELEASED; urgency=medium
+
+ * deb/watch: watch Github repo.
+
+ -- Daniel Stender <stender at debian.org> Fri, 08 Apr 2016 20:29:52 +0200
+
pyutilib (5.2.3601-1) unstable; urgency=medium
* Initial release (Closes: #803791).
diff --git a/debian/watch b/debian/watch
index 57f5dd4..a991460 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/PyUtilib/PyUtilib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/pyutilib-$1.tar.gz/" \
+https://github.com/pyutilib/pyutilib/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyutilib.git
More information about the Python-modules-commits
mailing list