[SCM] rtmidi/master: Not install embedded-javascript-library.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Oct 6 16:16:54 UTC 2017


The following commit has been merged in the master branch:
commit 11fe12317fed4b37d3894c070874982b4c7728e6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Oct 6 18:16:45 2017 +0200

    Not install embedded-javascript-library.

diff --git a/debian/rules b/debian/rules
index cbd52b9..f103451 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DH_VERBOSE = 1
+
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow, +fortify
 
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
@@ -24,6 +26,10 @@ override_dh_auto_clean:
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
 
+override_dh_auto_install:
+	ln -sf /usr/share/javascript/jquery/jquery.js doc/html/jquery.js
+	dh_auto_install
+
 override_dh_auto_test:
 	mkdir -p tests/Release
 	mkdir -p tests/Debug

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list