Changelog
lintian4python (0.8) experimental; urgency=low
* Summary of tag changes:
+ misssing-dependency-for-sys.path-addition
* data/python/projects*:
+ Refresh.
* data/python/sys.path-additions{,-py3k}:
+ New data files with lists of packages that add extra entries to sys.path
via .pth files.
* checks/depends:
+ Add "use strict; use warnings;". Thanks to Niels Thykier for the bug
report.
* checks/package-name:
+ Take extra entries to sys.path that could be added via .pth files into
account.
+ Tighten a regex.
* checks/pth:
+ Check for missing dependency on a package that provides a sys.path
addition, which is needed for the shipped modules to be importable.
* private/refresh-python-projects:
+ Use http.debian.net as the default mirror.
* private/refresh-sys.path-additions
+ New script to update data/python/sys.path-additions*.
* tests/*.tdesc:
+ New tests.
-- Jakub Wilk <email address hidden> Wed, 11 Jul 2012 22:40:30 +0200