[pybtex] 29/108: Fix watch file to accept more than one dot in version number.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:27 UTC 2017


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

stender pushed a commit to branch master
in repository pybtex.

commit aa83482d3ea900db262ef7c561bf9d8c608e0a73
Author: Jakub Wilk <jwilk at debian.org>
Date:   Thu Mar 4 00:15:16 2010 +0000

    Fix watch file to accept more than one dot in version number.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/watch     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8646d8d..ee86737 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pybtex (0.13.1-2) UNRELEASED; urgency=low
 
   * Run tests for all supported Python versions.
     + Build-depend on python-all.
+  * Fix watch file to accept more than one dot in version number.
 
  -- Jakub Wilk <jwilk at debian.org>  Tue, 02 Mar 2010 22:34:24 +0100
 
diff --git a/debian/control b/debian/control
index d1e882d..c894c7a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Jakub Wilk <jwilk at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
-  python-support (>= 0.90), python-setuptools,
+  python-all (>= 2.5), python-support (>= 0.90), python-setuptools,
   python-nose, python-pyparsing, python-yaml, bzr,
   python-docutils, python-jinja2, python-pygments,
   elinks-lite | elinks
diff --git a/debian/watch b/debian/watch
index 863abf5..5c11f89 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/p/pybtex/pybtex-(\d+[.]\d+)[.]tar[.]bz2
+http://pypi.python.org/packages/source/p/pybtex/pybtex-([0-9.]+)[.]tar[.]bz2
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list