[SCM] qtbase packaging branch, master, updated. debian/5.9.2+dfsg-4-6-g75bb65e
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Fri Nov 24 19:36:06 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=75bb65e
The following commit has been merged in the master branch:
commit 75bb65e88108fc82c03c18e494caa30ffacd33fe
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Fri Nov 24 16:34:53 2017 -0300
Make libqt5opengl5-dev provide libqt5opengl5-desktop-dev on !armel and !armhf.
It makes no sense to provide a -egl-dev version because the Desktop version
should also cover that case.
---
debian/changelog | 5 +++++
debian/control | 1 +
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2e8a842..e25214c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,11 @@ qtbase-opensource-src (5.9.2+dfsg-5) UNRELEASED; urgency=medium
using qmake with autoconf and AC_CHECK_TOOL.
* Backport upstream patches for PostgreSQL 10 support (closes: #879960).
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Make libqt5opengl5-dev provide libqt5opengl5-desktop-dev on !armel and !armhf.
+ In this way packages depending on Desktop OpenGL can use this package as
+ a dependency without the need to keep an arch list (Closes: #881943).
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 07 Nov 2017 13:57:18 +0300
qtbase-opensource-src (5.9.2+dfsg-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 62197d1..22bacd1 100644
--- a/debian/control
+++ b/debian/control
@@ -132,6 +132,7 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: libqt5opengl5-desktop-dev (= ${binary:Version}) [!armel !armhf]
Description: Qt 5 OpenGL module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
--
qtbase packaging
More information about the pkg-kde-commits
mailing list