This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-ruffus.

commit e0d3bfdc94de3c1f365ff0773ad740cd99068cce
Author: Andreas Tille <[email protected]>
Date:   Thu Feb 5 20:16:09 2015 +0100

    BUild html doc from scratch
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 78a28ae..cc308d7 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 latexpdf
+       PYTHONPATH=`pwd` make -C doc html
        dh_installdocs -ppython-ruffus-doc doc/_build/html
        dh_installdocs -A
 
@@ -24,6 +24,7 @@ override_dh_auto_test:
 #      LC_ALL=C.UTF-8 dh_auto_test -- --test --system=custom --test-args='set 
-e; cd ruffus/test; for tst in test*.py ; do {interpreter} $$tst ; done'
 ### Try find ...
 #      LC_ALL=C.UTF-8 dh_auto_test -- --test --system=custom --test-args='set 
-e; cd ruffus/test; find . -type f -name "test*.py" -exec {interpreter} \{\} \; 
; done'
+       cd ruffus/test && . $(CURDIR)/debian/tests/run-unit-test
 
 override_dh_auto_clean:
        dh_auto_clean
@@ -32,7 +33,8 @@ override_dh_auto_clean:
               ruffus/test/test_pausing_dir \
               ruffus/test/tmp_test_job_history_with_exceptions \
               ruffus/test/.ruffus_history.sqlite \
-              ruffus/__pycache__
+              ruffus/__pycache__ \
+               doc/_build
 
 get-orig-source:
        uscan --verbose --force-download --repack --compression xz

-- 
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

Reply via email to