[Python-modules-commits] [python-textile] 01/05: Update debian/watch to point to GitHub.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 22 18:11:52 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-textile.

commit 40a4b72290676692ac51301686a949a1302c683c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Jun 22 21:00:17 2016 +0300

    Update debian/watch to point to GitHub.
    
    As the tarballs on PyPI no longer contain tests.
---
 debian/changelog | 5 +++++
 debian/watch     | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 52c0111..0457ffa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 python-textile (1:2.2.2-2) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
+  [ Dmitry Shachnev ]
+  * Update debian/watch to point to GitHub, as the tarballs on PyPI no
+    longer contain tests.
+
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:24:46 +0200
 
 python-textile (1:2.2.2-1) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 2e9fc6e..4fd0c01 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://pypi.debian.net/textile/textile-(.*)\.tar\.gz
+opts=filenamemangle=s/.*archive\/([\d.]+)\.tar\.gz/python-textile_$1.orig.tar.gz/ \
+https://github.com/textile/python-textile/releases .*/archive/v?([\d.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list