Source: cyrus-sasl2 Version: 2.1.28+dfsg-9 Tags: patch User: helm...@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 cyrus-sasl2 uses it, it should depend on it explicitly. I'm attaching a patch for your convenience. Helmut
diff --minimal -Nru cyrus-sasl2-2.1.28+dfsg/debian/changelog cyrus-sasl2-2.1.28+dfsg/debian/changelog --- cyrus-sasl2-2.1.28+dfsg/debian/changelog 2022-11-11 12:27:36.000000000 +0100 +++ cyrus-sasl2-2.1.28+dfsg/debian/changelog 2022-11-22 17:48:33.000000000 +0100 @@ -1,3 +1,10 @@ +cyrus-sasl2 (2.1.28+dfsg-9.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Explicitly B-D on libcrypt-dev. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 22 Nov 2022 17:48:33 +0100 + cyrus-sasl2 (2.1.28+dfsg-9) unstable; urgency=medium * d/watch: Scan GitHub release API diff --minimal -Nru cyrus-sasl2-2.1.28+dfsg/debian/control cyrus-sasl2-2.1.28+dfsg/debian/control --- cyrus-sasl2-2.1.28+dfsg/debian/control 2022-11-11 12:27:36.000000000 +0100 +++ cyrus-sasl2-2.1.28+dfsg/debian/control 2022-11-22 17:48:31.000000000 +0100 @@ -15,6 +15,7 @@ heimdal-multidev <!pkg.cyrus-sasl2.nogssapi>, krb5-multidev <!pkg.cyrus-sasl2.nogssapi>, libdb-dev, + libcrypt-dev, libkrb5-dev <!pkg.cyrus-sasl2.nogssapi>, libldap2-dev <!pkg.cyrus-sasl2.noldap>, libpam0g-dev,