From: Ian Jackson Date: Thu, 23 Nov 2017 12:49:08 +0000 (+0000) Subject: Change build-depends to list libssl-dev first. Outcome in sid/buster is to switch... X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=87df3380466355ac58572f5bff93734624fc214a;hp=ea0b1b817efa162b38095a134466550fd5ba59e2;p=curl.git Change build-depends to list libssl-dev first. Outcome in sid/buster is to switch to openssl 1.1. I am not changing the soname despite the implied change to the libcurl ABI, because we don't want to make our libcurl have a nonstandard soname. --- diff --git a/debian/changelog b/debian/changelog index d5bb579..f2413cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +curl (7.56.1-2) unstable; urgency=low + + * Change build-depends to list libssl-dev first. Outcome in sid/buster + is to switch to openssl 1.1. I am not changing the soname despite the + implied change to the libcurl ABI, because we don't want to make our + libcurl have a nonstandard soname. + + -- Ian Jackson Thu, 23 Nov 2017 12:48:48 +0000 + curl (7.56.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 0871ade..20b33f4 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.20141010~), libpsl-dev, librtmp-dev (>= 2.4+20131018.git79459a2-3~), libssh2-1-dev, - libssl1.0-dev | libssl-dev (<< 1.1), + libssl-dev | libssl1.0-dev, libtool, openssh-server , python:native, @@ -130,7 +130,7 @@ Suggests: libcurl4-doc, libldap2-dev, librtmp-dev, libssh2-1-dev, - libssl1.0-dev | libssl-dev (<< 1.1), + libssl-dev | libssl1.0-dev, pkg-config, zlib1g-dev Multi-Arch: same