Source: openldap
Version: 2.4.49+dfsg-3
Severity: minor
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

openldap recently gained a build dependency on libsodium-dev. It turns
out that it is only needed for a slapd module, so it can be disabled
with the pkg.openldap.noslapd build profile. Doing so reduces the amount
of packages required for a cross bootstrap. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru openldap-2.4.49+dfsg/debian/changelog 
openldap-2.4.49+dfsg/debian/changelog
--- openldap-2.4.49+dfsg/debian/changelog       2020-04-04 19:43:56.000000000 
+0200
+++ openldap-2.4.49+dfsg/debian/changelog       2020-04-05 15:18:24.000000000 
+0200
@@ -1,3 +1,11 @@
+openldap (2.4.49+dfsg-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Annotate libsodium-dev dependency with <!pkg.openldap.noslapd>.
+    (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 05 Apr 2020 15:18:24 +0200
+
 openldap (2.4.49+dfsg-3) unstable; urgency=medium
 
   * Drop patch no-AM_INIT_AUTOMAKE. Instead, configure dh_autoreconf to skip
diff --minimal -Nru openldap-2.4.49+dfsg/debian/control 
openldap-2.4.49+dfsg/debian/control
--- openldap-2.4.49+dfsg/debian/control 2020-04-04 19:43:56.000000000 +0200
+++ openldap-2.4.49+dfsg/debian/control 2020-04-05 15:18:24.000000000 +0200
@@ -14,7 +14,7 @@
                libltdl-dev <!pkg.openldap.noslapd>,
                libperl-dev (>= 5.8.0) <!pkg.openldap.noslapd>,
                libsasl2-dev,
-               libsodium-dev,
+               libsodium-dev <!pkg.openldap.noslapd>,
                libwrap0-dev <!pkg.openldap.noslapd>,
                nettle-dev <!pkg.openldap.noslapd>,
                perl:any,

Reply via email to