[Pkg-javascript-commits] [mathjax] 01/01: Watch file fixes: use HTTPS, and make it working with new tag names.

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Aug 17 15:29:36 UTC 2014


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

mitya57-guest pushed a commit to branch master
in repository mathjax.

commit 192e8e3d4e39b63fc8f19b411c3424bdc7bc816a
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 17 19:29:29 2014 +0400

    Watch file fixes: use HTTPS, and make it working with new tag names.
---
 debian/changelog | 6 ++++++
 debian/watch     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54d0424..74650eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mathjax (2.4-2) UNRELEASED; urgency=medium
+
+  * Watch file fixes: use HTTPS, and make it working with new tag names.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 17 Aug 2014 19:27:43 +0400
+
 mathjax (2.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/watch b/debian/watch
index 7c9cb57..e17290a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -4,5 +4,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-opts=filenamemangle=s/.*v(.*).tar.gz/mathjax_$1.orig.tar.gz/ \
-http://github.com/mathjax/MathJax/tags .*/archive/v(.*).tar.gz
+opts=filenamemangle=s/.*archive\/v?(.*).tar.gz/mathjax_$1.orig.tar.gz/ \
+https://github.com/mathjax/MathJax/releases .*/archive/v?(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax.git



More information about the Pkg-javascript-commits mailing list