[med-svn] [SCM] python-csb branch, master, updated. f6f3d2a954bfa39de3ce77316af644ffaf143fbe

Tomas Di Domenico tdido at tdido.com.ar
Sun Dec 16 17:54:23 UTC 2012


The following commit has been merged in the master branch:
commit e7338c8b92a04f4ca0824b17eef35f160dcb65a3
Author: Tomas Di Domenico <tdido at tdido.com.ar>
Date:   Tue Dec 11 19:17:03 2012 +0100

    Added rule to build docs

diff --git a/debian/rules b/debian/rules
index cf2e807..3cc473f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_build:
 	for py in $(PYVERS) $(PY3VERS); do \
 		$$py -B setup.py build; \
 	done
+	epydoc --html -o $(CURDIR)/docs/api --name CSB --no-private --introspect-only --exclude csb.test.cases --css $(CURDIR)/docs/api/epydoc.css --fail-on-error --fail-on-warning --fail-on-docstring-warning $(CURDIR)/csb
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:

-- 
Packaging of python-csb



More information about the debian-med-commit mailing list