diff -Nru ocaml-4.13.1/debian/changelog ocaml-4.13.1/debian/changelog --- ocaml-4.13.1/debian/changelog 2022-01-19 10:14:42.000000000 +0000 +++ ocaml-4.13.1/debian/changelog 2022-01-24 10:07:32.000000000 +0000 @@ -1,3 +1,9 @@ +ocaml (4.13.1-3ubuntu1) jammy; urgency=medium + + * Turn off LTO optimization, failing test: 'test.ml' with 2.1.1 (script). + + -- Matthias Klose Mon, 24 Jan 2022 11:07:32 +0100 + ocaml (4.13.1-3) unstable; urgency=medium * Upload to unstable diff -Nru ocaml-4.13.1/debian/.gitattributes ocaml-4.13.1/debian/.gitattributes --- ocaml-4.13.1/debian/.gitattributes 2022-01-19 10:14:42.000000000 +0000 +++ ocaml-4.13.1/debian/.gitattributes 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -changelog merge=dpkg-mergechangelogs diff -Nru ocaml-4.13.1/debian/rules ocaml-4.13.1/debian/rules --- ocaml-4.13.1/debian/rules 2022-01-19 10:14:42.000000000 +0000 +++ ocaml-4.13.1/debian/rules 2022-01-24 10:07:32.000000000 +0000 @@ -50,7 +50,7 @@ export OCAML_OPT_ARCH export OCAML_STDLIB_DIR -export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow +export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow optimize=-lto export CCLINKFLAGS=$(shell dpkg-buildflags --get LDFLAGS) CONFIGURE_OPTS := \