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

Re: new dpkg packages up for testing



On Mon, Apr 19, 2004 at 04:59:11PM +0200, Marcus Brinkmann wrote:
> 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. ;)

Yeah, I looked through the archives again and it seems there were
various ideas how to solve this floating around. Notably, somebody
mentioned a version on alpha.gnu.org/[...]/contrib/jbailey, is that one
available somewhere?

I'd be happy to include a better patch, of course.

> > @@ -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?

Dunno really, I extracted that from

http://lists.debian.org/debian-hurd-0401/msg00053.html

Anybody?


Michael

-- 
Michael Banck
Debian Developer
mbanck@debian.org
http://www.advogato.org/person/mbanck/diary.html



Reply to: