From: Thomas Goirand Date: Thu, 9 Jun 2016 00:07:20 +0000 (+0000) Subject: * Disable auto_clean as it requires a higher version of setuptools, which X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=372eecb78583b3b96d339e174e201fc3891e9484;p=openstack-build%2Fneutron-build.git * Disable auto_clean as it requires a higher version of setuptools, which isn't in the sbuild host for Jessie. Rewritten-From: 1faaad5fe1f54289542834f18a64946db5a29b37 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 6e737a086..43a467b77 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -5,6 +5,8 @@ neutron (2:9.0.0~b1-1) experimental; urgency=medium * Fixed (build-)depends for this release. * Drop Return_oslo_config_Opts_to_config_generator.patch applied upstream. * Added fix-requirements.txt.patch. + * Disable auto_clean as it requires a higher version of setuptools, which + isn't in the sbuild host for Jessie. -- Thomas Goirand Thu, 09 Jun 2016 00:59:14 +0200 diff --git a/xenial/debian/rules b/xenial/debian/rules index c989b446a..b1438d454 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -156,7 +156,6 @@ override_dh_install: dh_install --fail-missing -X/usr/etc override_dh_auto_clean: - dh_auto_clean find . -type f -name "*.pyc" | xargs rm -fr rm -rf build neutron.egg-info rm -f debian/neutron-common.config \