Bug#977574: lintian: issues about quoted-placeholder-in-mailcap-entry

2020-12-26 Thread Marriott NZ
> Before I knew about the Lintian test I used to look for bad rules with these > simple patterns: > '.*%(s|t|{[^}]*}|n|F)' > ".*%(s|t|{[^}]*}|n|F)" Sorry, bad patterns. I forgot to quote literal braces: '.*%(s|t|\{[^}]*\}|n|F)' ".*%(s|t|\{[^}]*\}|n|F)"

Bug#977574: lintian: issues about quoted-placeholder-in-mailcap-entry

2020-12-16 Thread Marriott NZ
Package: lintian Version: 2.42.0 X-Debbugs-CC: felix.lech...@lease-up.com, atom...@gmail.com Hello, thanks for your work on #33486 (check for unsafe mailcap entries). I want to report a couple of issues: 1) only %s is checked The top message in #33486 refers to "%-expansions", but the test