Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dune
Commits: b9999826 by Stéphane Glondu at 2026-05-28T13:08:59+02:00 Use $AUTOPKGTEST_TMP instead of $ADT_ARTIFACTS (Closes: #1138085) - - - - - 51b64def by Stéphane Glondu at 2026-05-28T13:09:30+02:00 Update changelog and prepare upload to unstable - - - - - 2 changed files: - debian/changelog - debian/tests/tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-dune (3.23.1-4) unstable; urgency=medium + + * Use $AUTOPKGTEST_TMP instead of $ADT_ARTIFACTS (Closes: #1138085) + + -- Stéphane Glondu <[email protected]> Thu, 28 May 2026 13:09:14 +0200 + ocaml-dune (3.23.1-3) unstable; urgency=medium * Update autopkgtest ===================================== debian/tests/tests ===================================== @@ -2,7 +2,7 @@ set -e -outdir=${ADT_ARTIFACTS:-/tmp}/ocaml-dune-tests +outdir=${AUTOPKGTEST_TMP:-/tmp}/ocaml-dune-tests echo "* Using $outdir" mkdir -p ${outdir} cp -a . ${outdir} View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/f280b39c0d96f3cdeaf63cc4a4d84af51da2e103...51b64def975d6076b9d9bfb3799134d78a910e65 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/f280b39c0d96f3cdeaf63cc4a4d84af51da2e103...51b64def975d6076b9d9bfb3799134d78a910e65 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

