in lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm [45:50]
sub get_exec { my $this = shift; my $executable = shift; my $builddir = $this->get_venv_builddir(); return "$builddir/bin/$executable"; }