From 16c2bab9f56d091298d97bfd1d2dc369466d327d Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 13 Oct 2012 14:27:17 -0400 Subject: [PATCH] Also build some documentation Signed-off-by: Paul Belanger --- debian/control | 1 + debian/rules | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index f7835d6..14eb7c6 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends-Indep: python-paramiko, python-paste, python-setuptools, + python-sphinx, python-webob, python-yaml Standards-Version: 3.9.1 diff --git a/debian/rules b/debian/rules index e57022c..9d50a90 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,9 @@ %: dh $@ --with-python2 -override_dh_auto_install: - python setup.py install --root=debian/zuul --install-layout=deb --install-lib=/usr/share/zuul --install-scripts=/usr/share/zuul - override_dh_auto_build: + dh_auto_build + python setup.py build_sphinx override_dh_auto_test: nosetests