Gianfranco Costamagna pushed to branch master at Debian OCaml Maintainers / extlib
Commits: 719c06b5 by Gianfranco Costamagna at 2024-09-25T16:12:12+02:00 Fixup autopkgtests due to changes in new release - - - - - 3 changed files: - debian/changelog - debian/tests/byte-code - debian/tests/native-code Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +extlib (1.8.0-2) unstable; urgency=medium + + * Team upload + * Fixup autopkgtest failure due to new release + + -- Gianfranco Costamagna <[email protected]> Wed, 25 Sep 2024 07:34:59 +0200 + extlib (1.8.0-1) unstable; urgency=medium * New upstream release ===================================== debian/tests/byte-code ===================================== @@ -9,7 +9,7 @@ cd ${testdir} cat <<EOF > test.ml open ExtString module S = String -let _ = assert (S.starts_with "foo" "f") +let _ = assert (S.starts_with "foo" ~prefix:"f") EOF ocamlfind ocamlc -o byte-code-test -package extlib -linkpkg test.ml ===================================== debian/tests/native-code ===================================== @@ -9,7 +9,7 @@ cd ${testdir} cat <<EOF > test.ml open ExtString module S = String -let _ = assert (S.starts_with "foo" "f") +let _ = assert (S.starts_with "foo" ~prefix:"f") EOF if [ -x '/usr/bin/ocamlopt' ] View it on GitLab: https://salsa.debian.org/ocaml-team/extlib/-/commit/719c06b55b431484b6ed7e9fc4ea819e6760b026 -- View it on GitLab: https://salsa.debian.org/ocaml-team/extlib/-/commit/719c06b55b431484b6ed7e9fc4ea819e6760b026 You're receiving this email because of your account on salsa.debian.org.

