From: Thomas Goirand Date: Thu, 16 May 2013 13:40:57 +0000 (+0000) Subject: Calling: python setup.py build X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a897bf84cb6b142047181e539acabb4c8e9f9134;p=openstack-build%2Fheat-build.git Calling: python setup.py build Rewritten-From: a37698169c77927eaa44b21fcf0b9fb809466645 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index a5933f58..bb7045a9 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -14,6 +14,7 @@ override_dh_auto_test: ./run_tests.sh -u endif + override_dh_clean: dh_clean rm -rf heat.egg-info @@ -50,5 +51,6 @@ override_dh_auto_build: /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-engine.postinst override_dh_installman: + python setup.py build make -C doc man dh_installman