Also build some documentation

Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
This commit is contained in:
Paul Belanger 2012-10-13 14:27:17 -04:00
parent 221dd0727d
commit 16c2bab9f5
2 changed files with 3 additions and 3 deletions

1
debian/control vendored
View File

@ -12,6 +12,7 @@ Build-Depends-Indep:
python-paramiko,
python-paste,
python-setuptools,
python-sphinx,
python-webob,
python-yaml
Standards-Version: 3.9.1

5
debian/rules vendored
View File

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