[SCM] qtbase packaging branch, experimental, updated. debian/5.6.0+dfsg-1-3-g08a2fea

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Mar 17 12:45:19 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 08a2feacf1f3e15faf86146804cbe1cc144012ed
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Mar 17 09:44:09 2016 -0300

    Add mesa-utils as a libqt5gui5 dependency, needed for the script.
    
    Maybe this should really be a recommendation, but in that case existing users
    wouldn't get it installed.
    
    Maybe we should downgrade it to it after Stretch's release?
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8dcd799..b456265 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtbase-opensource-src (5.6.0+dfsg-2) UNRELEASED; urgency=medium
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Do not call exit on the Xsession.d script, as it's being sourced.
+  * Add mesa-utils as a libqt5gui5 dependency, needed for the script.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Mar 2016 09:38:11 -0300
 
diff --git a/debian/control b/debian/control
index 467f3d7..151ae3e 100644
--- a/debian/control
+++ b/debian/control
@@ -92,7 +92,7 @@ Package: libqt5gui5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends}
+Depends: fontconfig, mesa-utils, ${misc:Depends}, ${shlibs:Depends}
 Recommends: libqt5svg5
 Breaks: libqt5egldeviceintegration5 (<< 5.6.0~beta+dfsg-5~),
         libqt5xcbqpa5 (<< 5.6.0~beta+dfsg-5~)

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list