[SCM] qtimageformats packaging branch, master, updated. debian/5.9.2-1-2-g7a9dee1

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


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

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

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

diff --git a/debian/changelog b/debian/changelog
index db57f80..97998bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtimageformats-opensource-src (5.9.2-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Let dh_auto_configure pass cross tools to qmake (Closes: #881691).
+    Thanks Helmut Grohne for the patch.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 24 Nov 2017 17:40:48 -0300
 
 qtimageformats-opensource-src (5.9.2-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 9477a3e..17ec161 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export QT_SELECT := qt5
 	dh $@
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_install:
 	dh_auto_install

-- 
qtimageformats packaging



More information about the pkg-kde-commits mailing list