[SCM] qbs packaging branch, master, updated. debian/1.8.1+dfsg-2-1-g346d1e2

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Aug 7 14:48:42 UTC 2017


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

The following commit has been merged in the master branch:
commit 346d1e2ff22ebb8edaa266e8ef533d755b4c1f49
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Aug 7 17:19:54 2017 +0300

    Make sure qbs tries to find qbs_processlauncher in correct place.
    
    By specifying QBS_RELATIVE_LIBEXEC_PATH.
    Closes: #869909.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bfdcdf6..eb0ea90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qbs (1.8.1+dfsg-3) UNRELEASED; urgency=medium
+
+  * Make sure qbs tries to find qbs_processlauncher in correct place, by
+    specifying QBS_RELATIVE_LIBEXEC_PATH (closes: #869909).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 07 Aug 2017 17:18:32 +0300
+
 qbs (1.8.1+dfsg-2) unstable; urgency=medium
 
   * Install missing tools/version.h header to fix QtCreator build.
diff --git a/debian/rules b/debian/rules
index fd164cd..07dd472 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ override_dh_auto_configure:
 		QMAKE_LFLAGS+="${LDFLAGS}" \
 		QBS_INSTALL_PREFIX=/usr \
 		QBS_LIBEXEC_INSTALL_DIR=/usr/lib/${DEB_HOST_MULTIARCH}/qbs \
+		QBS_LIBEXEC_DESTDIR=../../../lib/${DEB_HOST_MULTIARCH}/qbs \
+		QBS_RELATIVE_LIBEXEC_PATH=../lib/${DEB_HOST_MULTIARCH}/qbs \
 		QBS_LIBRARY_DIRNAME=lib/${DEB_HOST_MULTIARCH}
 
 override_dh_auto_build-indep:

-- 
qbs packaging



More information about the pkg-kde-commits mailing list