Stéphane Glondu pushed to branch debian/sid at Debian OCaml Maintainers / ocaml
Commits: 41391696 by Stéphane Glondu at 2025-06-17T15:14:15+02:00 Build --without-zstd Rationale: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107586#66 - - - - - 40400957 by Stéphane Glondu at 2025-10-12T11:39:36+02:00 Do not number patches - - - - - 98ee9149 by Stéphane Glondu at 2025-10-12T11:40:22+02:00 De-number patches - - - - - 8e53889b by Stéphane Glondu at 2025-10-12T11:43:38+02:00 Update changelog - - - - - 12 changed files: - debian/changelog - debian/gbp.conf - debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch → debian/patches/Check-for-definition-of-AT_SECURE-before-using-it.patch - debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch → debian/patches/Disable-DT_TEXTREL-warnings-on-Linux-i386.patch - debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch → debian/patches/Do-not-error-on-warnings-in-autoconf.patch - debian/patches/0007-Enable-native-backend-and-dynlink-on-hurd-amd64.patch → debian/patches/Enable-native-backend-and-dynlink-on-hurd-amd64.patch - debian/patches/0008-Mark-tests-that-actually-require-multicore.patch → debian/patches/Mark-tests-that-actually-require-multicore.patch - debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch → debian/patches/Put-manpages-in-section-3o-instead-of-3.patch - debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch → debian/patches/Trigger-output-complete-exe-on-custom-with-an-enviro.patch - debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch → debian/patches/Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml (5.3.0-4) UNRELEASED; urgency=medium + + * Build --without-zstd + + -- Stéphane Glondu <[email protected]> Sun, 12 Oct 2025 11:43:06 +0200 + ocaml (5.3.0-3) unstable; urgency=medium * Mark tests that actually require multicore (Closes: #1101353) ===================================== debian/gbp.conf ===================================== @@ -2,3 +2,6 @@ debian-branch = debian/sid upstream-branch = upstream/sid pristine-tar = True + +[pq] +patch-numbers = False ===================================== debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch → debian/patches/Check-for-definition-of-AT_SECURE-before-using-it.patch ===================================== ===================================== debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch → debian/patches/Disable-DT_TEXTREL-warnings-on-Linux-i386.patch ===================================== ===================================== debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch → debian/patches/Do-not-error-on-warnings-in-autoconf.patch ===================================== ===================================== debian/patches/0007-Enable-native-backend-and-dynlink-on-hurd-amd64.patch → debian/patches/Enable-native-backend-and-dynlink-on-hurd-amd64.patch ===================================== ===================================== debian/patches/0008-Mark-tests-that-actually-require-multicore.patch → debian/patches/Mark-tests-that-actually-require-multicore.patch ===================================== ===================================== debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch → debian/patches/Put-manpages-in-section-3o-instead-of-3.patch ===================================== ===================================== debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch → debian/patches/Trigger-output-complete-exe-on-custom-with-an-enviro.patch ===================================== ===================================== debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch → debian/patches/Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch ===================================== ===================================== debian/patches/series ===================================== @@ -1,8 +1,8 @@ -0001-Put-manpages-in-section-3o-instead-of-3.patch -0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch -0003-Do-not-error-on-warnings-in-autoconf.patch -0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch -0005-Check-for-definition-of-AT_SECURE-before-using-it.patch -0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch -0007-Enable-native-backend-and-dynlink-on-hurd-amd64.patch -0008-Mark-tests-that-actually-require-multicore.patch +Put-manpages-in-section-3o-instead-of-3.patch +Trigger-output-complete-exe-on-custom-with-an-enviro.patch +Do-not-error-on-warnings-in-autoconf.patch +Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch +Check-for-definition-of-AT_SECURE-before-using-it.patch +Disable-DT_TEXTREL-warnings-on-Linux-i386.patch +Enable-native-backend-and-dynlink-on-hurd-amd64.patch +Mark-tests-that-actually-require-multicore.patch ===================================== debian/rules ===================================== @@ -54,6 +54,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow export CCLINKFLAGS=$(shell dpkg-buildflags --get LDFLAGS) CONFIGURE_OPTS := \ + --without-zstd \ --enable-ocamltest \ --host $(DEB_BUILD_GNU_TYPE)\ -prefix $(DEB_TEST_BUILD_PREFIX)/usr \ View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/bdad7874871e8666ff78b07f10c4f6f648d772f2...8e53889ba394b0656fb1e2e169680bc1c1c2c75a -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/bdad7874871e8666ff78b07f10c4f6f648d772f2...8e53889ba394b0656fb1e2e169680bc1c1c2c75a You're receiving this email because of your account on salsa.debian.org.

