diff options
Diffstat (limited to 'logparse/debian.rules')
-rw-r--r-- | logparse/debian.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logparse/debian.rules b/logparse/debian.rules index dc521871..713ad894 100644 --- a/logparse/debian.rules +++ b/logparse/debian.rules @@ -9,6 +9,11 @@ error /(?i)^error / warning /[Ww]arning/ warning /WARNING/ +# catch lintian warnings and errors +warning /^W: / +warning /^E: / + + # create a quick access link to lines in the report containing 'INFO' info /INFO/ |