[Python-modules-commits] [cf-python] 06/14: Improved python-cf-doc package.

Klaus Zimmermann zklaus-guest at moszumanska.debian.org
Fri Sep 9 12:40:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

zklaus-guest pushed a commit to branch master
in repository cf-python.

commit 921e32a54b8ff0e79f93cb1d333c8c918abb8a64
Author: Klaus Zimmermann <klaus_zimmermann at gmx.de>
Date:   Fri Sep 9 13:30:32 2016 +0200

    Improved python-cf-doc package.
    
    Signed-off-by: Klaus Zimmermann <klaus_zimmermann at gmx.de>
---
 debian/python-cf-doc.doc-base | 11 +++++++++++
 debian/rules                  |  9 +--------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/debian/python-cf-doc.doc-base b/debian/python-cf-doc.doc-base
new file mode 100644
index 0000000..674f298
--- /dev/null
+++ b/debian/python-cf-doc.doc-base
@@ -0,0 +1,11 @@
+Document: python-cf
+Title: Manual for cf-python
+Author: David Hassel
+Abstract: This manual describes the use of the cf
+ module for python, that permits the access to
+ netCDF files following the CF conventions.
+Section: Science/Geoscience
+
+Format: HTML
+Index: /usr/share/doc/python-cf-doc/build/index.html
+Files: /usr/share/doc/python-cf-doc/build/*.html
diff --git a/debian/rules b/debian/rules
index 5949c5a..7b89791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export PYBUILD_NAME=cf
 
 %:
-	dh $@  --with python2,sphinxdoc --buildsystem=pybuild
+	dh $@  --with python2 --buildsystem=pybuild
 
 
 override_dh_auto_test:
@@ -14,12 +14,6 @@ override_dh_auto_test:
                      --before-test 'cp -R {dir}/test {build_dir}; echo {build_dir}/test >> {home_dir}/build_dirs_to_rm_before_install; cp {dir}/debian/test_file.nc {build_dir}/test' \
                      --test-args='cd {build_dir}; {interpreter} test/run_tests.py'
 
-override_dh_sphinxdoc:
-	dh_sphinxdoc -X underscore.js \
-                     -X copybutton.js \
-                     -X searchtools.js \
-                     -X MathJax.js \
-                     -X doctools.js
 
 override_dh_installdocs:
 	dh_installdocs
@@ -37,4 +31,3 @@ override_dh_installdocs:
 #	dh_auto_build
 #	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml        docs/ build/html # HTML generator
 #	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman        docs/ build/man # Manpage generator
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cf-python.git



More information about the Python-modules-commits mailing list