[SCM] qtbase packaging branch, master, updated. debian/5.9.2+dfsg-4-10-ga35f1ef

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Dec 3 02:23:21 UTC 2017


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

The following commit has been merged in the master branch:
commit a35f1ef3298610ddf49f3505c4ccc34c1c35a455
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Dec 2 23:22:36 2017 -0300

    Be sure to create the destination directories before the files in them.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index f49989c..36890ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -256,9 +256,11 @@ endif
 		-exec chmod a-x {} \;
 
 	# Helper files for cross-building
+	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5
 	sed s/DEB_HOST_MULTIARCH/$(DEB_HOST_MULTIARCH)/ debian/qt.conf.in \
 		> debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qt.conf
 
+	mkdir -p debian/tmp/usr/bin
 	echo "#!/bin/sh" > debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake
 	echo "exec /usr/lib/qt5/bin/qmake" \
 		"-qtconf /usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qt.conf" \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list