[SCM] supercollider/master: Use system mathjax via dh_linktree, not sc bundled version
danstowell-guest at users.alioth.debian.org
danstowell-guest at users.alioth.debian.org
Sat Jun 16 11:40:56 UTC 2012
The following commit has been merged in the master branch:
commit 583b8513f03513b19b97783e4ad606e1aabfe514
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date: Thu Jun 14 21:03:42 2012 +0100
Use system mathjax via dh_linktree, not sc bundled version
diff --git a/debian/changelog b/debian/changelog
index c3aec22..4eeba77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ supercollider (1:3.5.2-1) UNRELEASED; urgency=low
* Imported Upstream version 3.5.2
* manpage for supernova
+ * Use system mathjax via dh_linktree
-- Dan Stowell <danstowell at users.sourceforge.net> Tue, 08 May 2012 21:36:08 +0100
diff --git a/debian/control b/debian/control
index 154321f..323d779 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Uploaders: Alexandre Quessy <alexandre at quessy.net>,
Build-Depends: cdbs (>= 0.4.73~),
cmake,
debhelper,
+ dh-linktree,
+ libjs-mathjax,
emacs23 | emacsen,
libasound2-dev [linux-any],
libavahi-client-dev,
diff --git a/debian/rules b/debian/rules
index a015e2c..8f0f652 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ DEB_INSTALL_MANPAGES_supercollider-vim = debian/scvim.1 debian/sclangpipe_ap
DEB_CMAKE_EXTRA_FLAGS = -DDSO_VISIBILITY=on -DSUPERNOVA=on -DSC_EL_BYTECOMPILE=OFF
+binary-fixup/supercollider-common::
+ dh_linktree -psupercollider-common
+
install/supercollider-emacs::
install -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/share/applications
install -m 644 debian/scel.desktop $(DEB_DH_INSTALL_SOURCEDIR)/usr/share/applications
diff --git a/debian/supercollider-common.linktrees b/debian/supercollider-common.linktrees
new file mode 100644
index 0000000..603b6e1
--- /dev/null
+++ b/debian/supercollider-common.linktrees
@@ -0,0 +1 @@
+replace usr/share/javascript/mathjax usr/share/SuperCollider/HelpSource/MathJax
--
supercollider packaging
More information about the pkg-multimedia-commits
mailing list