]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
* Removed the copy of contrib/heat_keystoneclient_v2/heat_keystoneclient_v2
authorThomas Goirand <thomas@goirand.fr>
Mon, 3 Aug 2015 14:11:24 +0000 (14:11 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 3 Aug 2015 14:11:24 +0000 (14:11 +0000)
    which doesn't exist anymore upstream.

Rewritten-From: 184fd1a9e3acb4305e6bb0ae12dc0e5694028a6d

xenial/debian/changelog
xenial/debian/rules

index d767f0e3a49f7b5eb334a19eb35b4060ec61bb72..77e3899d78b6271bd8501dd3b5115bffa9c88d17 100644 (file)
@@ -5,6 +5,8 @@ heat (1:5.0.0~b2-1) experimental; urgency=medium
   * Rebased and updated patches.
   * Added upstream patches:
     - Fix_DummyResource_missing_in_provider_error.patch
+  * Removed the copy of contrib/heat_keystoneclient_v2/heat_keystoneclient_v2
+    which doesn't exist anymore upstream.
 
  -- Thomas Goirand <zigo@debian.org>  Sun, 02 Aug 2015 11:22:32 +0200
 
index 79d054c4ddf22ba51d1241a2b619773722daaf74..18bf6d3bc090877b2648c567d42b7082a7f00f7f 100755 (executable)
@@ -58,10 +58,6 @@ override_dh_install:
 
 
        dh_install --fail-missing -Xbin/cinder-keystone-setup
-       set -e ; for pyvers in $(PYTHONS); do \
-               mkdir -p $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \
-               cp -rf contrib/heat_keystoneclient_v2/heat_keystoneclient_v2 $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \
-        done
 
 override_dh_auto_build:
        dh_auto_build