so, i decided to insert the required patches into apt-mirror.

this goes a little against my instincts as the package maintainer “should” fix it. so i wrote the tasks as little bits of sed scripts that target specific lines with a very pointed find and replace

this way, if the package maintainer leaves it broken, ansible will fix it… if it is fixed (by either my find and replace or the package maintainer doing their thing) then my find and replace will fail to find

i am tempted to also put it behind a variable flag to deactivate it.. maybe later if it causes trouble.

so, yeah