From 2acb92630260212c4c8abe25b24f609ef4dc29bf Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 1 Aug 2013 12:48:26 +0200 Subject: [PATCH] Now calling dh_auto_build Rewritten-From: 4a2fc7a7b8bdbadc534796834d10e608af923f0f --- trusty/debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 97665656d..b08b93b66 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -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 -- 2.45.2