[SCM] khtml packaging branch, master, updated. debian/5.28.0-1-6-gdfa4878

Maximiliano Curia maxy at moszumanska.debian.org
Mon Apr 3 10:49:14 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/khtml.git;a=commitdiff;h=39d35c8

The following commit has been merged in the master branch:
commit 39d35c8bb381ae606d5d9a0c3719938e65a4d727
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Apr 3 11:11:08 2017 +0200

    Change libssl-dev build dependency to libssl1.0-dev to follow qt5
    
    We would need to revert this when qt switches to libssl 1.1
    
    Closes: 856004
    Thanks: Sebastian Andrzej Siewior for reporting and many others for the follow ups
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7ca33df..7469c02 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends: cmake (>= 2.8.12),
                libphonon4qt5experimental-dev (>= 4:4.6.0),
                libpng-dev,
                libqt5x11extras5-dev (>= 5.5.0~),
-               libssl-dev,
+               libssl1.0-dev,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.5.0~),

-- 
khtml packaging



More information about the pkg-kde-commits mailing list