[Python-modules-commits] [django-haystack] 07/10: Use github tarballs in d/watch.

Michael Fladischer fladi at moszumanska.debian.org
Sun Aug 21 10:41:54 UTC 2016


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

fladi pushed a commit to branch master
in repository django-haystack.

commit a8ddbd07ba526a6c33e5c920e65eab254a9a2477
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun Aug 21 10:32:07 2016 +0200

    Use github tarballs in d/watch.
---
 debian/changelog | 1 +
 debian/watch     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba2361b..989785c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ django-haystack (2.5.0-1) UNRELEASED; urgency=low
   [ Michael Fladischer ]
   * New upstream release (Closes: #828641).
   * Bump Standards-Version to 3.9.8.
+  * Use github tarballs in d/watch.
 
  -- Michael Fladischer <fladi at debian.org>  Sun, 21 Aug 2016 10:29:08 +0200
 
diff --git a/debian/watch b/debian/watch
index 44dc910..0871fc6 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/django-haystack/django-haystack-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
+opts=filenamemangle=s/.+\/v([\d\.]+)\.tar\.gz/django-haystack-$1.tar.gz/ \
+https://github.com/django-haystack/django-haystack/releases \
+/django-haystack/django-haystack/archive/v([\d\.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list