diff -Nru ruby-ethon-0.9.0/debian/changelog ruby-ethon-0.9.0/debian/changelog --- ruby-ethon-0.9.0/debian/changelog 2016-07-09 15:05:01.000000000 +0000 +++ ruby-ethon-0.9.0/debian/changelog 2018-06-01 19:54:41.000000000 +0000 @@ -1,3 +1,20 @@ +ruby-ethon (0.9.0-1+rpi2) buster-staging; urgency=medium + + * Remove libcurl3 dependency option so it doesn't confuse our + cruft processing. + + -- Peter Michael Green Fri, 01 Jun 2018 19:54:41 +0000 + +ruby-ethon (0.9.0-1+rpi1) buster-staging; urgency=medium + + [Changes taken from 0.9.0-1ubuntu1 by Steve Langasek] + * Bump dependency from libcurl3 to libcurl4 for the openssl1.1 transition. + Note that this changes the ABI with respect to SSL_CTX objects; + consumers of ruby-ethon must now switch to using OpenSSL 1.1 objects + instead of OpenSSL 1.0 if they use curl_easy_setopt(SSL_CTX_FUNCTION). + + -- Peter Michael Green Thu, 31 May 2018 17:20:10 +0000 + ruby-ethon (0.9.0-1) unstable; urgency=medium * New upstream release diff -Nru ruby-ethon-0.9.0/debian/control ruby-ethon-0.9.0/debian/control --- ruby-ethon-0.9.0/debian/control 2016-06-29 07:26:29.000000000 +0000 +++ ruby-ethon-0.9.0/debian/control 2018-06-01 19:54:25.000000000 +0000 @@ -1,11 +1,12 @@ Source: ruby-ethon Section: ruby Priority: optional -Maintainer: Debian Ruby Extras Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 9~), gem2deb, - libcurl3, + libcurl4, rake, ruby-ffi (>= 1.9.3debian-1+b1), ruby-json, @@ -22,7 +23,7 @@ Package: ruby-ethon Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: libcurl3, +Depends: libcurl4, ruby | ruby-interpreter, ruby-ffi, ruby-mime-types (>= 1.18),