[Python-modules-commits] [pexpect] 04/05: Fix PyPI URL in debian/watch. Thanks Lintian

Javier Merino Cacho vicho at moszumanska.debian.org
Sun Nov 1 19:22:01 UTC 2015


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

vicho pushed a commit to branch master
in repository pexpect.

commit 5fbe75296fc4994ccd6e435f1724dd666ff65ac5
Author: Javi Merino <vicho at debian.org>
Date:   Sun Nov 1 17:40:36 2015 +0000

    Fix PyPI URL in debian/watch.  Thanks Lintian
---
 debian/changelog | 1 +
 debian/watch     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 96793dd..9873b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pexpect (4.0.1-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #744844)
   * Bump standards-version to 3.9.6 (no change needed)
+  * Fix PyPI URL in debian/watch.  Thanks Lintian
 
  -- Javi Merino <vicho at debian.org>  Sun, 01 Nov 2015 17:22:04 +0000
 
diff --git a/debian/watch b/debian/watch
index cecc829..b902b9e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
+# Copied from http://pypi.debian.net/pexpect/watch
 version=3
-https://pypi.python.org/packages/source/p/pexpect/pexpect-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/pexpect/pexpect-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list