• [Git][ocaml-team/dose3][master] 4 commits: Use secure URI in Homepage f

    From =?UTF-8?B?U3TDqXBoYW5lIEdsb25kdSAoQ@21:1/5 to All on Sun Aug 13 12:00:02 2023
    Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dose3


    Commits:
    03f2bfa9 by Debian Janitor at 2022-11-14T21:43:45+00:00
    Use secure URI in Homepage field.

    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

    - - - - -
    11e6f73f by Debian Janitor at 2022-11-14T21:43:58+00:00
    Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

    - - - - -
    6b40eaa1 by Debian Janitor at 2022-11-14T21:43:59+00:00
    Update standards version to 4.6.1, no changes needed.

    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

    - - - - -
    5b2559bc by Stéphane Glondu at 2023-08-13T09:38:34+00:00
    Merge branch 'lintian-fixes' into 'master'

    Fix some issues reported by lintian

    See merge request ocaml-team/dose3!3
    - - - - -


    2 changed files:

    - debian/control
    - + debian/upstream/metadata


    Changes:

    =====================================
    debian/control
    =====================================
    @@ -29,8 +29,8 @@ Build-Depends-Indep: graphviz <!nodoc>,
    ocaml-odoc <!nodoc>,
    texlive-latex-base <!nodoc>,
    texlive-latex-extra <!nodoc>
    -Standards-Version: 4.6.0
    -Homepage: http://www.mancoosi.org/software/
    +Standards-Version: 4.6.1
    +Homepage: https://www.mancoosi.org/software/
    Vcs-Browser: https://salsa.debian.org/ocaml-team/dose3
    Vcs-Git: https://salsa.debian.org/ocaml-team/dose3.git
    Rules-Requires-Root: no


    =====================================
    debian/upstream/metadata
    =====================================
    @@ -0,0 +1,4 @@
    +---
    +Bug-Database: https://gitlab.com/irill/dose3/-/issues
    +Bug-Submit: https://gitlab.com/irill/dose3/-/issues/new
    +Repository-Browse: https://gitlab.com/irill/dose3



    View it on GitLab: https://salsa.debian.org/ocaml-team/dose3/-/compare/66dd6d4bf7dbe675c57e6edda4b21be281d226cb...5b2559bc34cf31653d518db1c29b54c3c22e9473

    --
    View it on GitLab: https://salsa.debian.org/ocaml-team/dose3/-/compare/66dd6d4bf7dbe675c57e6edda4b21be281d226cb...5b2559bc34cf31653d518db1c29b54c3c22e9473
    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, "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: 0.875rem;
    }
    body {
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    }
    body {
    font-family: var(--default-regular-font, -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,0.01) 0 0 1px; font-family: var(--default-regular-font, -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 master at <a href="https://salsa.debian.org/ocaml-team/dose3">Debian OCaml Maintainers / dose3</a>
    </h3>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    Commits:
    </h4>


    <strong style="font-weight: bold;"><a href="https://salsa.debian.org/ocaml-team/dose3/-/commit/03f2bfa9254cd38ad763ea3b34f8b782c3a5e915">03f2bfa9</a></strong>
    <div>
    <span> by Debian Janitor </span> <i> at 2022-11-14T21:43:45+00:00 </i>
    </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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;'>Use secure URI in Homepage field.

    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html </pre>
    </li>

    <strong style="font-weight: bold;"><a href="https://salsa.debian.org/ocaml-team/dose3/-/commit/11e6f73f36d36d46d7a51d36c2bc43d88b6fdb8a">11e6f73f</a></strong>
    <div>
    <span> by Debian Janitor </span> <i> at 2022-11-14T21:43:58+00:00 </i>
    </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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;'>Set upstream metadata fields: Bug-Database, Bug-Submit,
    Repository-Browse.

    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
    </pre>
    </li>

    <strong style="font-weight: bold;"><a href="https://salsa.debian.org/ocaml-team/dose3/-/commit/6b40eaa1319b05f202b281bfb641c421a8da6c66">6b40eaa1</a></strong>
    <div>
    <span> by Debian Janitor </span> <i> at 2022-11-14T21:43:59+00:00 </i>
    </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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 standards version to 4.6.1, no changes needed.

    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html </pre>
    </li>

    <strong style="font-weight: bold;"><a href="https://salsa.debian.org/ocaml-team/dose3/-/commit/5b2559bc34cf31653d518db1c29b54c3c22e9473">5b2559bc</a></strong>
    <div>
    <span> by St&#233;phane Glondu </span> <i> at 2023-08-13T09:38:34+00:00 </i> </div>
    <pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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;'>Merge branch 'lintian-fixes' into 'master'

    Fix some issues reported by lintian

    See merge request ocaml-team/dose3!3</pre>
    </li>
    </ul>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    2 changed files:
    </h4>

    <li class="file-stats">
    <a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
    debian/control

    </li>
    <li class="file-stats">
    <a href="#f5606a935d95a2f20059a7ac1136f47b2edadbf6">
    <span class="new-file">
    +
    debian/upstream/metadata
    </span>

    </li>
    </ul>
    <h4 style="margin-top: 10px; margin-bottom: 10px;">
    Changes:
    </h4>
    <li id="58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
    <a href="https://salsa.debian.org/ocaml-team/dose3/-/compare/66dd6d4bf7dbe675c57e6edda4b21be281d226cb...5b2559bc34cf31653d518db1c29b54c3c22e9473#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2"><strong style="font-weight: bold;">debian/control</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="#fff" width="100%" cellpadding="0" cellspacing="0">
    <tr class="line_holder match" style="line-height: 1.6;">
    <td class="diff-line-num unfold js-unfold old_line" data-linenumber="29" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">..
    .</td>
    <td class="diff-line-num unfold js-unfold new_line" data-linenumber="29" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">..
    .</td>
    <td class="line_content match" style="color: rgba(31,30,36,0.24); padding: inherit;" bgcolor="#fbfafd">@@ -29,8 +29,8 @@ Build-Depends-Indep: graphviz &lt;!nodoc&gt;,</td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="29" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    29
    </td>
    <td class="new_line diff-line-num" data-linenumber="29" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    29
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC29" class="line" lang="mosel">
    <span class="n" style="color: #333;">ocaml</span><span class="p">-</span><span class="n" style="color: #333;">odoc</span> <span class="p">&lt;</span><span class="c1" style="color: #998; font-style: italic;">!nodoc&gt;,</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="30" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    30
    </td>
    <td class="new_line diff-line-num" data-linenumber="30" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    30
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC30" class="line" lang="mosel">
    <span class="n" style="color: #333;">texlive</span><span class="p">-</span><span class="n" style="color: #333;">latex</span><span class="p">-</span><span class="n" style="color: #333;">base</span> <span class="p">&lt;</span><span class="c1" style="
    color: #998; font-style: italic;">!nodoc&gt;,</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="31" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    31
    </td>
    <td class="new_line diff-line-num" data-linenumber="31" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    31
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC31" class="line" lang="mosel">
    <span class="n" style="color: #333;">texlive</span><span class="p">-</span><span class="n" style="color: #333;">latex</span><span class="p">-</span><span class="n" style="color: #333;">extra</span> <span class="p">&lt;</span><span class="c1" style="
    color: #998; font-style: italic;">!nodoc&gt;</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder old" style="line-height: 1.6;">
    <td class="old_line diff-line-num old" data-linenumber="32" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
    32
    </td>
    <td class="new_line diff-line-num old" data-linenumber="32" style="width: 35px; color: rgba(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC32" class="line" lang="
    mosel"><span class="n" style="color: #333;">Standards</span><span class="p">-</span><span class="k" style="font-weight: 600;">Version</span><span class="p">:</span> <span class="m" style="color: #099;">4.6.<span class="idiff left right deletion" style="
    background-color: #fac5cd;">0</span></span></span>
    </pre></td>
    </tr>
    <tr class="line_holder old" style="line-height: 1.6;">
    <td class="old_line diff-line-num old" data-linenumber="33" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">
    33
    </td>
    <td class="new_line diff-line-num old" data-linenumber="32" style="width: 35px; color: rgba(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC33" class="line" lang="
    mosel"><span class="n" style="color: #333;">Homepage</span><span class="p">:</span> <span class="n" style="color: #333;">http</span><span class="p">://</span><span class="n" style="color: #333;">www</span><span class="p">.</span><span class="n" style="
    color: #333;">mancoosi</span><span class="p">.</span><span class="n" style="color: #333;">org</span><span class="p">/</span><span class="n" style="color: #333;">software</span><span class="p">/</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="34" style="width: 35px; color: rgba(31,30,36,0.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="32" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    32
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC32" class="line" lang="
    mosel"><span class="n" style="color: #333;">Standards</span><span class="p">-</span><span class="k" style="font-weight: 600;">Version</span><span class="p">:</span> <span class="m" style="color: #099;">4.6.<span class="idiff left right addition" style="
    background-color: #c7f0d2;">1</span></span></span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="34" style="width: 35px; color: rgba(31,30,36,0.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="33" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">
    33
    </td>
    <td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC33" class="line" lang="
    mosel"><span class="n" style="color: #333;">Homepage</span><span class="p">:</span> <span class="n" style="color: #333;">http<span class="idiff left right addition" style="background-color: #c7f0d2;">s</span></span><span class="p">://</span><span class="
    n" style="color: #333;">www</span><span class="p">.</span><span class="n" style="color: #333;">mancoosi</span><span class="p">.</span><span class="n" style="color: #333;">org</span><span class="p">/</span><span class="n" style="color: #333;">software</
    span><span class="p">/</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="34" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    34
    </td>
    <td class="new_line diff-line-num" data-linenumber="34" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    34
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC34" class="line" lang="mosel"><span class="n"
    style="color: #333;">Vcs</span><span class="p">-</span><span class="n" style="color: #333;">Browser</span><span class="p">:</span> <span class="n" style="color: #333;">https</span><span class="p">://</span><span class="n" style="color: #333;">salsa</span>
    <span class="p">.</span><span class="n" style="color: #333;">debian</span><span class="p">.</span><span class="n" style="color: #333;">org</span><span class="p">/</span><span class="n" style="color: #333;">ocaml</span><span class="p">-</span><span class="
    n" style="color: #333;">team</span><span class="p">/</span><span class="n" style="color: #333;">dose3</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="35" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    35
    </td>
    <td class="new_line diff-line-num" data-linenumber="35" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    35
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC35" class="line" lang="mosel"><span class="n"
    style="color: #333;">Vcs</span><span class="p">-</span><span class="n" style="color: #333;">Git</span><span class="p">:</span> <span class="n" style="color: #333;">https</span><span class="p">://</span><span class="n" style="color: #333;">salsa</span><
    span class="p">.</span><span class="n" style="color: #333;">debian</span><span class="p">.</span><span class="n" style="color: #333;">org</span><span class="p">/</span><span class="n" style="color: #333;">ocaml</span><span class="p">-</span><span class="
    n" style="color: #333;">team</span><span class="p">/</span><span class="n" style="color: #333;">dose3</span><span class="p">.</span><span class="n" style="color: #333;">git</span></span>
    </pre></td>
    </tr>
    <tr class="line_holder" style="line-height: 1.6;">
    <td class="old_line diff-line-num" data-linenumber="36" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    36
    </td>
    <td class="new_line diff-line-num" data-linenumber="36" style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd">
    36
    </td>
    <td class="line_content" style="padding: inherit;"><pre style='display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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="LC36" class="line" lang="mosel"><span class="n"
    style="color: #333;">Rules</span><span class="p">-</span><span class="n" style="color: #333;">Requires</span><span class="p">-</span><span class="n" style="color: #333;">Root</span><span class="p">:</span> <span class="n" style="color: #333;">no</span></
    span>
    </pre></td>
    </tr>

    </table>

    </li>
    <li id="f5606a935d95a2f20059a7ac1136f47b2edadbf6">
    <a href="https://salsa.debian.org/ocaml-team/dose3/-/compare/66dd6d4bf7dbe675c57e6edda4b21be281d226cb...5b2559bc34cf31653d518db1c29b54c3c22e9473#f5606a935d95a2f20059a7ac1136f47b2edadbf6"><strong style="font-weight: bold;">debian/upstream/metadata</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="#fff" 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="0" style="width: 35px; color: rgba(31,30,36,0.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(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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">---</span>
    </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="0" style="width: 35px; color: rgba(31,30,36,0.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(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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">Bug-Database: https://gitlab.com/irill/dose3/-/issues</span> </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="0" style="width: 35px; color: rgba(31,30,36,0.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(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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">Bug-Submit: https://gitlab.com/irill/dose3/-/issues/new</span> </pre></td>
    </tr>
    <tr class="line_holder new" style="line-height: 1.6;">
    <td class="old_line diff-line-num new" data-linenumber="0" style="width: 35px; color: rgba(31,30,36,0.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(31,30,36,0.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: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "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">Repository-Browse: https://gitlab.com/irill/dose3</span></pre></td> </tr>

    </table>

    </li>

    </div>
    <div class="footer" style="margin-top: 10px;">
    <p style="font-size: small; color: #737278;">
    &#8212;

    <a href="https://salsa.debian.org/ocaml-team/dose3/-/compare/66dd6d4bf7dbe675c57e6edda4b21be281d226cb...5b2559bc34cf31653d518db1c29b54c3c22e9473">View it on GitLab</a>.

    You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer"
    class="mng-notif-link">Manage all notifications</a> &#183; <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>




    </div>
    </body>
    </html>

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