Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-21 Thread Joey Hess
Niko Tyni wrote: > On Sat, Jan 19, 2008 at 01:07:48PM -0500, Joey Hess wrote: > > > I'm pretty sure that anything in > > /usr/lib/debug/{lib,lib64,usr,bin,sbin,opt,dev}/ is going to be > > separated debug symbols, and it could just ignore those directories and > > process the rest. > > Hm, counte

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-21 Thread Niko Tyni
On Sat, Jan 19, 2008 at 01:07:48PM -0500, Joey Hess wrote: > I'm pretty sure that anything in > /usr/lib/debug/{lib,lib64,usr,bin,sbin,opt,dev}/ is going to be > separated debug symbols, and it could just ignore those directories and > process the rest. Hm, counterexample: libqof1-dbg. But maybe

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-19 Thread Joey Hess
Niko Tyni wrote: > On Thu, Jan 17, 2008 at 04:53:18PM -0500, Joey Hess wrote: > > > If dpkg-shlibdeps didn't print that message at all and silently skipped > > separated debug symbol files, I'd be inclined to make dh_shlibdeps > > not exclude anything in usr/lib/debug. If the message is intentiona

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-19 Thread Niko Tyni
On Thu, Jan 17, 2008 at 04:53:18PM -0500, Joey Hess wrote: > If dpkg-shlibdeps didn't print that message at all and silently skipped > separated debug symbol files, I'd be inclined to make dh_shlibdeps > not exclude anything in usr/lib/debug. If the message is intentional or > cannot be gotten rid

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-17 Thread Raphael Hertzog
On Thu, 17 Jan 2008, Joey Hess wrote: > I'm unsure about older versions of dpkg-shlibdeps. The current, insanely > smart version, doesn't get too upset when run on split debugging symbol > files: > > [EMAIL PROTECTED]:~package/aalib>dpkg-shlibdeps > /usr/lib/debug/usr/lib/libaa.so.1.0.4 > objdump

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-17 Thread Joey Hess
Niko Tyni wrote: > dh_shlibdeps doesn't work on -dbg packages containing "real" unstripped > libraries in usr/lib/debug. This path is pruned from the search, > apparently to skip scanning split debugging symbols (see #215670). > > This looks like incorrect behaviour to me; policy 8.6 says to run >

Bug#461339: dh_shlibdeps silently skips /usr/lib/debug

2008-01-17 Thread Niko Tyni
Package: debhelper Version: 6.0.2 As noted in http://lists.debian.org/debian-devel/2008/01/msg00618.html dh_shlibdeps doesn't work on -dbg packages containing "real" unstripped libraries in usr/lib/debug. This path is pruned from the search, apparently to skip scanning split debugging symbols (