The branch, build-baikal has been updated via 828b3a0391f2eaf2e30ddb5ef061b564a108f88c (commit) from de4dc2fb665d6cf5a752a7c23b6787232c86b1a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/python-x2go.docs | 2 +- debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/python-x2go.docs b/debian/python-x2go.docs index 3ba7a3e..e5c6143 100644 --- a/debian/python-x2go.docs +++ b/debian/python-x2go.docs @@ -2,5 +2,5 @@ README README.Trinity-Desktop TODO .epydoc/doc/html/ -.epydoc/doc/pdf/ +#.epydoc/doc/pdf/ patches/ \ No newline at end of file diff --git a/debian/rules b/debian/rules index 63101e9..9eb256a 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,9 @@ build-epydoc: mkdir -p .epydoc/pdf.tmp rm -Rf .epydoc/html/* epydoc --debug -n "Python X2go" -u http://www.x2go.org -v --html --no-private -o .epydoc/html x2go/ - epydoc --debug --pdf --no-private -o .epydoc/pdf.tmp x2go/ - mv .epydoc/pdf.tmp/api.pdf .epydoc/pdf/Python-X2go_API.pdf - rm -Rf .epydoc/pdf.tmp + #epydoc --debug --pdf --no-private -o .epydoc/pdf.tmp x2go/ + #mv .epydoc/pdf.tmp/api.pdf .epydoc/pdf/Python-X2go_API.pdf + #rm -Rf .epydoc/pdf.tmp build-dh: dh build hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).