diff -Nru ocaml-cry-0.6.1/debian/changelog ocaml-cry-0.6.1/debian/changelog --- ocaml-cry-0.6.1/debian/changelog 2018-06-04 10:17:35.000000000 +0000 +++ ocaml-cry-0.6.1/debian/changelog 2018-08-06 14:07:25.000000000 +0000 @@ -1,8 +1,8 @@ -ocaml-cry (0.6.1-1build1) cosmic; urgency=medium +ocaml-cry (0.6.1-2) unstable; urgency=medium - * Rebuild against new OCAML ABIs. + * Drop SSL dependency due to licensing issues - -- Gianfranco Costamagna Mon, 04 Jun 2018 12:17:35 +0200 + -- Kyle Robbertze Mon, 06 Aug 2018 16:07:25 +0200 ocaml-cry (0.6.1-1) unstable; urgency=medium diff -Nru ocaml-cry-0.6.1/debian/control ocaml-cry-0.6.1/debian/control --- ocaml-cry-0.6.1/debian/control 2018-05-08 18:42:08.000000000 +0000 +++ ocaml-cry-0.6.1/debian/control 2018-08-06 14:06:26.000000000 +0000 @@ -10,7 +10,6 @@ ocaml-nox (>= 3.11.2), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.2.4), - libssl-ocaml-dev (>=0.5.0), Standards-Version: 4.1.4 Homepage: http://savonet.sourceforge.net/ Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-cry diff -Nru ocaml-cry-0.6.1/debian/control.in ocaml-cry-0.6.1/debian/control.in --- ocaml-cry-0.6.1/debian/control.in 2018-05-08 18:36:14.000000000 +0000 +++ ocaml-cry-0.6.1/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Source: ocaml-cry -Section: ocaml -Priority: optional -Maintainer: Debian OCaml Maintainers -Uploaders: Samuel Mimram , Romain Beauxis -Build-Depends: @cdbs@, ocaml-findlib (>= 1.2.4) -Standards-Version: 3.9.2 -Homepage: http://savonet.sourceforge.net/ -Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-cry.git -Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-cry.git - -Package: libcry-ocaml-dev -Architecture: any -Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends} -Provides: ${ocaml:Provides} -Description: MP3/Ogg Vorbis broadcast OCaml module - This OCaml module implements the protocols used to connect and - send source data to icecast2 and shoutcast servers. - . - It is a low-level implementation, so it only does the minimal - source connection. In particular, it does not handle synchronisation. - Hence, the task of sending audio data to the streaming server - at real time rate is up to the programmer, contrary to the main - implementation, libshout.