[SCM] qtlocation packaging branch, master, updated. debian/5.9.2+dfsg-2-2-g669d1ce

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Nov 24 20:37:18 UTC 2017


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

The following commit has been merged in the master branch:
commit 669d1ce2a0fe8858b7a197156d43eb6ba2dc52a5
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Nov 24 17:37:00 2017 -0300

    Let dh_auto_configure pass cross tools to qmake (Closes: #881854)
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 478b7f2..1ec3ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtlocation-opensource-src (5.9.2+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Let dh_auto_configure pass cross tools to qmake (Closes: #881854).
+    Thanks to Helmut Grohne for the patch.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 24 Nov 2017 17:34:13 -0300
 
 qtlocation-opensource-src (5.9.2+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index c268c36..2304d6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export QT_SELECT := qt5
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list