<!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;">
Michael Tokarev pushed to branch mjt at <a href="https://salsa.debian.org/openldap-team/openldap">Debian OpenLDAP Maintainers / openldap</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/1972bfc3e20871c7a317c24a87e056f9506ab78e">1972bfc3</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: only do actual work in arch-dependent build

for arch-all libldap-common package, we only need ldap.conf.5
manpage, - there's no need to build everything for it.  Split
dh_auto_build &Co overrides into -arch and -indep parts.

It is possible to reduce arch-indep work further (and drop arch-indep
build deps), but the manpages uses substitutions which would be done
manually in this case:
  RELEASEDATE (ol_release_date from build/version.var)
  LDVERSION (DEB_VERSION, see debian/patches/debian-version)
  ETCDIR (/etc)
This change already makes use of internal way upstream is using to
generate the manpages (using .tmp suffix), but adding even more internal
stuff (even for these 3 vars) seems too much.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/fd000d80be5bd4d23dd4f817848bf947287dec2d">fd000d80</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/control: add myself to Uploaders
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/2c4e25fdb4526d4633ece8bc9100dbe71cdb13f2">2c4e25fd</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: add -Wno-unused-const-variable to CFLAGS

many openldap sources has static const char copyright[] = ".."
and the like, all of which are being reported by the compiler.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/01deaa76244a941ccd69d3351b1960804fb696dc">01deaa76</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: add LC_ALL=C for the build rule

makes build reproducible (fixes order of shell *.o etc)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/271bbe69f36d611f6b44330c869f585bd48345b0">271bbe69</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: add slapdS.c to blhc ignore-line
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/68f265df6a54abe5e06a9b4b4b2fa200f4e0dee0">68f265df</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/libldap-dev.links: stop generating it, dh is pretty much capable to expand variables now
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/9079aeb8ead3a832864057580c10274ca7b90070">9079aeb8</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: fix override_dh_makeshlibs & override_dh_installdeb conditionals

debhelper isn't smart enough to expand make conditionals,
it is especially mentioned in its documentation.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/2e9ff4c0a9897703d1fc4b469be75e7b725179da">2e9ff4c0</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/slapd.preinst: remove stopping of slapd (#989155 in debhelper has been fixed)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/2a63e50fce6fed10ff8210e278ec0e2cf8b695f1">2a63e50f</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:47:27+03: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;'>d/rules: build flags & build tools

move DEB_*_MAINT_* defines up
use future=+lfs maint option for LFS, instead of -D_FILE_OFFSET_BITS
include buildtools.mk to get (cross) build tools (not just CC)
tell dpkg to export build tools
remove explicit export of (cross) CC
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/22e7e1a33d71ba0d3647021c00b6120582ee456f">22e7e1a3</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:54:14+03: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;'>d/rules: simplify noslapd build-profile expressions by using noslapd variable
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/openldap-team/openldap/-/commit/f2a28bc3b50f6f86a5eb0c079913f13889f1a49f">f2a28bc3</a></strong>
<div>
<span> by Michael Tokarev </span> <i> at 2025-01-07T19:54:14+03: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;'>d/rules: export DEB_MAINTAINER only once

small optimization: export DEB_MAINTAINER only once, do
not set it again if it is already present in the environment.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
7 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#f5f51601866c86e59a004bd93fa415f5675be8c5">
<span class="deleted-file">

debian/clean
</span>
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#65ceb73258ced4569da9bec9d4f90fb9a7d52bb0">
debian/libldap-common.install
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#ffb77077063ef6642196803439e42459af12a769">
debian/libldap-dev.links.in

debian/libldap-dev.links
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#1823cfdb97f631de92d185f9a7ef6c1f58bc9147">
debian/not-installed
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#8756c63497c8dc39f7773438edf53b220c773f67">
debian/rules
</a>
</li>
<li class="file-stats">
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f#c02f9a4b201b4b29c06841780f85d343ab626b77">
debian/slapd.preinst
</a>
</li>
</ul>

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

<br>
<a href="https://salsa.debian.org/openldap-team/openldap/-/compare/fda727208aa53dd4842507472a64352dce235500...f2a28bc3b50f6f86a5eb0c079913f13889f1a49f">View it on GitLab</a>.
<br>
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> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



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