Changelog
lintian4python (0.21) experimental; urgency=low
* checks/python/depends:
+ Check for pythonX.Y-* package names in Conflicts, Replaces and Provides
for X.Y << 2.3, too.
* checks/python/documentation:
+ Don't use given/when statements. This feature is deemed experimental as
of Perl 5.18.
* checks/python/code-analysis:
+ Use Lintian::Util::locate_helper_tool().
* checks/python/pyflakes:
+ Reduce pyflakes-redefined-in-list-comp certainty to wild-guess (see bug
#700565).
+ Use Lintian::Util::locate_helper_tool().
* checks/*:
+ Use Lintian::Contrib::Python instead of Lintian::Python.
* data/python*-projects:
+ Update.
* debian/control:
+ Update lintian dependency (2.5.13).
+ Capitalize “Lintian” in the package description.
* debian/rules:
+ Update to follow the changes in the frontend.
+ Install to /usr/share/lintian/.
+ Don't use dh_testdir; instead, use makefile rules to ensure that
debian/rules can be only run in the correct directory.
* frontend/*:
+ Remove, no longer used.
* helpers/python/code-analysis:
+ Rename from helpers/code-analysis.
+ Use the LINTIAN_INCLUDE_DIRS environment variable (rather than
LINTIAN4PYTHON_ROOT).
* helpers/python/pyflakes:
+ Rename from helpers/pyflakes.
* lib/Lintian/Contrib/Python.pm:
+ Rename from lib/Lintian/Python.pm.
* lintian4py*:
+ Don't set LINTIAN4PYTHON_ROOT environment variable, and don't pass
--include-dir unless the script is run from a local directory.
+ Don't hardcode vendor name.
* tests/pyflakes:
+ Update.
-- Jakub Wilk <email address hidden> Thu, 30 May 2013 17:19:55 +0200