diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2016-11-04 20:30:33 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2016-11-04 20:30:33 +0300 |
commit | 4be3c9f12c25a4688cad030ad1b5d07e1043e030 (patch) | |
tree | 7cb265068ac2db51b47acbbfb11c435b606d5333 /debian/control | |
parent | ba47d1eebf58aebf0c03d2ae00c6f2c51693ee97 (diff) | |
download | qtbase-4be3c9f12c25a4688cad030ad1b5d07e1043e030.tar.gz |
Make libqt5network5 depend on libssl1.0.2.
It will crash when only newer libssl versions are installed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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. |