[Pkg-javascript-commits] [SCM] Packaging of mathjax branch, master, updated. 2.1+20121028-2-2-g65400cc
Dmitry Shachnev
mitya57 at gmail.com
Sun May 26 08:19:12 UTC 2013
The following commit has been merged in the master branch:
commit 65400cc0ff59298b6dd308c70985d85fe47d4050
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun May 26 12:14:41 2013 +0400
Make debian/watch generate tarballs with correct extension.
diff --git a/debian/changelog b/debian/changelog
index abfe09f..3af997a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
mathjax (2.2-1) UNRELEASED; urgency=low
* New upstream release.
+ * Make debian/watch generate tarballs with correct extension.
-- Dmitry Shachnev <mitya57 at gmail.com> Sun, 26 May 2013 12:12:59 +0400
diff --git a/debian/watch b/debian/watch
index 4c5896f..7c9cb57 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(.*)/mathjax_$1.orig.tar.gz/ \
+opts=filenamemangle=s/.*v(.*).tar.gz/mathjax_$1.orig.tar.gz/ \
http://github.com/mathjax/MathJax/tags .*/archive/v(.*).tar.gz
--
Packaging of mathjax
More information about the Pkg-javascript-commits
mailing list