[Python-modules-commits] [mutagen] 02/09: Fix debian/watch.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Aug 3 21:42:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository mutagen.
commit 3898a0f14a124834e6639dd6273b5e06b452d6c1
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Wed Aug 3 12:14:28 2016 +0200
Fix debian/watch.
---
debian/changelog | 1 +
debian/watch | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2f004b8..5a086ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
mutagen (1.33.2-2) UNRELEASED; urgency=medium
* Update Homepage: link (closes: #833332).
+ * Fix debian/watch.
-- Tristan Seligmann <mithrandi at debian.org> Wed, 03 Aug 2016 11:24:07 +0200
diff --git a/debian/watch b/debian/watch
index ba0fafc..d2bc74e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,5 @@
version=3
-opts=pgpsigurlmangle=s/$/.sig/ \
- http://bitbucket.org/lazka/mutagen/downloads/mutagen-([0-9.]+).tar.gz
+opts="pgpsigurlmangle=s/$/.sig/,\
+ downloadurlmangle=s{/[^/]*/lazka/mutagen/downloads/mutagen-}{/mutagen-}" \
+ https://bitbucket.org/lazka/mutagen/downloads/ \
+ .*/mutagen-([0-9.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mutagen.git
More information about the Python-modules-commits
mailing list