sub check_auto_buildable()

in lib/Debian/Debhelper/Buildsystem/dh_virtualenv.pm [17:20]


sub check_auto_buildable {
        my $this=shift;
        return -e $this->get_sourcepath("setup.py") ? 1 : 0;
}