[SCM] qtbase packaging branch, master, updated. debian/5.5.1+dfsg-3-2-gc7c4cf9

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Oct 23 15:09:58 UTC 2015


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

The following commit has been merged in the master branch:
commit c7c4cf93c827caf13d82d5d6711d7b03795ecfd7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Oct 23 12:09:40 2015 -0300

    Move libqt5xcbqpa5 from libqt5gui5's recommends to depends.
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7384e9f..1659e6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 qtbase-opensource-src (5.5.1+dfsg-4) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Move libqt5xcbqpa5 from libqt5gui5's recommends to depends. Recommendations
+    do not always get installed when the user is updating the packages, and so
+    most of our users had a bad experience. We can consider to push it back as
+    a recommendation after Stretch maybe.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 23 Oct 2015 12:04:24 -0300
 
 qtbase-opensource-src (5.5.1+dfsg-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 0039033..79b6ff7 100644
--- a/debian/control
+++ b/debian/control
@@ -89,8 +89,8 @@ Package: libqt5gui5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends}
-Recommends: libqt5svg5, libqt5xcbqpa5
+Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends}, libqt5xcbqpa5
+Recommends: libqt5svg5
 Suggests: libqt5libqgtk2, qt5-image-formats-plugins, qtwayland5
 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