Adam D. Barratt wrote: > And in fact, running lintian by hand on bellini (lintian.d.o): > > $ LINTIAN_ROOT=/srv/lintian.debian.org/root/ > /srv/lintian.debian.org/root/frontend/lintian -I -E --show-overrides > /srv/ftp.debian.org/ftp/pool/main/g/gnash/gnash-common_0.8.8-5_i386.deb X: > gnash-common: shlib-calls-exit usr/lib/gnash/libgnashbase-0.8.8.so X: > gnash-common: shlib-calls-exit usr/lib/gnash/libgnashcore-0.8.8.so X: > gnash-common: shlib-calls-exit usr/lib/gnash/libgnashmedia-0.8.8.so X: > gnash-common: shlib-calls-exit usr/lib/gnash/libgnashnet-0.8.8.so X: > gnash-common: shlib-calls-exit usr/lib/gnash/libgnashsound-0.8.8.so >
After much digging and head scratching: diff --git a/gnash-common/file-info b/gnash-common-ldo/file-info index cb29d89..e544e73 100644 --- a/gnash-common/file-info +++ b/gnash-common-ldo/file-info @@ -1,9 +1,9 @@ -./^@ directory -./usr/^@ directory -./usr/bin/^@ directory +./^@ setgid directory +./usr/^@ setgid directory +./usr/bin/^@ setgid directory And after wtfing for a while as to why the dirs were setgid: $ stat -c %A /org/lintian.debian.org/ drwxrwsr-x Cheers, -- Raphael Geissert - Debian Developer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

