[SCM] qtdeclarative packaging branch, master, updated. df28a591223c8efbd5ee471a6e649c166bc45eea

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Apr 20 17:38:03 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=031d147

The following commit has been merged in the master branch:
commit 031d147b6d0720faa989085e5c6cb4995a810ef1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Apr 20 14:37:10 2013 -0300

    Fail on missing files.
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 082d676..fcd9b97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ override_dh_auto_install:
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list