This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit d5f3e2b7716d998bc0819fe9567bf46b3cc3425f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 25 12:44:32 2017 +0200 debian/rules: Temporarily disable API documentation builds. Switching to Sphinx is probably the way to go. --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 53eaf72..d65a2b0 100755 --- a/debian/rules +++ b/debian/rules @@ -6,11 +6,11 @@ include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/debhelper.mk -configure/python-x2go-doc:: - if [ ! -d .epydoc/html ]; then \ - mkdir -p .epydoc/html; \ - epydoc --debug -n "Python X2Go" -u http://www.x2go.org -v --html --no-private -o .epydoc/html x2go/; \ - fi +#configure/python-x2go-doc:: +# if [ ! -d .epydoc/html ]; then \ +# mkdir -p .epydoc/html; \ +# epydoc --debug -n "Python X2Go" -u http://www.x2go.org -v --html --no-private -o .epydoc/html x2go/; \ +# fi cleanbuilddir/python-x2go-doc:: rm -Rf .epydoc/html -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git