[Pkg-javascript-commits] [mathjax] 02/02: Strip some minified JS libraries from the upstream tarball.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Jun 29 20:44:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository mathjax.
commit 4ace348cad6ac57c85ad3fefcd6d433596d53aa6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Jun 29 23:43:22 2017 +0300
Strip some minified JS libraries from the upstream tarball.
These libraries come from speech-rule-engine and wicked-good-xpath,
which are not trivial to package or build because they require new
versions of Google Closure library and Closure compiler.
---
debian/changelog | 6 +++++-
debian/copyright | 3 +++
debian/watch | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 59c6b28..8cf3567 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-mathjax (2.7.1-1) UNRELEASED; urgency=medium
+mathjax (2.7.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Update packer and combiner code to the latest upstream version.
* Replace local_accessibility_menu.diff with upstream patch to fix
syntax in a11y extensions (dont_use_default_as_property_name.diff).
* Update debian/copyright.
+ * Strip some minified JS libraries from the upstream tarball.
+ These libraries come from speech-rule-engine and wicked-good-xpath,
+ which are not trivial to package or build because they require new
+ versions of Google Closure library and Closure compiler.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 29 Jun 2017 17:03:24 +0300
diff --git a/debian/copyright b/debian/copyright
index c0582ed..66770ed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MathJax
Source: https://github.com/mathjax/MathJax
Files-Excluded: config extensions jax localization
+ unpacked/extensions/a11y/mathjax-sre.js
+ unpacked/extensions/a11y/mathmaps
+ unpacked/extensions/a11y/wgxpath.install.js
Files: *
Copyright: 2009-2017 The MathJax Consortium
diff --git a/debian/watch b/debian/watch
index 1f4344c..5a03c2f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -4,5 +4,5 @@
# Compulsory line, this is a version 3 file
version=3
-opts=uversionmangle=s/-/~/,repack,compression=xz \
+opts=uversionmangle=s/-/~/,repack,repacksuffix=+dfsg,compression=xz \
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