On Thu, Oct 29, 2020 at 10:42 PM Lajos Veres wrote: > Interestingly when I try to use lintian locally on a temp package, it does > not say anything about the issues listed on the website: > https://lintian.debian.org/sources/misspell-fixer/0.3-1.html
It is possible that the website used a different version of lintian to you. > Can I test my local package somehow? Install the latest version of lintian from unstable and run lintian on the .changes file, which allows it to check the .deb as well as the .dsc. > $ lintian misspell-fixer_0.4-1.dsc --verbose -i --pedantic -o I tend to just call lintian from the source directory rather than passing it any files, this means that lintian will automatically find the right files to check. I also tend to enable the options in the config instead of the command-line: $ cat ~/.lintianrc info=yes display-info=yes display-experimental=yes pedantic=yes show-overrides=yes color=auto verbose=yes -- bye, pabs https://wiki.debian.org/PaulWise