Control: tags -1 + pending

Hi Andreas,

Le 22/06/2024 à 19:11, Andreas Tille a écrit :
I'm absolutely uneducated about ocaml.  Could you confirm that simply
adding

     libcamlp-streams-ocaml-dev

to Build-Depends might fix this issue?

No, this isn't sufficient.

I've attached a fix.


Cheers,

--
Stéphane
diff -Nru mcl14-14-137+ocaml/debian/changelog mcl14-14-137+ocaml/debian/changelog
--- mcl14-14-137+ocaml/debian/changelog	2024-05-15 08:27:58.000000000 +0200
+++ mcl14-14-137+ocaml/debian/changelog	2024-06-30 13:29:56.000000000 +0200
@@ -1,3 +1,9 @@
+mcl14 (14-137+ocaml-3) UNRELEASED; urgency=medium
+
+  * Fix build with OCaml 5.2.0 (Closes: #1073885)
+
+ -- Stéphane Glondu <glo...@debian.org>  Sun, 30 Jun 2024 13:29:56 +0200
+
 mcl14 (14-137+ocaml-2) unstable; urgency=medium
 
   * Source only upload
diff -Nru mcl14-14-137+ocaml/debian/rules mcl14-14-137+ocaml/debian/rules
--- mcl14-14-137+ocaml/debian/rules	2024-05-15 08:27:58.000000000 +0200
+++ mcl14-14-137+ocaml/debian/rules	2024-06-30 13:29:43.000000000 +0200
@@ -73,7 +73,7 @@
 	#dh_auto_build
 	autoreconf --install
 	oasis setup
-	ocaml setup.ml -all
+	ocaml -I +camlp-streams camlp_streams.cma setup.ml -all
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)

Reply via email to