Changelog
lintian4python (0.2) experimental; urgency=low
* data/python/projects*:
+ Refresh.
* checks/*:
+ Port to lintian 2.5.7 API.
* checks/bytecompilation:
+ Fix incorrect extra information for missing dependency on python-support
(update-python-modules).
+ Fix false-positive missing-dependency-on-byte-compilation-helper,
implying that python-support should depend on itself.
+ Fix false-positive python-module-not-byte-compiled when a package was
using update-python-modules with -p/--post-install.
* checks/egg-info:
+ Strip +nmuN suffix when comparing upstream version with egg-info
version.
* checks/helpers:
+ Fix description of xb-python-version-is-deprecated.
* checks/imports:
+ Fix false-positive missing-dependency-for-import when a package uses
pkg_resources and depends on python-setuptools (but not
directly on python-pkg-resources).
+ Check also Python 3 code.
* checks/pyflakes:
+ Downgrade severity of pyflakes-undefined-export to normal (from
important).
* checks/scripts:
+ Fix false-positive versioned-python-shebang for pythonX.Y-* packages.
* debian/control:
+ Update lintian dependency (2.5.7, 2.5.8).
+ Add ${perl:Depends} to Depends.
* debian/rules:
+ Install vendors/ instead of data/.
+ Run dh_perl.
* debian/*.lintian-overrides:
+ Update.
* tests:
+ Add a test suite.
* vendors/:
+ New directory, replacing data/.
-- Jakub Wilk <email address hidden> Tue, 22 May 2012 21:33:04 +0200