From 62170df68fa0b5f3187bcc047f9244cf4afa8927 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 25 Sep 2013 13:09:24 +0800 Subject: [PATCH] We don't need to override dh_install anymore Rewritten-From: 3154f8c1f4c2182b5fc26821660ad1dd09df98cf --- trusty/debian/rules | 7 ------- 1 file changed, 7 deletions(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index aa9e7003..14691581 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -32,13 +32,6 @@ override_dh_clean: debian/heat-engine.config \ debian/heat-engine.postinst -override_dh_install: - dh_install - sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-engine/usr/share/heat-engine/heat-engine.conf - sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api-cloudwatch/usr/share/heat-api-cloudwatch/heat-api-cloudwatch.conf - sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api-cfn/usr/share/heat-api-cfn/heat-api-cfn.conf - sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api/usr/share/heat-api/heat-api.conf - override_dh_auto_build: dh_auto_build /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func heat-common.postinst -- 2.45.2