[SCM] pyliblo/master: Not install jquery.js and underscore.js files.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Apr 27 16:44:51 UTC 2015


The following commit has been merged in the master branch:
commit 8aaacebd0ad616aeeee71333b0c5318fe68c4774
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Apr 27 18:42:24 2015 +0200

    Not install jquery.js and underscore.js files.

diff --git a/debian/rules b/debian/rules
index 03ace4c..f6ad418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@
 
 override_dh_auto_build:
 	make -C doc
+	rm doc/build/html/_static/jquery.js
+	rm doc/build/html/_static/underscore.js
 	dh_auto_build
 
 override_dh_python3:

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list