From a897bf84cb6b142047181e539acabb4c8e9f9134 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 16 May 2013 13:40:57 +0000 Subject: [PATCH] Calling: python setup.py build Rewritten-From: a37698169c77927eaa44b21fcf0b9fb809466645 --- xenial/debian/rules | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2