# HG changeset patch # User Julien Cristau # Date 1308150806 -7200 # Node ID d2de5fb0cc332c1dc9bc306f7a863fbe5fb27a8b # Parent dfe6c25c6371aa18463b9c19137710b65841f6fd [packaging] Build the cubicweb-documentation package diff -r dfe6c25c6371 -r d2de5fb0cc33 debian/control --- a/debian/control Wed Jun 15 17:09:44 2011 +0200 +++ b/debian/control Wed Jun 15 17:13:26 2011 +0200 @@ -8,6 +8,8 @@ Aurélien Campéas , Nicolas Chauvat Build-Depends: debhelper (>= 7), python (>= 2.5), python-central (>= 0.5) +# for the documentation: +# python-sphinx, python-logilab-common, python-unittest2, Standards-Version: 3.9.1 Homepage: http://www.cubicweb.org XS-Python-Version: >= 2.5, << 2.7 @@ -133,6 +135,7 @@ Package: cubicweb-documentation +Architecture: all Recommends: doc-base Description: documentation for the CubicWeb framework CubicWeb is a semantic web application framework. diff -r dfe6c25c6371 -r d2de5fb0cc33 debian/rules --- a/debian/rules Wed Jun 15 17:09:44 2011 +0200 +++ b/debian/rules Wed Jun 15 17:13:26 2011 +0200 @@ -15,6 +15,9 @@ # cd doc && make # FIXME cleanup and use sphinx-build as build-depends ? NO_SETUPTOOLS=1 python setup.py build + # XXX uncomment this and associated build-depends in control + #when necessary sphinx version is in all built distribution + #PYTHONPATH=$(CURDIR)/.. $(MAKE) -C doc/book/en all touch build-stamp clean: