[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new dpkg packages up for testing



At Mon, 19 Apr 2004 16:45:07 +0200,
> This is patch I used for dpkg-shlibdeps, can perhaps somebody confirm
> whether it's the right one?

It will do the trick, but it's definitely not the best fix imaginable.
I forgot what the best fix within the limitations of the current
system was, though. ;)

> @@ -146,7 +152,7 @@
>             if ( -f "$dir/$_/DEBIAN/shlibs" ) {
>                 push(@curshlibs, "$dir/$_/DEBIAN/shlibs");
>                 next;
> -           } elsif ( $_ !~ /^\./ && -d "$dir/$_" && ! -l "$dir/$_" ) {
> +           } elsif ( $_ !~ /^\./ && -d "$dir/$_" ) {
>                 &searchdir("$dir/$_");
>             }

What does this part do, suppress the superfluous warnings?

Thanks,
Marcus



Reply to: