>From PkgVersion.pm:
### binary package finding
sub find_debfile {
my $self = shift;
my ($path, $fn);
foreach $path (@{$self->{_debpaths}}, "$basepath/fink/debs") {
$fn = $path."/".$self->{_debname};
if (-f $fn) {
return $fn;
}
}
return undef;
}
So... in addition to
Check out my tiny fink-utility in the experimental tree. Send me
suggestions/love-mail/hate-mail, etc.
BTW, would someone explain to me what the "/sw/fink/debs" is for? Is it
just a convenient place to refer to all the debs, or is it really used
by fink? (Mine is continually mixed up because