Changelog
lintian4python (0.16) experimental; urgency=low
* Summary of tag changes:
+ Added:
- insufficient-build-dependency-on-python-helper
- missing-build-dependency-on-python-helper
- missing-versioned-build-dependency-on-python-helper
* checks/python/code-analysis:
+ Don't emit obsolete-pil-import for packages built from the
python-imaging source package.
* checks/python/helpers:
+ Check for insufficient or missing build-dependency on python for
packages using dh_python2.
* data/dh-python2-options:
+ New data file that lists new dh_python2 options with versions in which
they were introduced.
* data/python*-projects:
+ Refresh.
* data/python*-sys.path-additions:
+ Refresh.
* lib/Lintian/Python.pm:
+ Add function python_alt_dep to generate (possibly versioned) dependency
on python(3), with alternative for other packages that are guaranteed to
transitively depend on python(3).
* private/refresh-sys.path-additions:
+ Ignore addition of the PIL directory to sys.path. Future versions for
PIL won't add this directory, and packages shouldn't rely on it.
* tests/*:
+ New tests.
-- Jakub Wilk <email address hidden> Mon, 11 Mar 2013 22:13:29 +0100