[SCM] qtwebengine packaging branch, master, updated. debian/5.9.1+dfsg-3-10-ga66184c
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Sep 16 09:37:52 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=628c95f
The following commit has been merged in the master branch:
commit 628c95fbe90633457aea4be7e0a0e268f9230004
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Sep 16 12:32:30 2017 +0300
Limit Architecture field to architectures supported by upstream.
Closes: #864323, #864324, #864325, #864326.
---
debian/changelog | 2 ++
debian/control | 16 ++++++++--------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 869a313..81f8969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtwebengine-opensource-src (5.9.1+dfsg-5) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* Drop add_mips_support.patch. Chromium cannot be built for big endian
anyway, because of skia.
+ * Limit Architecture field to architectures supported by upstream
+ (closes: #864323, #864324, #864325, #864326).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 16 Sep 2017 12:17:23 +0300
diff --git a/debian/control b/debian/control
index b51a9e0..f90a9ec 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtwebengine.git
Homepage: https://doc.qt.io/qt-5/qtwebengine-index.html
Package: qtwebengine5-dev
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Section: libdevel
Depends: libqt5webchannel5-dev,
@@ -108,7 +108,7 @@ Description: Web content engine library for Qt - development files
using QtWebEngine library.
Package: qtwebengine5-private-dev
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Section: libdevel
Depends: qtwebengine5-dev (= ${binary:Version}), ${misc:Depends}
@@ -120,7 +120,7 @@ Description: Web content engine library for Qt - private development files
Qt 5 applications using QtWebEngine library.
Package: libqt5webengine5
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Depends: libqt5webengine-data (= ${source:Version}),
${misc:Depends},
@@ -133,7 +133,7 @@ Description: Web content engine library for Qt
This package contains the QtWebEngine library.
Package: libqt5webenginecore5
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Depends: libqt5webengine-data (= ${source:Version}),
${misc:Depends},
@@ -148,7 +148,7 @@ Description: Web content engine library for Qt - Core
This package contains the core QtWebEngine library.
Package: libqt5webenginewidgets5
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Depends: libqt5webengine-data (= ${source:Version}),
${misc:Depends},
@@ -172,7 +172,7 @@ Description: Web content engine library for Qt - Data
This package contains the arch independent parts of QtWebEngine libraries.
Package: qml-module-qtwebengine
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
@@ -183,7 +183,7 @@ Description: Qt WebEngine QML module
This package contains the WebEngine QML module for QtDeclarative.
Package: qtwebengine5-dev-tools
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: foreign
Section: devel
Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
@@ -196,7 +196,7 @@ Description: Qt WebEngine tools
in Qt WebEngine.
Package: qtwebengine5-examples
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Multi-Arch: same
Depends: libjs-jquery,
libjs-marked,
--
qtwebengine packaging
More information about the pkg-kde-commits
mailing list