[Pkg-javascript-commits] [mathjax] 03/04: Export NO_PNG_PKG_MANGLE=1 to disable PNG optimization on Ubuntu.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 28 14:30:51 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 43a8d0b2acaf461c947f5bccc4b88782fa321880
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Thu Dec 28 14:25:02 2017 +0300
Export NO_PNG_PKG_MANGLE=1 to disable PNG optimization on Ubuntu.
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3145610..7262e2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ mathjax (2.7.2+dfsg-1) UNRELEASED; urgency=medium
modern browsers.
* Install STIX-Web fonts in fonts packages (closes: #881534).
* Change section of libjs-mathjax to javascript.
+ * Export NO_PNG_PKG_MANGLE=1 to disable PNG optimization on Ubuntu.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 29 Jun 2017 17:03:24 +0300
diff --git a/debian/rules b/debian/rules
index d1edbe1..0533114 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
# -*- makefile -*-
# This file was originally written by Joey Hess and Craig Small.
+export NO_PNG_PKG_MANGLE := 1
+
%:
dh $@
--
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