From: Thomas Goirand Date: Thu, 2 Oct 2014 12:12:48 +0000 (+0000) Subject: Added --fail-missing when calling dh_install X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=edd88653b5e16c860b3431b7d6d4c2fd26770fe3;p=openstack-build%2Fheat-build.git Added --fail-missing when calling dh_install Rewritten-From: 95f7e859eb144e549c2ba491aa2ca5e6cfef3aa0 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 98a30902..5fd596ad 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +heat (2014.2~rc1-2) UNRELEASED; urgency=medium + + * Added --fail-missing when calling dh_install + + -- Thomas Goirand Thu, 02 Oct 2014 12:12:28 +0000 + heat (2014.2~rc1-1) experimental; urgency=medium * New upstream release. diff --git a/trusty/debian/rules b/trusty/debian/rules index e735f264..2aa91983 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -32,7 +32,7 @@ override_dh_clean: debian/heat-common.config override_dh_install: - dh_install + dh_install --fail-missing install -D -m 0640 etc/heat/heat.conf.sample $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf cat $(CURDIR)/debian/keystone_authtoken >>$(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf set -e && for pyvers in $(PYTHONS); do \