[SCM] qtgraphicaleffects packaging branch, master, updated. a5269ae037163cbddc1c60dd32a568be9e9effbc

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Thu Apr 25 00:21:43 UTC 2013


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

The following commit has been merged in the master branch:
commit a5269ae037163cbddc1c60dd32a568be9e9effbc
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Apr 24 21:21:03 2013 -0300

    Override dh_install to pass --fail-missing.
    
    And remove --list-missing from the main invocation.
---
 debian/rules |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 53b1da4..ded3ad3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,13 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --list-missing --parallel
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	qmake
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list