This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-pyvcf.
commit d95234c977c1306eb785e495622923976c90fd19 Author: Andreas Tille <[email protected]> Date: Fri Dec 2 19:42:18 2016 +0100 Fix watch file --- debian/changelog | 6 ++++++ debian/watch | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f8f6fc3..36317f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pyvcf (0.6.7-3) UNRELEASED; urgency=medium + + * Fix watch file + + -- Andreas Tille <[email protected]> Fri, 02 Dec 2016 19:42:01 +0100 + python-pyvcf (0.6.7-2) unstable; urgency=medium [ Scott Kitterman ] diff --git a/debian/watch b/debian/watch index 6644ec8..9f6bcdc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ # Test-Data needs to be fetched separately from Git so wee need to call get-orig-source - -version=3 -https://pypi.python.org/pypi/PyVCF .*/PyVCF-([0-9.]+).tar.[xgb]z2? \ +version=4 +http://pypi.debian.net/PyVCF/PyVCF-(.+)\.(?:tar(?:\.gz|\.bz2)?|tgz) \ debian debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyvcf.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
