[Debian-med-packaging] Comments regarding virulencefinder_0.0+git20190402.4812325-1_amd64.changes
Andreas Tille
andreas at an3as.eu
Fri Aug 2 22:40:22 BST 2019
Hi Thorsten,
On Fri, Aug 02, 2019 at 09:27:48PM +0000, Thorsten Alteholz wrote:
> I marked the package for accept, but there is a comment from our hardworking trainees:
>
> Hmm, shouldn't this package bytecompile its python script?
I appreciate the work of your hardworking trainiees but the
packaging process generates a postinst in the resulting deb
containing
#!/bin/sh
set -e
# Automatically added by dh_python3:
if which py3compile >/dev/null 2>&1; then
py3compile -p virulencefinder /usr/share/virulencefinder
fi
if which pypy3compile >/dev/null 2>&1; then
pypy3compile -p virulencefinder /usr/share/virulencefinder || true
fi
# End automatically added section
What exactly would be needed to change according to the
trainees?
Kind regards
Andreas.
--
http://fam-tille.de
More information about the Debian-med-packaging
mailing list