Control: patch In commit b9b0e260 the documentation is removed in d/rules on purpose, but the binary package libjs-of-ocaml-docs is not removed from d/control. This leads to the creation of an empty package.
Please apply attached patch to fix the issue. Best regards, Romain, on behalf of the Debian Salzburg BSP.
>From 2e248636a894b8ab9dc25bd815930e4eba194323 Mon Sep 17 00:00:00 2001 From: Romain Porte <micro...@microjoe.org> Date: Sun, 25 Apr 2021 12:23:14 +0200 Subject: [PATCH] Remove empty binary package libjs-of-ocaml-docs. Closes: #987458 * Non-maintainer upload. * Remove empty binary package libjs-of-ocaml-docs. Closes: #987458 In commit b9b0e260 the documentation is removed in d/rules on purpose, but the binary package libjs-of-ocaml-docs is not removed from d/control. This leads to the creation of an empty package. --- debian/changelog | 7 +++++++ debian/control | 11 ----------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index f834b19..f8b645d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +js-of-ocaml (3.8.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove empty binary package libjs-of-ocaml-docs. Closes: #987458 + + -- Romain Porte <deb...@microjoe.org> Sun, 25 Apr 2021 12:22:20 +0200 + js-of-ocaml (3.8.0-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index 5f8e4e2..15f05f8 100644 --- a/debian/control +++ b/debian/control @@ -102,14 +102,3 @@ Description: OCaml bytecode to JavaScript compiler (runtime) This package contains runtime libraries that may be needed by server-side programs communicating with clients compiled with Js_of_ocaml using JSON. - -Package: libjs-of-ocaml-doc -Section: doc -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Description: OCaml bytecode to JavaScript compiler (documentation) - Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes - it possible to run OCaml programs in a web browser. - . - This package contains the API reference and examples. -- 2.30.2