[SCM] qtquick1 packaging branch, master, updated. 25e7f8522228d0d5c0eb93aed025d66df1a41ab6

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Jun 1 22:48:51 UTC 2013


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

The following commit has been merged in the master branch:
commit f2ad9ad58c38138fc350facdfce334f8d5a6f841
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Jun 1 19:47:30 2013 -0300

    Switch dh_install to --fail-missing.
    
    We will remove stuff we don't install.
---
 debian/rules |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3ae0ec9..4f2cda6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 export QT_SELECT := qt5
 
 %:
-	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtquick1-5-dbg
+	dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtquick1-5-dbg
 
 override_dh_auto_configure:
 	qmake 
@@ -20,5 +20,8 @@ override_dh_auto_install:
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 
+override_dh_install:
+	dh_install --fail-missing
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtquick1 packaging



More information about the pkg-kde-commits mailing list