Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / liquidsoap
Commits: b3eec468 by Kyle Robbertze at 2022-01-10T13:25:01+02:00 Update ocaml build-dep name Gbp-Dch: Ignore - - - - - 62373184 by Kyle Robbertze at 2022-01-11T11:00:00+02:00 Update autopkgtests for new language features - - - - - 7f00e837 by Kyle Robbertze at 2022-01-11T11:07:28+02:00 prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/tests/pervasive-libraries Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -liquidsoap (2.0.2-1) UNRELEASED; urgency=medium +liquidsoap (2.0.2-1) unstable; urgency=medium - * New upstream version 2.0.2 + * New upstream version 2.0.2 (Closes: #1002677) * Refresh d/patches * Update d/control with new build-dep versions * Update d/liquidsoap.links for new version + * Update autopkgtests for new language features - -- Kyle Robbertze <[email protected]> Mon, 10 Jan 2022 09:54:15 +0200 + -- Kyle Robbertze <[email protected]> Tue, 11 Jan 2022 11:00:10 +0200 liquidsoap (1.4.4-1) unstable; urgency=low ===================================== debian/control ===================================== @@ -56,7 +56,7 @@ Build-Depends: chrpath, libyojson-ocaml-dev, menhir, ocaml-findlib, - ocaml-nox (>= 4.08), + ocaml (>= 4.08), sox Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ocaml-team/liquidsoap.git @@ -68,7 +68,7 @@ Architecture: any Depends: adduser, curl, libcamomile-ocaml-data (>= 1.0.0), - ocaml-base-nox, + ocaml-base, sox, ${misc:Depends}, ${ocaml:Depends}, ===================================== debian/tests/pervasive-libraries ===================================== @@ -1,4 +1,4 @@ #!/usr/bin/liquidsoap --check stream = playlist("") source = output.icecast(%mp3, host="localhost", port=8000, mount="listen.m3u", password="hackme") -mksafe(source(mksafe(stream))) +source(mksafe(stream)) View it on GitLab: https://salsa.debian.org/ocaml-team/liquidsoap/-/compare/ee924d416baa9716779dad6f40750684076cafbd...7f00e8372bac4aa1c467d79e3955fe436dbc2c6c -- View it on GitLab: https://salsa.debian.org/ocaml-team/liquidsoap/-/compare/ee924d416baa9716779dad6f40750684076cafbd...7f00e8372bac4aa1c467d79e3955fe436dbc2c6c You're receiving this email because of your account on salsa.debian.org.

