[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/ocaml][debian/sid] 4 commits: Build --without-zstd



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +ocaml (5.3.0-4) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Build --without-zstd
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 12 Oct 2025 11:43:06 +0200
    
    6
    +
    
    1 7
     ocaml (5.3.0-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Mark tests that actually require multicore (Closes: #1101353)
    

  • debian/gbp.conf
    ... ... @@ -2,3 +2,6 @@
    2 2
     debian-branch = debian/sid
    
    3 3
     upstream-branch = upstream/sid
    
    4 4
     pristine-tar = True
    
    5
    +
    
    6
    +[pq]
    
    7
    +patch-numbers = False

  • debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patchdebian/patches/Check-for-definition-of-AT_SECURE-before-using-it.patch

  • debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patchdebian/patches/Disable-DT_TEXTREL-warnings-on-Linux-i386.patch

  • debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patchdebian/patches/Do-not-error-on-warnings-in-autoconf.patch

  • debian/patches/0007-Enable-native-backend-and-dynlink-on-hurd-amd64.patchdebian/patches/Enable-native-backend-and-dynlink-on-hurd-amd64.patch

  • debian/patches/0008-Mark-tests-that-actually-require-multicore.patchdebian/patches/Mark-tests-that-actually-require-multicore.patch

  • debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patchdebian/patches/Put-manpages-in-section-3o-instead-of-3.patch

  • debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patchdebian/patches/Trigger-output-complete-exe-on-custom-with-an-enviro.patch

  • debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patchdebian/patches/Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch

  • debian/patches/series
    1
    -0001-Put-manpages-in-section-3o-instead-of-3.patch
    
    2
    -0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch
    
    3
    -0003-Do-not-error-on-warnings-in-autoconf.patch
    
    4
    -0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
    
    5
    -0005-Check-for-definition-of-AT_SECURE-before-using-it.patch
    
    6
    -0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
    
    7
    -0007-Enable-native-backend-and-dynlink-on-hurd-amd64.patch
    
    8
    -0008-Mark-tests-that-actually-require-multicore.patch
    1
    +Put-manpages-in-section-3o-instead-of-3.patch
    
    2
    +Trigger-output-complete-exe-on-custom-with-an-enviro.patch
    
    3
    +Do-not-error-on-warnings-in-autoconf.patch
    
    4
    +Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
    
    5
    +Check-for-definition-of-AT_SECURE-before-using-it.patch
    
    6
    +Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
    
    7
    +Enable-native-backend-and-dynlink-on-hurd-amd64.patch
    
    8
    +Mark-tests-that-actually-require-multicore.patch

  • debian/rules
    ... ... @@ -54,6 +54,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
    54 54
     export CCLINKFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
    
    55 55
     
    
    56 56
     CONFIGURE_OPTS := \
    
    57
    +  --without-zstd \
    
    57 58
       --enable-ocamltest \
    
    58 59
       --host $(DEB_BUILD_GNU_TYPE)\
    
    59 60
       -prefix $(DEB_TEST_BUILD_PREFIX)/usr \
    


  • Reply to: