This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository gdcm.
commit f92fc5e496579e3e4f9bc223e213ee808431b14a Author: Gert Wollny <[email protected]> Date: Mon Nov 7 10:59:59 2016 +0100 Depend on libssl1.0-dev Because itksnap uses gdcm and QT5 and this loads openssl dynamically the must both use the same openssl version, which for now ist openssl-1.0 See also #828308. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 32f0615..cfb291c 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Build-Depends: cmake (>= 2.8.9), libxml2-dev, libjson-c-dev, libpoppler-private-dev, - libssl-dev, + libssl1.0-dev, python-vtk6, castxml, libsocket++-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
