Bug#1024646: systemd: explicitly build depend on libcrypt-dev
Helmut Grohne
helmut at subdivi.de
Tue Nov 22 16:47:49 GMT 2022
Source: systemd
Version: 252.1-1
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
In order to facilitate architecture bootstrap, we need to move
libcrypt-dev out of build-essential thus breaking dependency cycles.
Since systemd uses it, it should depend on it explicitly. I'm attaching
a patch for your convenience.
Helmut
-------------- next part --------------
diff --minimal -Nru systemd-252.1/debian/changelog systemd-252.1/debian/changelog
--- systemd-252.1/debian/changelog 2022-11-08 15:23:22.000000000 +0100
+++ systemd-252.1/debian/changelog 2022-11-22 17:43:32.000000000 +0100
@@ -1,3 +1,10 @@
+systemd (252.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Explicitly B-D on libcrypt-dev. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Tue, 22 Nov 2022 17:43:32 +0100
+
systemd (252.1-1) unstable; urgency=medium
* d/watch: switch back to stable repository
diff --minimal -Nru systemd-252.1/debian/control systemd-252.1/debian/control
--- systemd-252.1/debian/control 2022-11-08 15:23:22.000000000 +0100
+++ systemd-252.1/debian/control 2022-11-22 17:43:23.000000000 +0100
@@ -27,6 +27,7 @@
gperf,
gnu-efi [amd64 i386 arm64 armhf riscv64],
libcap-dev,
+ libcrypt-dev,
libpam0g-dev,
libapparmor-dev (>= 2.13) <!stage1>,
libidn2-dev <!stage1>,
More information about the Pkg-systemd-maintainers
mailing list