sub DEFAULT_BUILD_DIRECTORY()

in lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm [12:15]


sub DEFAULT_BUILD_DIRECTORY {
        my $this=shift;
        return $this->canonpath($this->get_sourcepath("build"));
}