Package: lintian Version: 2.45.0 Severity: normal Hi,
At some point, "--packages-from-file -" stopped working. Below is the output of --packages-from-file from 2.45.0 and 2.6.0. """ $ lintian --print-version ; echo '../debhelper_12.8_amd64.changes' | lintian -EvIL +pedantic --packages-from-file - 2.45.0 N: Using profile debian/main. N: No packages selected. $ frontend/lintian --print-version ; echo '../debhelper_12.8_amd64.changes' | frontend/lintian -EvIL +pedantic --packages-from-file - 2.6.0 N: Using profile debian/main. N: Setting up lab in /tmp/temp-lintian-lab-K3fvWmB1T5 .. [...] """ It appears that 2.45.0 just says "No packages selected." while 2.6.0 starts processing the package. I suspect (but do not know for certain) that this is related to why lindsay.d.o is not processing any packages at the moment. At least the log file on from lintian.d.o starts with: """ N: Using profile debian/main. N: No packages selected. N: ---start-of-old-lintian-log-file--- N: Processing source package aether-ant-tasks (version 1.0.1-5, arch source) ... """ Thanks, ~Niels