Lintian Checker Implementation¶
Lintian checker implementation
- exception dput.hooks.lintian.LintianHookException¶
- dput.hooks.lintian.lintian(changes, profile, interface)¶
The
lintian
checker is a stock dput checker that checks packages intended for upload for common mistakes, using the static checking tool, lintian <http://lintian.debian.org/>.Profile key:
lintian
Example profile:
{ "run_lintian": true "lintian": { } }
No keys are current supported, but there are plans to set custom ignore lists, etc.