[SCM] qtbase packaging branch, master, updated. debian/5.7.1-20161021+dfsg-5-2-g4be3c9f

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Nov 4 17:30:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 4be3c9f12c25a4688cad030ad1b5d07e1043e030
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Nov 4 20:30:33 2016 +0300

    Make libqt5network5 depend on libssl1.0.2.
    
    It will crash when only newer libssl versions are installed.
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a5cda8e..edb33bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtbase-opensource-src (5.7.1~20161021+dfsg-6) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Make libqt5network5 depend on libssl1.0.2. It will crash when
+    only newer libssl versions are installed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 04 Nov 2016 20:29:15 +0300
 
diff --git a/debian/control b/debian/control
index f3899bd..41a6d80 100644
--- a/debian/control
+++ b/debian/control
@@ -119,7 +119,7 @@ Package: libqt5network5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libssl1.0.2, ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 network 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