From: Thomas Goirand Date: Thu, 1 Aug 2013 10:10:06 +0000 (+0800) Subject: Build before install X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0cd18431d3721ea9673938a786bb9b5074179de7;p=openstack-build%2Fneutron-build.git Build before install Rewritten-From: 18da41105dfd7d1440f66f69c04916ac022c9a2d --- diff --git a/xenial/debian/rules b/xenial/debian/rules index bfc6c64a1..0ebf77e2a 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -13,6 +13,7 @@ PYTHONS:=$(shell pyversions -vr) override_dh_auto_install: set -e ; for pyvers in $(PYTHONS) ; do \ + python$$pyvers setup.py build ; \ python$$pyvers setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp ; \ done # dh_auto_install