Source: sysvinit Version: 2.96-5 Tags: patch User: helm...@debian.org Usertags: rebootstrap
sysvinit links -lcrypt. This library got recently split out of libc6-dev. It still carries a transitional dependency, but for bootstrapping we have to disable the dependency. Thus when building sysvinit, it lacks -lcrypt. Please depend on libcrypt-dev explicitly to enure that it always is there. Helmut
diff --minimal -Nru sysvinit-2.96/debian/changelog sysvinit-2.96/debian/changelog --- sysvinit-2.96/debian/changelog 2020-09-10 17:37:30.000000000 +0200 +++ sysvinit-2.96/debian/changelog 2020-10-16 06:38:37.000000000 +0200 @@ -1,3 +1,10 @@ +sysvinit (2.96-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build-Depend on libcrypt-dev explicitly. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Fri, 16 Oct 2020 06:38:37 +0200 + sysvinit (2.96-5) unstable; urgency=low * Team upload. diff --minimal -Nru sysvinit-2.96/debian/control sysvinit-2.96/debian/control --- sysvinit-2.96/debian/control 2020-09-10 17:36:17.000000000 +0200 +++ sysvinit-2.96/debian/control 2020-10-16 06:38:34.000000000 +0200 @@ -9,6 +9,7 @@ Vincenzo (KatolaZ) Nicosia <kato...@freaknet.org>, Build-Depends: debhelper-compat (= 12), + libcrypt-dev, libselinux1-dev [linux-any], po-debconf, Rules-Requires-Root: no