From: Thomas Goirand Date: Wed, 25 Sep 2013 05:09:24 +0000 (+0800) Subject: We don't need to override dh_install anymore X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9a13f9d38f12186a9a989620a87e340448706ef3;p=openstack-build%2Fheat-build.git We don't need to override dh_install anymore Rewritten-From: 3154f8c1f4c2182b5fc26821660ad1dd09df98cf --- diff --git a/xenial/debian/rules b/xenial/debian/rules index aa9e7003..14691581 100755 --- a/xenial/debian/rules +++ b/xenial/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