[SCM] qtfeedback packaging branch, master, updated. 95cbd1016d603e3c867c15ceffca29b8faf32830

Timo Jyrinki timo at moszumanska.debian.org
Tue Feb 11 06:01:02 UTC 2014


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

The following commit has been merged in the master branch:
commit c8dba1178c0a5d6489ade12de83f1d9c137c8155
Author: Timo Jyrinki <timo.jyrinki at iki.fi>
Date:   Tue Feb 11 07:57:56 2014 +0200

    While removing private headers, they are not under a multi-arch dir
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f527939..1601809 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_install:
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 	
 	# Remove private stuff
-	rm -rf debian/tmp/usr/include/qt5/QtFeedback/$(DEB_HOST_MULTIARCH)/QtFeedback/private/
+	rm -rf debian/tmp/usr/include/qt5/QtFeedback/*/QtFeedback/private/
 	
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la

-- 
qtfeedback packaging



More information about the pkg-kde-commits mailing list