[SCM] csound/master: link to packaged jquery in doc

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Oct 19 23:50:04 UTC 2013


The following commit has been merged in the master branch:
commit d7eee783a11d79c4fe47b2fa1980364f41052d17
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 19 20:12:14 2013 -0300

    link to packaged jquery in doc

diff --git a/debian/libcsound64-doc.linktrees b/debian/libcsound64-doc.linktrees
new file mode 100644
index 0000000..e718e5d
--- /dev/null
+++ b/debian/libcsound64-doc.linktrees
@@ -0,0 +1 @@
+replace usr/share/javascript/jquery usr/share/doc/libcsound64-doc/html/
diff --git a/debian/rules b/debian/rules
index 05e2a57..34e5303 100755
--- a/debian/rules
+++ b/debian/rules
@@ -238,6 +238,9 @@ common-binary-post-install-arch::
 	find debian/*/usr/share/doc/*/examples -type f -executable -print0 \
 		| xargs -0 chmod -v a-x
 
+common-binary-post-install-indep::
+	dh_linktree
+
 # Make sure that all files installed is also packaged
 #  * ignore debhelper-installed files (we trust dh_install*)
 #  * ignore python files (too tricky to track pycentral juggling)
@@ -316,7 +319,9 @@ CDBS_BUILD_DEPENDS += , \
 CDBS_BUILD_DEPENDS += , \
 	doxygen, \
 	graphviz, \
-	ttf-dejavu
+	ttf-dejavu, \
+	dh-linktree, \
+	libjs-jquery
 
 CDBS_BUILD_DEPENDS += , cdbs (>= 0.4.111~)
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list