[med-svn] [python-biomaj3] 05/07: remove api doc
Olivier Sallou
osallou at debian.org
Sat Jan 14 13:41:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
osallou pushed a commit to branch master
in repository python-biomaj3.
commit ecef34a0264a6a87f301f0bfaf52a45c9527658a
Author: Olivier Sallou <osallou at debian.org>
Date: Sat Jan 14 12:15:49 2017 +0000
remove api doc
---
debian/control | 9 ---------
debian/rules | 14 +-------------
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index edd3b79..6b61827 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
python-elasticsearch,
python-pycurl,
python-drmaa,
- python-sphinx,
python3-all,
python3-all-dev,
python3-setuptools,
@@ -31,7 +30,6 @@ Build-Depends: debhelper (>= 9),
python3-future,
python3-elasticsearch,
python3-pycurl,
- python3-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-biomaj3.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-biomaj3.git
@@ -68,10 +66,3 @@ Description: biological data-bank updater (Python 3)
post-processing facilities can be extended very easily.
.
This package contains the Python 3 module.
-
-Package: biomaj3-doc
-Architecture: all
-Description: API of biomaj3 modules
-Section: doc
-Depends: ${misc:Depends}
- Python documentation of the biomaj3 modules, auto-generated
diff --git a/debian/rules b/debian/rules
index 92ab976..abaa27f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,15 +25,7 @@ override_dh_auto_test:
# main packaging script based on dh7 syntax
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-
-override_dh_sphinxdoc:
- dh_sphinxdoc
-
-override_dh_installdocs:
- cd docs && make html
- cp -r docs/_build/html debian/biomaj3-doc/usr/share/doc/biomaj3-doc/
- dh_installdocs
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_install:
@@ -43,10 +35,6 @@ override_dh_install:
mv debian/python3-biomaj3/usr/bin/biomaj-cli.py debian/python3-biomaj3/usr/bin/biomaj-cli3
mv debian/python-biomaj3/usr/bin/biomaj-cli.py debian/python-biomaj3/usr/bin/biomaj-cli
-override_dh_clean:
- dh_clean
- rm -rf docs/_build
-
# help2man fails because python needs to be interpreted
#override_dh_installman:
# help2man --no-discard-stderr --version-string="$(DEB_VERSION_UPSTREAM)" -o biomaj-cli3.1 bin/biomaj-cli.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biomaj3.git
More information about the debian-med-commit
mailing list