+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.
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 \