On Fri, Feb 25, 2000 at 12:27:26AM -0800, Chris Waters wrote: > If we need an excuse, here's a simple one: policy requires that you > have a bug report on file if you use undocumented(7), but lintian > can't check this. (Not easily, anyway.)
Alternatively, since for lintian all we want is a heuristic, an approach like this might work: precondition for testing package named $pkgname: cd $tmparea rm -rf bugs.debian.org undocumented wget -r -l1 bugs.debian.org/$pkgname find bugs.debian.org -type f | xargs cat >undocumented test for binary file $binary: grep -qi "\\<$binary\\>" $tmparea/undocumented Note that this defaults to always generating a warning if there's no network conection. -- Raul