]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Build before install
authorThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 10:10:06 +0000 (18:10 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 10:10:06 +0000 (18:10 +0800)
debian/rules

index bfc6c64a10d9f55b7ded9271e759bb089b0b4185..0ebf77e2a06c4930c687d1a9b08f4395b6ba85b7 100755 (executable)
@@ -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