[SCM] qttools packaging branch, experimental, updated. debian/5.9.1-2-7-gcff5a7c
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Oct 18 14:37:32 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=bdd9e4a
The following commit has been merged in the experimental branch:
commit bdd9e4ae953b6550f261d99997889fd26f8bf229
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Oct 18 17:28:19 2017 +0300
Update debhelper compatibility level to 10.
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4bbc132..e499a14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qttools-opensource-src (5.9.2-1) UNRELEASED; urgency=medium
* Temporarily disable webkit support.
* Bump Qt build-dependencies to 5.9.2.
* Update symbols files from buildds’ logs.
+ * Update debhelper compatibility level to 10.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 18 Oct 2017 13:36:56 +0300
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index b44cc31..3cb38e1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Felix Geyer <fgeyer at debian.org>,
Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 10),
libqt5opengl5-dev (>= 5.9.2+dfsg~),
libqt5sql5-sqlite (>= 5.9.2+dfsg~),
pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index 34d24ad..355e4da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export QT_SELECT := qt5
no_qwebview_archs := sh4 m68k
%:
- dh $@ --with pkgkde_symbolshelper --parallel
+ dh $@ --with pkgkde_symbolshelper
# We override qmake until https://bugreports.qt.io/browse/QTBUG-30735
# gets solved (FTBFS with -nocache).
--
qttools packaging
More information about the pkg-kde-commits
mailing list