Changelog
lintian4python (0.17) experimental; urgency=low
* Summary of tag changes:
+ Added:
- dbg-extension-in-non-dbg-package
- search.html-references-non-local-file
- sphinx-static-file-with-jinja2-templates
+ Removed:
- search.html-references-non-local-js-file
- sphinx-js-with-jinja2-templates
* data/python*-projects:
+ Refresh.
* checks/python/documentation:
+ Remove some unused code.
+ Check for non-local CSS files.
+ Check for CSS files with unexpanded Jinja2 templates.
* checks/python/egg-info:
+ When comparing egg-info versions with Debian versions:
- strip various repack suffixes (“debian”, “dfsg”, “ds”, “repack”) in a
consistent way;
- handle X.rcY versions correctly (closes: #703572).
Thanks to Julian Taylor for the bug report.
+ Use common regex from Lintian::Python to select files from dist-packages
and friends.
+ Skip “test” and “tests” subdirectories.
* checks/python/extensions:
+ Check for public dbg extension modules in non-dbg packages.
Thanks to Sebastian Ramacher for the bug report.
* checks/python/{multi-arch,package-name,pth}
+ Use common regex from Lintian::Python to select files from dist-packages
and friends.
* checks/python/pyflakes:
+ Beautify pyflakes-late-future-import output.
* lib/Lintian/Python.pm:
+ Classify modules in /usr/lib/pyshared/python2.X as public.
+ Add regex for selecting files from dist-packages and friends.
* tests/*:
+ New tests.
-- Jakub Wilk <email address hidden> Fri, 22 Mar 2013 22:02:02 +0100