• [Git][ocaml-team/ocaml][debian/experimental] 5 commits: Run tests with

    From =?UTF-8?B?U3TDqXBoYW5lIEdsb25kdSAoQ@21:1/5 to All on Wed Jan 15 11:10:02 2025
    Stéphane Glondu pushed to branch debian/experimental at Debian OCaml Maintainers / ocaml


    Commits:
    f7de02e7 by Stéphane Glondu at 2025-01-15T08:21:39+01:00
    Run tests with OCAML_TEST_SIZE=1

    - - - - -
    0f222b92 by Stéphane Glondu at 2025-01-15T08:26:08+01:00
    Enable native backend on hurd-amd64 (Closes: #1086600)

    - - - - -
    36e99248 by Stéphane Glondu at 2025-01-15T08:28:25+01:00
    Renumber patches

    - - - - -
    f3e2b372 by Stéphane Glondu at 2025-01-15T08:40:48+01:00
    Update changelog

    - - - - -
    3647a729 by Stéphane Glondu at 2025-01-15T10:38:43+01:00
    Prepare upload to experimental

    - - - - -


    11 changed files:

    - debian/changelog
    - debian/native-archs
    - debian/patches/0007-Put-manpages-in-section-3o-instead-of-3.patch → debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch
    - debian/patches/0005-Trigger-output-complete-exe-on-custom-with-an-enviro.patch → debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch
    - debian/patches/0006-Do-not-error-on-warnings-in-autoconf.patch → debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch
    - debian/patches/0002-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch → debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
    - debian/patches/0003-Check-for-definition-of-AT_SECURE-before-using-it.patch → debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch
    - debian/patches/0004-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch → debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
    - + debian/patches/0007-Enable-native-backend-on-hurd-amd64.patch
    - debian/patches/series
    - debian/rules


    Changes:

    =====================================
    debian/changelog
    =====================================
    @@ -1,3 +1,10 @@
    +ocaml (5.3.0-1~exp2) experimental; urgency=medium
    +
    + * Run tests with OCAML_TEST_SIZE=1
    + * Enable native backend on hurd-amd64 (Closes: #1086600)
    +
    + -- Stéphane Glondu <glondu@debian.org> Wed, 15 Jan 2025 10:38:28 +0100
    +
    ocaml (5.3.0-1~exp1) experimental; urgency=medium

    * New upstream release


    =====================================
    debian/native-archs
    =====================================
    @@ -1 +1 @@
    -amd64 arm64 kfreebsd-amd64 ppc64el s390x riscv64
    +amd64 arm64 hurd-amd64 kfreebsd-amd64 ppc64el s390x riscv64


    ===================================== debian/patches/0007-Put-manpages-in-section-3o-instead-of-3.patch → debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch
    =====================================


    ===================================== debian/patches/0005-Trigger-output-complete-exe-on-custom-with-an-enviro.patch → debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch
    =====================================


    ===================================== debian/patches/0006-Do-not-error-on-warnings-in-autoconf.patch → debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch
    =====================================


    ===================================== debian/patches/0002-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch → debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch
    =====================================


    ===================================== debian/patches/0003-Check-for-definition-of-AT_SECURE-before-using-it.patch → debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch
    =====================================


    ===================================== debian/patches/0004-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch → debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
    =====================================


    ===================================== debian/patches/0007-Enable-native-backend-on-hurd-amd64.patch =====================================
    @@ -0,0 +1,23 @@
    +From: Samuel Thibault <sthibault@debian.org>
    +Date: Wed, 15 Jan 2025 08:23:51 +0100
    +Subject: Enable native backend on hurd-amd64
    +
    +Bug-Debian: https://bugs.debian.org/1086600
    +Forwarded: https://github.com/ocaml/ocaml/pull/13587
    +---
    + configure.ac | 2 +-
    + 1 file changed, 1 insertion(+), 1 deletion(-)
    +
    +diff --git a/configure.ac b/configure.ac
    +index af1ea7b..2f5d2a1 100644
    +--- a/configure.ac
    ++++ b/configure.ac
    +@@ -1490,7 +1490,7 @@ AS_CASE([$host],
    + [x86_64-*-linux*],
    + [has_native_backend=yes; arch=amd64; system=linux],
    + [x86_64-*-gnu*],
    +- [arch=amd64; system=gnu],
    ++ [has_native_backend=yes; arch=amd64; system=gnu],
    + [x86_64-*-dragonfly*],
    + [arch=amd64; system=dragonfly],
    + [x86_64-*-solaris*],


    =====================================
    debian/patches/series
    =====================================
    @@ -1,6 +1,7 @@ -0002-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch -0003-Check-for-definition-of-AT_SECURE-before-using-it.patch -0004-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch -0005-Trigger-output-complete-exe-on-custom-with-an-enviro.patch -0006-Do-not-error-on-warnings-in-autoconf.patch -0007-Put-manpages-in-section-3o-instead-of-3.patch +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-on-hurd-amd64.patch


    =====================================
    debian/rules
    =====================================
    @@ -284,7 +284,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
    rm -f testsuite/tests/misc-unsafe/almabench.ml
    endif
    ifeq (,$(DEB_TEST_BUILD_PREFIX))
    - make tests $(IGNORE_TESTS_FAILURE)
    + OCAML_TEST_SIZE=1 make tests $(IGNORE_TESTS_FAILURE)
    endif
    endif




    View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741

    --
    View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741
    You're receiving this email because of your account on salsa.debian.org.



    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
    <head>
    <meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
    <title>
    GitLab
    </title>

    <style data-premailer="ignore" type="text/css">
    a { color: #1068bf; }
    </style>


    <style>img {
    max-width: 100%; height: auto;
    }
    body {
    font-size: .875rem;
    }
    body {
    -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
    }
    body {
    font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
    }
    </style>
    </head>
    <body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI
    Emoji","Segoe UI Symbol","Noto Color Emoji";'>
    <div class="content">

    <h3 style="margin-top: 20px; margin-bottom: 10px;">
    St&#233;phane Glondu pushed to branch debian/experimental at <a href="https://salsa.debian.org/ocaml-team/ocaml">Debian OCaml Maintainers / ocaml</a>
    </h3>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    Commits:
    </h4>


    <strong style="font-weight: 600;"><a href="https://salsa.debian.org/ocaml-team/ocaml/-/commit/f7de02e71dc7eb5a68dd32fa5f2dc76c307661b3">f7de02e7</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2025-01-15T08:21:39+01:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New",
    "andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Run tests with OCAML_TEST_SIZE=1
    </pre>
    </li>

    <strong style="font-weight: 600;"><a href="https://salsa.debian.org/ocaml-team/ocaml/-/commit/0f222b9277e63919716c866cea48b026b07b854e">0f222b92</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2025-01-15T08:26:08+01:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New",
    "andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Enable native backend on hurd-amd64 (Closes: #1086600)
    </pre>
    </li>

    <strong style="font-weight: 600;"><a href="https://salsa.debian.org/ocaml-team/ocaml/-/commit/36e99248ab92cc492f8ce66efc6322c2f63b567f">36e99248</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2025-01-15T08:28:25+01:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New",
    "andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Renumber patches
    </pre>
    </li>

    <strong style="font-weight: 600;"><a href="https://salsa.debian.org/ocaml-team/ocaml/-/commit/f3e2b372e1e771921cecf971ec78cc4b84f84765">f3e2b372</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2025-01-15T08:40:48+01:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New",
    "andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update changelog
    </pre>
    </li>

    <strong style="font-weight: 600;"><a href="https://salsa.debian.org/ocaml-team/ocaml/-/commit/3647a7295aa48faed12fbb9bc39d662072763741">3647a729</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2025-01-15T10:38:43+01:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New",
    "andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Prepare upload to experimental
    </pre>
    </li>
    </ul>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    11 changed files:
    </h4>

    <li class="file-stats">
    <a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
    debian/changelog

    </li>
    <li class="file-stats">
    <a href="#2e40f322e152313fc7841a0bbfd4d78309f28fc3">
    debian/native-archs

    </li>
    <li class="file-stats">
    <a href="#598aa514283a13511f8feba4392b9c8e3e06eb2b"> debian/patches/0007-Put-manpages-in-section-3o-instead-of-3.patch
    &#8594;
    debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch

    </li>
    <li class="file-stats">
    <a href="#48cfb1795f7b03c6a7f7bb845e5e4907593501f5"> debian/patches/0005-Trigger-output-complete-exe-on-custom-with-an-enviro.patch &#8594; debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch

    </li>
    <li class="file-stats">
    <a href="#bbf74fe90fccba307205ffc46c45ff2abc84eca9"> debian/patches/0006-Do-not-error-on-warnings-in-autoconf.patch
    &#8594;
    debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch

    </li>
    <li class="file-stats">
    <a href="#c7cf8940c864795c8b9ee727fc05c1951105e3f2"> debian/patches/0002-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch &#8594; debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch

    </li>
    <li class="file-stats">
    <a href="#11c067d821b38b3d5279b5f91077b8960b16a3ab"> debian/patches/0003-Check-for-definition-of-AT_SECURE-before-using-it.patch &#8594; debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch

    </li>
    <li class="file-stats">
    <a href="#57e06334abb2cf801a0e35844ae623f50ce3167b"> debian/patches/0004-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
    &#8594;
    debian/patches/0006-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch

    </li>
    <li class="file-stats">
    <a href="#982979f46b5c2b1e06a2c4a2309ff28b62ea18a4">
    <span class="new-file">
    +
    debian/patches/0007-Enable-native-backend-on-hurd-amd64.patch
    </span>

    </li>
    <li class="file-stats">
    <a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
    debian/patches/series

    </li>
    <li class="file-stats">
    <a href="#8756c63497c8dc39f7773438edf53b220c773f67">
    debian/rules

    </li>
    </ul>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    Changes:
    </h4>
    <li id="9c96da0e9f91d7d8937b69b524702c106258f0d1">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#9c96da0e9f91d7d8937b69b524702c106258f0d1"><strong style="font-weight: 600;">debian/changelog</strong></a>
    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    1
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC1" class="line" lang="
    plaintext">ocaml (5.3.0-1~exp2) experimental; urgency=medium</span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="2" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    2
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC2" class="line" lang="
    plaintext"></span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="3" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    3
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC3" class="line" lang="
    plaintext"> * Run tests with OCAML_TEST_SIZE=1</span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="4" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    4
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC4" class="line" lang="
    plaintext"> * Enable native backend on hurd-amd64 (Closes: #1086600)</span> </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="5" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    5
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC5" class="line" lang="
    plaintext"></span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="6" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    6
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC6" class="line" lang="
    plaintext"> -- St&#233;phane Glondu &lt;glondu@debian.org&gt; Wed, 15 Jan 2025 10:38:28 +0100</span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="7" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    7
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC7" class="line" lang="
    plaintext"></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    1
    </td>
    <td class="new_line diff-line-num" data-linenumber="8" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    8
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier
    New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span id="LC8" class="line" lang="plaintext">ocaml (5.3.0-
    1~exp1) experimental; urgency=medium</span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="2" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    2
    </td>
    <td class="new_line diff-line-num" data-linenumber="9" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    9
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier
    New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span id="LC9" class="line" lang="plaintext"></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="3" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    3
    </td>
    <td class="new_line diff-line-num" data-linenumber="10" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    10
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier
    New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span id="LC10" class="line" lang="plaintext"> * New
    upstream release</span>
    </pre></td>
    </tr>

    </table>

    </li>
    <li id="2e40f322e152313fc7841a0bbfd4d78309f28fc3">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#2e40f322e152313fc7841a0bbfd4d78309f28fc3"><strong style="font-weight: 600;">debian/native-archs</strong></a>
    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">
    <tr class="line_holder old" style="line-height: 1.6;">
    <td class="old_line diff-line-num old" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
    1
    </td>
    <td class="new_line diff-line-num old" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">

    </td>
    <td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>-<span id="LC1" class="line" lang="
    plaintext">amd64 arm64 kfreebsd-amd64 ppc64el s390x riscv64</span></pre></td> </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="2" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">

    </td>
    <td class="new_line diff-line-num new" data-linenumber="1" style="width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    1
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 14px; color: #28272d; position: relative; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","
    Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'>+<span id="LC1" class="line" lang="
    plaintext">amd64 arm64 <span class="idiff left right addition" style="background-color: #c7f0d2;">hurd-amd64 </span>kfreebsd-amd64 ppc64el s390x riscv64</span></pre></td>
    </tr>

    </table>

    </li>
    <li id="598aa514283a13511f8feba4392b9c8e3e06eb2b">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#598aa514283a13511f8feba4392b9c8e3e06eb2b"><strong style="font-weight: 600;">debian/patches/0007-Put-manpages-
    in-section-3o-instead-of-3.patch</strong>
    &#8594;
    <strong style="font-weight: 600;">debian/patches/0001-Put-manpages-in-section-3o-instead-of-3.patch</strong>

    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">

    </table>

    </li>
    <li id="48cfb1795f7b03c6a7f7bb845e5e4907593501f5">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#48cfb1795f7b03c6a7f7bb845e5e4907593501f5"><strong style="font-weight: 600;">debian/patches/0005-Trigger-
    output-complete-exe-on-custom-with-an-enviro.patch</strong>
    &#8594;
    <strong style="font-weight: 600;">debian/patches/0002-Trigger-output-complete-exe-on-custom-with-an-enviro.patch</strong>

    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">

    </table>

    </li>
    <li id="bbf74fe90fccba307205ffc46c45ff2abc84eca9">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#bbf74fe90fccba307205ffc46c45ff2abc84eca9"><strong style="font-weight: 600;">debian/patches/0006-Do-not-error-
    on-warnings-in-autoconf.patch</strong>
    &#8594;
    <strong style="font-weight: 600;">debian/patches/0003-Do-not-error-on-warnings-in-autoconf.patch</strong>

    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">

    </table>

    </li>
    <li id="c7cf8940c864795c8b9ee727fc05c1951105e3f2">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#c7cf8940c864795c8b9ee727fc05c1951105e3f2"><strong style="font-weight: 600;">debian/patches/0002-Use-
    CCLINKFLAGS-for-linking-all-executables-and-shar.patch</strong>
    &#8594;
    <strong style="font-weight: 600;">debian/patches/0004-Use-CCLINKFLAGS-for-linking-all-executables-and-shar.patch</strong>

    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">
    <table class="code white" style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">

    </table>

    </li>
    <li id="11c067d821b38b3d5279b5f91077b8960b16a3ab">
    <a href="https://salsa.debian.org/ocaml-team/ocaml/-/compare/96f37ae73b0023569bda05b0f6a652c672c6c7df...3647a7295aa48faed12fbb9bc39d662072763741#11c067d821b38b3d5279b5f91077b8960b16a3ab"><strong style="font-weight: 600;">debian/patches/0003-Check-for-
    definition-of-AT_SECURE-before-using-it.patch</strong>
    &#8594;
    <strong style="font-weight: 600;">debian/patches/0005-Check-for-definition-of-AT_SECURE-before-using-it.patch</strong>

    <hr style="overflow: hidden; border: 1px solid #e1e1e1;">

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)