[SCM] pyliblo/master: Clean doc from embedded javascripts libs with dh_sphinxdoc.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Apr 28 05:43:06 UTC 2015
The following commit has been merged in the master branch:
commit 0e34b6023778ed830f16b6920503536b4b8ea3e6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Tue Apr 28 07:35:09 2015 +0200
Clean doc from embedded javascripts libs with dh_sphinxdoc.
diff --git a/debian/control b/debian/control
index 05dbf79..f2b5cd9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends:
python3-all-dev,
python-setuptools,
python3-setuptools,
- python3-sphinx
+ python3-sphinx,
+ sphinx-common
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
diff --git a/debian/rules b/debian/rules
index 6b0dbf4..ecdad18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,10 @@ override_dh_python3:
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_installdocs:
+ dh_installdocs
+ dh_sphinxdoc
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
pyliblo packaging
More information about the pkg-multimedia-commits
mailing list