]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
* Disable auto_clean as it requires a higher version of setuptools, which
authorThomas Goirand <thomas@goirand.fr>
Thu, 9 Jun 2016 00:07:20 +0000 (00:07 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 9 Jun 2016 00:07:20 +0000 (00:07 +0000)
    isn't in the sbuild host for Jessie.

Rewritten-From: 1faaad5fe1f54289542834f18a64946db5a29b37

xenial/debian/changelog
xenial/debian/rules

index 6e737a086f6d074fbf1f184ae81f7ed92f47230f..43a467b778b3a131ea64465b603500591d782e54 100644 (file)
@@ -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 <zigo@debian.org>  Thu, 09 Jun 2016 00:59:14 +0200
 
index c989b446a153dc4aabab82d5220ee53bf0068066..b1438d454967cd5e969cf8fc588bb3e84d550231 100755 (executable)
@@ -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 \