Control: notfixed -1 botan3/3.8.1+dfsg-1 Control: tags -1 patch
... no, it is not. I have been mistakenly looking at Build-Depends. I am going to upload an experimental NMU with the attached changes.
diff -Nru botan3-3.9.0+dfsg/debian/changelog botan3-3.9.0+dfsg/debian/changelog --- botan3-3.9.0+dfsg/debian/changelog 2025-08-20 16:57:51.000000000 +0200 +++ botan3-3.9.0+dfsg/debian/changelog 2025-09-11 17:57:35.000000000 +0200 @@ -1,3 +1,11 @@ +botan3 (3.9.0+dfsg-2.1) experimental; urgency=medium + + * Non-maintainer upload. + * Let libbotan-3-dev depend on the dev packages that are in its pkgconf. + (closes: #1114813) + + -- Bastian Germann <[email protected]> Thu, 11 Sep 2025 17:57:35 +0200 + botan3 (3.9.0+dfsg-2) experimental; urgency=medium * Do not try to disable NEON on armel and armhf, it's not needed anymore. diff -Nru botan3-3.9.0+dfsg/debian/control botan3-3.9.0+dfsg/debian/control --- botan3-3.9.0+dfsg/debian/control 2025-08-16 15:01:29.000000000 +0200 +++ botan3-3.9.0+dfsg/debian/control 2025-09-11 17:57:35.000000000 +0200 @@ -50,7 +50,12 @@ Package: libbotan-3-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libbotan-3-9 (= ${binary:Version}) +Depends: ${misc:Depends}, libbotan-3-9 (= ${binary:Version}), + libbz2-dev, + liblzma-dev, + libsqlite3-dev, + libtspi-dev, + zlib1g-dev, Description: multiplatform crypto library (3.x version) Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and

