From caaa52c5bb5f4b0ccb29b2373be3696ad317571a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 10 Mar 2014 10:35:28 +0100 Subject: [PATCH] Pedantic file listing check. --- rocci-server/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocci-server/debian/rules b/rocci-server/debian/rules index f1f9013..1e4d1c1 100755 --- a/rocci-server/debian/rules +++ b/rocci-server/debian/rules @@ -26,6 +26,6 @@ override_dh_fixperms: chmod 0600 debian/rocci-server-apache/etc/apache2/sites-available/occi-ssl %: - dh $@ + dh $@ --fail-missing .PHONY: override_dh_strip override_dh_installdocs override_dh_fixperms -- 1.8.2.3