Hi,I use openarc at $dayjob and maintain an unofficial package on salsa [1] currently targeting trixie, I could probably help a bit with the maintenance.
Thanks for the repo, I could build it fine on unstable, but building in a trixie chroot needed an explicit build dependency on openssl for tests - all test were giving errors with openssl not found.
diff --git a/debian/control b/debian/control index d35e823..501047c 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: libjansson-dev, libmilter-dev, libssl-dev, + openssl, pkgconf, python3-miltertest, python3-pytest,
Michael [1] https://salsa.debian.org/mjeanson/openarc
OpenPGP_0x8F53E0193B294B75.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

