]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Now calling dh_auto_build
authorThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 10:48:26 +0000 (12:48 +0200)
committerThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 10:52:29 +0000 (12:52 +0200)
Rewritten-From: 4a2fc7a7b8bdbadc534796834d10e608af923f0f

xenial/debian/rules

index 97665656dfe22e1c4ae555ae8bdfb2c93b0c4131..b08b93b66a80946de86311119623843fd42feb3d 100755 (executable)
@@ -22,7 +22,6 @@ override_dh_auto_install:
 
 override_dh_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_install -O--buildsystem=python_distutils --fail-missing -X/usr/etc -X/usr/bin
@@ -59,7 +58,7 @@ override_dh_auto_test:
 endif
 
 override_dh_auto_build:
-       dh_auto_build
+       #dh_auto_build -O--buildsystem=python_distutils
 
        /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func neutron-common.config
        /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func neutron-common.postinst