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

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


The following commit has been merged in the master branch:
commit 8cd7e38402fd52cbe9470ccdbe06b7e07576927c
Author: Tomas Di Domenico <tdido at tdido.com.ar>
Date:   Sun Dec 16 18:02:30 2012 +0100

    Excluded upstream tarball docs: we generate them on build. Fixed doc generation rules.

diff --git a/debian/copyright b/debian/copyright
index cff57e0..1139eb2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: csb
 Source: http://csb.codeplex.com
-Files-Excluded: csb/test/data/*.pickle
+Files-Excluded: csb/test/data/*.pickle docs/
 
 Files: *
 Copyright: 2012 Michael Habeck <michael.habeck at tuebingen.mpg.de>
diff --git a/debian/python-csb-doc.doc-base b/debian/python-csb-doc.doc-base
index 4cbb61b..d64c20f 100644
--- a/debian/python-csb-doc.doc-base
+++ b/debian/python-csb-doc.doc-base
@@ -8,5 +8,5 @@ Abstract: This is the API documentation for CSB.
 Section: Science/Biology
 
 Format: HTML
-Index: /usr/share/doc/python-csb/api/index.html
-Files: /usr/share/doc/python-csb/api/*
+Index: /usr/share/doc/python-csb-doc/api/index.html
+Files: /usr/share/doc/python-csb-doc/api/*
diff --git a/debian/python-csb-doc.install b/debian/python-csb-doc.install
index af5db47..c41c9bc 100644
--- a/debian/python-csb-doc.install
+++ b/debian/python-csb-doc.install
@@ -1 +1 @@
-docs/api usr/share/doc/python-csb/
+docs/api usr/share/doc/python-csb-doc/
diff --git a/debian/rules b/debian/rules
index 09026c1..622cbc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +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
+	epydoc --html -o $(CURDIR)/docs/api --name CSB --no-private --introspect-only --exclude csb.test.cases --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