[SCM] qttools packaging branch, master, updated. debian/5.9.2-5-3-g1b6bf10
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Jan 13 08:33:18 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=55879fc
The following commit has been merged in the master branch:
commit 55879fc93651eca5887e38d7f9d46b053823d1fc
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Jan 13 11:31:58 2018 +0300
Update no_qwebview_archs: remove alpha, and add sparc64.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 419b4f1..2fbefb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qttools-opensource-src (5.9.2-6) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Update no_qwebview_archs: remove alpha, and add sparc64.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 13 Jan 2018 11:05:34 +0300
diff --git a/debian/control b/debian/control
index 46a18b3..c55eea9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Build-Depends: debhelper (>= 10.9.2~),
libqt5opengl5-dev (>= 5.9.2+dfsg~),
libqt5sql5-sqlite (>= 5.9.2+dfsg~),
- libqt5webkit5-dev (>= 5.9.2~) [!alpha !m68k !sh4],
+ libqt5webkit5-dev (>= 5.9.2~) [!m68k !sh4 !sparc64],
pkg-kde-tools,
qtbase5-private-dev (>= 5.9.2+dfsg-3~),
qtdeclarative5-private-dev (>= 5.9.2~),
diff --git a/debian/rules b/debian/rules
index c5098da..fe5892f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
export QT_SELECT := qt5
# Archs that do not build depend on QtWebkit do not ship qwebview.
-no_qwebview_archs := alpha sh4 m68k
+no_qwebview_archs := m68k sh4 sparc64
%:
dh $@ --with pkgkde_symbolshelper
--
qttools packaging
More information about the pkg-kde-commits
mailing list