[SCM] qbs packaging branch, master, updated. debian/1.8.1+dfsg-4-13-g71a343b

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Dec 18 07:48:17 UTC 2017


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

The following commit has been merged in the master branch:
commit a62e462776718ce3298709c9dd0df81be69e7df5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Dec 18 00:03:51 2017 +0300

    Export QBS_AUTOTEST_PROFILE=qbs_autotests when running the tests.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8787421..8d49e26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qbs (1.10.0+dfsg-1) UNRELEASED; urgency=medium
   * Install upstream changelog.
   * Update install files for the new release.
   * Rename the library packages according to upstream SONAME change.
+  * Export QBS_AUTOTEST_PROFILE=qbs_autotests when running the tests.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 12 Sep 2017 16:02:55 +0300
 
diff --git a/debian/rules b/debian/rules
index c7e2d2b..d230875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ override_dh_auto_test-arch:
 	set -ex; \
 		export LD_LIBRARY_PATH=$(CURDIR)/lib/${DEB_HOST_MULTIARCH}:$$LD_LIBRARY_PATH; \
 		export HOME=$(TMP_HOME_DIR); \
+		export QBS_AUTOTEST_PROFILE=qbs_autotests; \
 		$(CURDIR)/bin/qbs-setup-toolchains --detect; \
 		$(CURDIR)/bin/qbs-setup-qt /usr/bin/qmake qbs_autotests; \
 		[ -n "`$(CURDIR)/bin/qbs-config --list profiles.qbs_autotests.baseProfile`" ] || \

-- 
qbs packaging



More information about the pkg-kde-commits mailing list