Kunal Mehta
Kunal Mehta
Pushed to production
@ryuusama09: What operating system are you using? You'll need to install `make` and docker/podman at a minimum to make the development environment work. > also , I cannot find the...
maturin is now in unstable \o/ https://packages.debian.org/unstable/python3-maturin There are two dependency issues though :/ needs glibc 2.34 (focal has 2.31) and needs python-tomli, and that only shipped in jammy (per...
Currently we only try to decrypt messages sent by trusted journalists, so we can reasonably assume they aren't malicious. I'm not going to mark this as a release blocker, but...
@zenmonkeykstop notes that we could do testing with vanilla bookworm and set up CI (against `debian:bookworm`) ahead of time.
``` root@0d88f5c0a80b:/# apt install ./sq_0.24.0-4+b1_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'sq' instead of './sq_0.24.0-4+b1_amd64.deb' Some packages could not be installed. This may...
To clarify, there is no actual problem caused by this, it's just messy and an unintentional consequence of having the postinst generate the `__pycache__` folders.
Looking at what dh-python does, we need a prerm script that runs py3clean; see https://salsa.debian.org/python-team/tools/dh-python/-/blob/master/autoscripts/prerm-py3clean So the flow ends up being: * first install triggers postinst - runs py3compile to...
[Backlog pruning, 5/15] Removing this from 2.6.0, it's not important enough.
It seems like we should just catch and suppress the GpgKeyNotFoundError error since during deletion, that's what we want...?