[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-51-g98131b8

Pino Toscano pino at alioth.debian.org
Mon Apr 8 11:57:08 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=98131b8

The following commit has been merged in the master branch:
commit 98131b859dffe85b21970469c4c122fddae34628
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 8 13:55:59 2013 +0200

    turn dh_install into fail-missing mode
    
    nowwe have the system to have per-os/per-arch files, so we can make sure to not miss anything
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1004baa..d906648 100755
--- a/debian/rules
+++ b/debian/rules
@@ -277,7 +277,7 @@ override_dh_install:
 
 	# Call dh_install normally. It will process .install, .install.ARCH
 	# and/or .install.OS files.
-	dh_install --list-missing
+	dh_install --fail-missing
 
 override_dh_installdocs:
 	dh_installdocs --all LGPL_EXCEPTION.txt

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list