]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added --fail-missing when calling dh_install
authorThomas Goirand <thomas@goirand.fr>
Thu, 2 Oct 2014 12:12:48 +0000 (12:12 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 2 Oct 2014 12:12:48 +0000 (12:12 +0000)
Rewritten-From: 95f7e859eb144e549c2ba491aa2ca5e6cfef3aa0

trusty/debian/changelog
trusty/debian/rules

index 98a3090269b8a11a8e6064e2f662c5b99e621a66..5fd596ad8439a3f3baed0dd260c7b3af03f667e7 100644 (file)
@@ -1,3 +1,9 @@
+heat (2014.2~rc1-2) UNRELEASED; urgency=medium
+
+  * Added --fail-missing when calling dh_install
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 02 Oct 2014 12:12:28 +0000
+
 heat (2014.2~rc1-1) experimental; urgency=medium
 
   * New upstream release.
index e735f264ba8ef7501213cca4df6f2a4bb0bc2d91..2aa919839e2c7b2db6a11ac6039a2f28932e4517 100755 (executable)
@@ -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 \