From 556c38b8c8cd1a2eb8dc54e620a94653db0c2386 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 3 Aug 2015 14:11:24 +0000 Subject: [PATCH] * Removed the copy of contrib/heat_keystoneclient_v2/heat_keystoneclient_v2 which doesn't exist anymore upstream. Rewritten-From: 184fd1a9e3acb4305e6bb0ae12dc0e5694028a6d --- xenial/debian/changelog | 2 ++ xenial/debian/rules | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index d767f0e3..77e3899d 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -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 Sun, 02 Aug 2015 11:22:32 +0200 diff --git a/xenial/debian/rules b/xenial/debian/rules index 79d054c4..18bf6d3b 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -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 -- 2.45.2