[Python-modules-commits] [bibtexparser] 01/05: d/watch: get the upstream source files from github

Alex Mestiashvili malex-guest at moszumanska.debian.org
Wed Jan 20 10:00:37 UTC 2016


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

malex-guest pushed a commit to branch master
in repository bibtexparser.

commit 94e49772db2b490483123be6acec8d1dde9f52e6
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Jan 20 10:49:33 2016 +0100

    d/watch: get the upstream source files from github
---
 debian/watch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 73072a7..59a22de 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/bibtexparser/bibtexparser-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/bibtexparser-$1\.tar\.gz/ \
+  https://github.com/sciunto/python-bibtexparser/tags .*/v?(\d\S*)\.tar\.gz
+

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



More information about the Python-modules-commits mailing list