Source: systemd
Version: 252.1-1
Tags: patch
User: [email protected]
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
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 <[email protected]>  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>,

Reply via email to