Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-atd
Commits: ea5682b9 by Stephane Glondu at 2025-02-13T14:25:11+01:00 Refresh patches - - - - - e76965c3 by Stephane Glondu at 2025-02-13T14:25:31+01:00 Use atdgen-runtime in example script - - - - - e895ea60 by Stephane Glondu at 2025-02-13T14:29:35+01:00 Update changelog and prepare upload to unstable - - - - - 4 changed files: - debian/changelog - debian/patches/0001-Remove-a-test-that-fails-on-i386.patch - + debian/patches/0005-Use-atdgen-runtime-in-example-script.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-atd (2.16.0-2) unstable; urgency=medium + + * Use atdgen-runtime in example script + + -- Stéphane Glondu <[email protected]> Thu, 13 Feb 2025 14:29:32 +0100 + ocaml-atd (2.16.0-1) unstable; urgency=medium * New upstream release ===================================== debian/patches/0001-Remove-a-test-that-fails-on-i386.patch ===================================== @@ -9,7 +9,7 @@ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901823 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/atdgen/test/test_atdgen_main.ml b/atdgen/test/test_atdgen_main.ml -index c663673..9a3da62 100644 +index d0c4c89..c5c20fd 100644 --- a/atdgen/test/test_atdgen_main.ml +++ b/atdgen/test/test_atdgen_main.ml @@ -180,13 +180,7 @@ let test_ocaml_internals () = ===================================== debian/patches/0005-Use-atdgen-runtime-in-example-script.patch ===================================== @@ -0,0 +1,21 @@ +From: Stephane Glondu <[email protected]> +Date: Thu, 13 Feb 2025 14:24:45 +0100 +Subject: Use atdgen-runtime in example script + +--- + atdgen/example/example.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/atdgen/example/example.sh b/atdgen/example/example.sh +index a25efdc..518419c 100644 +--- a/atdgen/example/example.sh ++++ b/atdgen/example/example.sh +@@ -18,7 +18,7 @@ atdgen format_v1.atd + atdgen format_v2.atd + + # Compile and link all OCaml code, producing upgrade_demo +-ocamlfind $compiler -g -dtypes -package atdgen -linkpkg \ ++ocamlfind $compiler -g -dtypes -package atdgen-runtime -linkpkg \ + format_v1.mli format_v1.ml \ + format_v2.mli format_v2.ml \ + upgrade_demo.ml -o upgrade_demo ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ 0002-Fix-compilation-of-manual.patch 0003-atdgen-cppo-and-cppo-json-use-bashisms.patch 0004-Fix-example-script-on-bytecode-architectures.patch +0005-Use-atdgen-runtime-in-example-script.patch View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-atd/-/compare/cf07da83ecc045422f530ce726f8f960ad30e063...e895ea60c7410d41fcff2fd4b316acb7dd8a35e3 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-atd/-/compare/cf07da83ecc045422f530ce726f8f960ad30e063...e895ea60c7410d41fcff2fd4b316acb7dd8a35e3 You're receiving this email because of your account on salsa.debian.org.

