This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-ruffus.
commit 9a0cf80e2beda2484d23d842cfead124d2bf72a4 Author: Andreas Tille <[email protected]> Date: Thu Feb 5 19:14:20 2015 +0100 Recreate all docs in build target and remove all autogenerated docs in source tarball --- debian/copyright | 3 +-- debian/rules | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 94a28ad..b8518cb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,8 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Leo Goodstadt <[email protected]> Upstream-Name: ruffus Source: https://pypi.python.org/pypi/ruffus -Files-Excluded: */underscore.js - */jquery.js +Files-Excluded: doc/_build Files: * Copyright: © 2010-2014 Leo Goodstadt <[email protected]> diff --git a/debian/rules b/debian/rules index a733b0c..78a28ae 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export PYBUILD_NAME=ruffus dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild override_dh_installdocs: - PYTHONPATH=`pwd` make -C doc html + PYTHONPATH=`pwd` make -C doc html latexpdf dh_installdocs -ppython-ruffus-doc doc/_build/html dh_installdocs -A -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-ruffus.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
