[SCM] pyliblo/master: Build doc after install pyliblo.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Apr 28 04:34:32 UTC 2015


The following commit has been merged in the master branch:
commit a282657793bc5c6db64ac7247eaa84f6ce4b825e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Apr 28 06:35:20 2015 +0200

    Build doc after install pyliblo.

diff --git a/debian/rules b/debian/rules
index f6ad418..6b0dbf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,14 @@
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-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:
 	dh_python3 -p python3-liblo
 
+override_dh_auto_install:
+	dh_auto_install
+	make -C doc
+#	rm doc/build/html/_static/jquery.js
+#	rm doc/build/html/_static/underscore.js
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list