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
-
e76965c3
by Stephane Glondu at 2025-02-13T14:25:31+01:00
-
e895ea60
by Stephane Glondu at 2025-02-13T14:29:35+01:00
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:
1 | +ocaml-atd (2.16.0-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Use atdgen-runtime in example script
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Thu, 13 Feb 2025 14:29:32 +0100
|
|
6 | + |
|
1 | 7 | ocaml-atd (2.16.0-1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * New upstream release
|
... | ... | @@ -9,7 +9,7 @@ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901823 |
9 | 9 | 1 file changed, 1 insertion(+), 7 deletions(-)
|
10 | 10 | |
11 | 11 | diff --git a/atdgen/test/test_atdgen_main.ml b/atdgen/test/test_atdgen_main.ml
|
12 | -index c663673..9a3da62 100644
|
|
12 | +index d0c4c89..c5c20fd 100644
|
|
13 | 13 | --- a/atdgen/test/test_atdgen_main.ml
|
14 | 14 | +++ b/atdgen/test/test_atdgen_main.ml
|
15 | 15 | @@ -180,13 +180,7 @@ let test_ocaml_internals () =
|
1 | +From: Stephane Glondu <steph@glondu.net>
|
|
2 | +Date: Thu, 13 Feb 2025 14:24:45 +0100
|
|
3 | +Subject: Use atdgen-runtime in example script
|
|
4 | + |
|
5 | +---
|
|
6 | + atdgen/example/example.sh | 2 +-
|
|
7 | + 1 file changed, 1 insertion(+), 1 deletion(-)
|
|
8 | + |
|
9 | +diff --git a/atdgen/example/example.sh b/atdgen/example/example.sh
|
|
10 | +index a25efdc..518419c 100644
|
|
11 | +--- a/atdgen/example/example.sh
|
|
12 | ++++ b/atdgen/example/example.sh
|
|
13 | +@@ -18,7 +18,7 @@ atdgen format_v1.atd
|
|
14 | + atdgen format_v2.atd
|
|
15 | +
|
|
16 | + # Compile and link all OCaml code, producing upgrade_demo
|
|
17 | +-ocamlfind $compiler -g -dtypes -package atdgen -linkpkg \
|
|
18 | ++ocamlfind $compiler -g -dtypes -package atdgen-runtime -linkpkg \
|
|
19 | + format_v1.mli format_v1.ml \
|
|
20 | + format_v2.mli format_v2.ml \
|
|
21 | + upgrade_demo.ml -o upgrade_demo |
... | ... | @@ -2,3 +2,4 @@ |
2 | 2 | 0002-Fix-compilation-of-manual.patch
|
3 | 3 | 0003-atdgen-cppo-and-cppo-json-use-bashisms.patch
|
4 | 4 | 0004-Fix-example-script-on-bytecode-architectures.patch
|
5 | +0005-Use-atdgen-runtime-in-example-script.patch |