On 2013-05-18 13:29, Niels Thykier wrote: > Package: lintian Version: 2.5.12 Severity: important > > Found this little gem on lintian.d.o: > > """ [...] """ > > Have not had time to debug it yet. > > ~Niels > >
It appears to be triggered by these entries: """ ?package(wmaker):needs="wmaker" \ section="/" title="Run..." \ command="SHEXEC \"%A(Run,Type Command:)\"" ?package(wmaker):needs="wmaker" \ section="/" title="Exit" sort="ZZ" \ command="EXIT" ?package(wmaker):needs="wmaker" \ section="/" title="Exit session" sort="ZZ" \ command="SHUTDOWN" """ With section "/", $rootsec and $sect in the following line appears to become undef. my ($rootsec, $sect) = split m:/:, $section, 2; Yummy... ~Niels -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org