Since @U039b mentioned testing went OK with the staged Python packages, my initial instinct was to copy them all to the debian-12 PPA. Checking the python3-ahocorasick-doc package (that's been created automatically by the packaging helpers), I spotted it's actually empty. I'm not sure whether it makes sense to try and have the docs built and shipped properly… especially if that -doc package isn't actually useful in the PTS environment.
It would probably make sense to remove it from debian/control (and from other files as needed), and to drop the binary from the debian-12 PPA.
Since @U039b mentioned testing went OK with the staged Python packages, my initial instinct was to copy them all to the
debian-12PPA. Checking thepython3-ahocorasick-docpackage (that's been created automatically by the packaging helpers), I spotted it's actually empty. I'm not sure whether it makes sense to try and have the docs built and shipped properly… especially if that -doc package isn't actually useful in the PTS environment.It would probably make sense to remove it from
debian/control(and from other files as needed), and to drop the binary from thedebian-12PPA.