[SCM] qtscript packaging branch, master, updated. debian/5.9.2+dfsg-1-2-gad34080

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Nov 6 19:48:46 UTC 2017


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

The following commit has been merged in the master branch:
commit ad34080f7b5e51cf3b3b8f627018836da6d4c1c4
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Nov 6 16:48:07 2017 -0300

    Do not call qmake directly anymore.
---
 debian/changelog | 4 ++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d51e285..28730cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtscript-opensource-src (5.9.2+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not call qmake directly anymore (Closes: #880934). Depend upon
+    debhelper >= 10.9.2~ to get the proper fix.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Nov 2017 16:36:58 -0300
 
 qtscript-opensource-src (5.9.2+dfsg-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 34deb6c..d1f1765 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>,
            Simon Quigley <tsimonq2 at ubuntu.com>
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 10.9.2~),
                dpkg-dev (>= 1.17.14),
                pkg-kde-tools (>= 0.15.17~),
                qtbase5-private-dev (>= 5.9.2+dfsg~)
diff --git a/debian/rules b/debian/rules
index a05c014..7c5c800 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export QT_QPA_PLATFORM := minimal
 	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 -- docs

-- 
qtscript packaging



More information about the pkg-kde-commits mailing list