| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | |
| Wed, 1 Feb 2012 09:53:00 +0000 (10:53 +0100) | ||
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | |
| Wed, 1 Feb 2012 09:53:00 +0000 (10:53 +0100) |
| debian/changelog | patch | blob | history | |
| debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
* Add patch: 002_setuppy-no-setuptools.patch.
* Drop line ,,rm debian/python-x2go/usr/share/pyshared/x2go/tests -Rfv" from
override_dh_python2 stanza in /debian/rules.
+ * Do not create temporary PDF folders for Epydoc.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 27 Jan 2012 22:51:08 +0100
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
override_dh_auto_build:
mkdir -p .epydoc/html
- mkdir -p .epydoc/pdf
- 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/
dh_auto_build
