dh-virtualenv
dh-virtualenv copied to clipboard
Activate script is broken
For the moment, the current regex only changes the shebang of binaries installed in the venv (e.g. $VENV/bin/whatever). The Activate script is not modified, so the $PATH set is wrong : the target is the one during the build.
see https://github.com/spotify/dh-virtualenv/blob/master/lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm#L166
+1 It should update the value of the VIRTUAL_ENV variable in the activate script.