[SCM] supercollider/master: Exclude bundled MathJax scripts. We use system MathJax. Closes: #760981

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Wed Sep 10 07:49:03 UTC 2014


The following commit has been merged in the master branch:
commit 7ec97a9b14cc35404e0718a0ed5c1f888de22a02
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Wed Sep 10 08:48:41 2014 +0100

    Exclude bundled MathJax scripts. We use system MathJax. Closes: #760981

diff --git a/debian/rules b/debian/rules
index 814f3d6..676ac16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,8 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES = \
 				  external_libraries/libsndfile/ \
 				  external_libraries/sndfile.hh \
 				  external_libraries/simplejson-*/ \
-				  external_libraries/icu
+				  external_libraries/icu \
+				  HelpSource/MathJax/
 DEB_UPSTREAM_URL = http://prdownloads.sourceforge.net/supercollider
 DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/supercollider(.*)/SuperCollider$$1-Source-linux/
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list