[SCM] qtsvg packaging branch, experimental, updated. debian/5.9.2-2-3-g21cb493

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Dec 3 16:17:12 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 7fb20575d45e2849dd2dcd41a993d5b3c4055940
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Nov 6 16:52:38 2017 -0300

    Do not call qmake directly anymore.
    
    In this way we should be one step closer to cross compile Qt.
---
 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 e66a473..5f3d2e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtsvg-opensource-src (5.9.2-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not call qmake directly anymore.
+    Require debhelper >= 10.9.2~ (Closes: #880930).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 06 Nov 2017 16:50:56 -0300
 
 qtsvg-opensource-src (5.9.2-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index a755b96..96c4650 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
            Timo Jyrinki <timo at debian.org>,
            Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: dbus,
-               debhelper (>= 10.3),
+               debhelper (>= 10.9.2~),
                dpkg-dev (>= 1.17.14),
                libqt5opengl5-dev (>= 5.9.2+dfsg~),
                pkg-kde-tools (>= 0.15.17),
diff --git a/debian/rules b/debian/rules
index b8b14ad..a6293a5 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

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list