[SCM] qtpim packaging branch, master, updated. 2352393821c49da2e750dbb3bf4c1b7f019d95d7

Timo Jyrinki timo at alioth.debian.org
Thu Jun 13 09:47:43 UTC 2013


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

The following commit has been merged in the master branch:
commit 2352393821c49da2e750dbb3bf4c1b7f019d95d7
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu Jun 13 12:47:33 2013 +0300

    Switch to fail-missing
---
 debian/rules |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0c80f8b..5c84a1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,10 @@ export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags -
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
-	dh $@ --list-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtpim5-dbg
+	dh $@ --fail-missing --parallel --with pkgkde_symbolshelper --dbg-package=qtpim5-dbg
 
 override_dh_auto_clean:
 	dh_auto_clean
@@ -18,6 +20,11 @@ override_dh_auto_clean:
 override_dh_auto_configure:
 	qmake
 
+override_dh_auto_install:
+	dh_auto_install
+	# Remove libtool-like files
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtpim packaging



More information about the pkg-kde-commits mailing list