[SCM] qtbase packaging branch, experimental, updated. debian/5.5.0+dfsg-4-4-gb7fb047

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Sep 1 17:31:29 UTC 2015


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

The following commit has been merged in the experimental branch:
commit b7fb0470453db1236654b9694dd687888000fc81
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Sep 1 20:31:05 2015 +0300

    Make libqt5gui5 recommend libqt5xcbqpa5.
    
    As it is (still) the default QPA platform.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b0b5be6..892c955 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qtbase-opensource-src (5.5.0+dfsg-5) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Update debian/copyright for 5.5.0.
+  * Make libqt5gui5 recommend libqt5xcbqpa5, as it is the default
+    QPA platform.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 14 Aug 2015 19:37:52 +0300
 
diff --git a/debian/control b/debian/control
index 294920e..fb39177 100644
--- a/debian/control
+++ b/debian/control
@@ -89,7 +89,7 @@ Package: libqt5gui5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends}
+Depends: fontconfig, libqt5xcbqpa5, ${misc:Depends}, ${shlibs:Depends}
 Suggests: libqt5libqgtk2
 Description: Qt 5 GUI module
  Qt is a cross-platform C++ application framework. Qt's primary feature

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list