[Python-modules-commits] [pylint-celery] 06/17: deb/watch: watch Github instead of Pypi
Daniel Stender
stender at moszumanska.debian.org
Sat Aug 6 11:37:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository pylint-celery.
commit 12286837bfdc88d8548cd80b63ed00a965f56a66
Author: Daniel Stender <stender at debian.org>
Date: Sat Aug 6 13:00:09 2016 +0200
deb/watch: watch Github instead of Pypi
---
debian/changelog | 4 +++-
debian/watch | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a5d61a..ad5b04c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ pylint-celery (0.3-2) UNRELEASED; urgency=medium
+ add logilab-common to build-deps (Closes: #832826).
* deb/copyright:
+ updated copyright span and email adresses.
+ * deb/watch:
+ + watch Github instead of Pypi.
- -- Daniel Stender <stender at debian.org> Sat, 06 Aug 2016 12:53:39 +0200
+ -- Daniel Stender <stender at debian.org> Sat, 06 Aug 2016 12:59:34 +0200
pylint-celery (0.3-1) unstable; urgency=medium
diff --git a/debian/watch b/debian/watch
index cef3fb1..28ad656 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/pylint-celery/pylint-celery-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/pylint-celery-$1.tar.gz/" \
+https://github.com/landscapeio/pylint-celery/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-celery.git
More information about the Python-modules-commits
mailing list