chiark / gitweb /
Change build-depends to list libssl-dev first. Outcome in sid/buster is to switch... wip.openssl
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Nov 2017 12:49:08 +0000 (12:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Nov 2017 12:49:08 +0000 (12:49 +0000)
debian/changelog
debian/control

index d5bb5791b420f59ed9286908c4f55bbb6c823755..f2413cddd371b60d0df3a4c13c94f16b861e88a0 100644 (file)
@@ -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 <ijackson@chiark.greenend.org.uk>  Thu, 23 Nov 2017 12:48:48 +0000
+
 curl (7.56.1-1) unstable; urgency=medium
 
   * New upstream release
index 0871ade6f189461772c5c80af51b77a0a9e66508..20b33f42f45c23bcc7a9972aa683e14fc2b22171 100644 (file)
@@ -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 <!nocheck>,
  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