[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#973039: ocaml: does not pull ocaml-nox anymore



Package: ocaml
Version: 4.11.1-3
Severity: important
Tags: patch

Hi,

apparently the "ocaml" since 4.11 does not depend on ocaml-nox-$VERSION
anymore. This has the bad side effect that installing "ocaml" does not
pull "ocaml-nox" anymore, and thus there are no ocaml executables/tools
(including the compiler) available.

The versioned dependency suggests it was resolved by dependencies
before, and I'm not sure why it is not anymore now. A simple patch
(workaround?) is attached to always depend on "ocaml-nox", no matter
what.

Thanks,
-- 
Pino
diff -Nru ocaml-4.11.1/debian/changelog ocaml-4.11.1/debian/changelog
--- ocaml-4.11.1/debian/changelog
+++ ocaml-4.11.1/debian/changelog
@@ -1,3 +1,10 @@
+ocaml (4.11.1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Make sure ocaml pulls ocaml-nox as well. (Closes: #-1)
+
+ -- Pino Toscano <pino@debian.org>  Tue, 27 Oct 2020 13:32:33 +0100
+
 ocaml (4.11.1-3) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru ocaml-4.11.1/debian/control ocaml-4.11.1/debian/control
--- ocaml-4.11.1/debian/control
+++ ocaml-4.11.1/debian/control
@@ -117,6 +117,7 @@
 Architecture: any
 Depends:
  ocaml-base-nox,
+ ocaml-nox,
  ${misc:Depends},
  ${ocaml:Depends},
  libx11-dev

Reply to: