[SCM] vamp-plugin-sdk/master: Not install embedded javascript library.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 17 10:20:26 UTC 2015


The following commit has been merged in the master branch:
commit e0fde6394d2a732a9bde77896ee7db40877fee80
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 17 12:19:28 2015 +0200

    Not install embedded javascript library.

diff --git a/debian/control b/debian/control
index ad81043..2579157 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends:
  docbook-to-man,
  doxygen,
  graphviz,
- libsndfile1-dev
+ libsndfile1-dev,
+ libjs-jquery
 Standards-Version: 3.9.6
 Homepage: http://www.vamp-plugins.org/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/vamp-plugin-sdk.git
diff --git a/debian/rules b/debian/rules
index 1283230..d9ea7cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_auto_build:
 	doxygen build/Doxyfile
 	# Don't install useless autogenerated doxygen files
 	rm $(CURDIR)/doc/html/*.md5
+	# Don't install embedded javascript library
+	rm $(CURDIR)/doc/html/jquery.js
 	docbook-to-man debian/vamp-simple-host.sgml > vamp-simple-host.1
 	docbook-to-man debian/vamp-rdf-template-generator.sgml > vamp-rdf-template-generator.1
 

-- 
vamp-plugin-sdk packaging



More information about the pkg-multimedia-commits mailing list