Added a --fail-missing when calling dh_install
authorThomas Goirand <thomas@goirand.fr>
Thu, 2 Oct 2014 12:11:04 +0000 (20:11 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 2 Oct 2014 12:11:04 +0000 (20:11 +0800)
Change-Id: I1e2cf340b6c785e5fe151e9c472aea2d9a1bb717

Rewritten-From: 60b9d997ea05d864fd8ccf3af63fe0902a743332

trusty/debian/rules

index 87d17118b9a470794232592318503854d71f21ac..848ea8bb92771565b56aa5c1dd8488b680bd476a 100755 (executable)
@@ -16,7 +16,7 @@ override_dh_clean:
        rm -f debian/ceilometer-common.config debian/ceilometer-common.postinst debian/ceilometer-api.config debian/ceilometer-api.postinst
 
 override_dh_install:
-       dh_install
+       dh_install --fail-missing
 
        # Manage ceilometer.conf
        mkdir -p $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common