This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 18a2ee48027d883f3f4c36f7da00f24825b1ec78 Author: Chris Lamb <[email protected]> Date: Sat Jan 27 13:35:10 2018 +1100 data/files/python-generic-modules: Detect "backports" (and "backport") as overly generic Python module names. (Closes: #888559) --- data/files/python-generic-modules | 1 + debian/changelog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/data/files/python-generic-modules b/data/files/python-generic-modules index ae8c5df..62332af 100644 --- a/data/files/python-generic-modules +++ b/data/files/python-generic-modules @@ -1,5 +1,6 @@ # Regular expressions (/i) of overly-generic Python module names. +backports? docs? site tests? diff --git a/debian/changelog b/debian/changelog index 4b02a05..4807a78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ lintian (2.5.73) UNRELEASED; urgency=medium XXX: generate tag summary + * data/files/python-generic-modules: + + [CL] Detect "backports" (and "backport") as overly generic Python + module names. (Closes: #888559) + -- Chris Lamb <[email protected]> Fri, 26 Jan 2018 16:33:51 +1100 lintian (2.5.72) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

