Bug#955993: annotate Build-Depends: libsodium-dev with <!pkg.openldap.noslapd>
Helmut Grohne
helmut at subdivi.de
Sun Apr 5 14:58:18 BST 2020
Source: openldap
Version: 2.4.49+dfsg-3
Severity: minor
Tags: patch
User: helmutg at 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
-------------- next part --------------
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 <helmut at 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,
More information about the Pkg-openldap-devel
mailing list