[SCM] prison packaging branch, master, updated. 03b605ad3aa517344c3855498063ef048f656b11

Felix Geyer debfx-guest at alioth.debian.org
Wed Nov 9 20:17:52 UTC 2011


The following commit has been merged in the master branch:
commit 03b605ad3aa517344c3855498063ef048f656b11
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Wed Nov 9 21:13:15 2011 +0100

    Pass --fail-missing to dh_install.
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6893819..b6ce376 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_auto_configure:
 	$(overridden_command) -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
+override_dh_install:
+	$(overridden_command) --fail-missing
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=libprison-dbg

-- 
prison packaging



More information about the pkg-kde-commits mailing list