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

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Oct 23 07:44:05 UTC 2015


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

The following commit has been merged in the master branch:
commit 1d7176441c618c050c6cfedeb74bd68b5dfd5fe6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Oct 23 10:39:41 2015 +0300

    Make qtbase5-private-dev depend on libinput-dev and libxkbcommon-dev.
    
    These packages are needed to link to libQt5PlatformSupport.a static library.
    Closes: #802704.
---
 debian/changelog | 3 +++
 debian/control   | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bcc23b2..b50b9eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ qtbase-opensource-src (5.5.1+dfsg-3) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Backport upstream patch to set positionAutomatic when using setX/setY
     (set_positionautomatic.diff; partially fixes the VLC display issues).
+  * Make qtbase5-private-dev depend on libinput-dev and libxkbcommon-dev,
+    as these packages are needed to link to libQt5PlatformSupport.a static
+    library (closes: #802704).
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Add qtwayland5 as a libqt5gui5 suggestion. We want people trying to
diff --git a/debian/control b/debian/control
index fc99969..0039033 100644
--- a/debian/control
+++ b/debian/control
@@ -367,7 +367,10 @@ Package: qtbase5-private-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: qtbase5-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libinput-dev [linux-any],
+         libxkbcommon-dev,
+         qtbase5-dev (= ${binary:Version}),
+         ${misc:Depends}
 Breaks: qtbase5-dev (<< 5.4.0+dfsg-6~)
 Replaces: qtbase5-dev (<< 5.4.0+dfsg-6~)
 Description: Qt 5 base private development files

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list