[lintian] 01/01: Detect "core" as an overly-generic module name. Thanks to Andreas Beckmann for the report. (Closes: #891027)
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository lintian.
commit 74a4d754fe8a8b0c5ea8d0e0fe4086740ce60925
Author: Chris Lamb <lamby@debian.org>
Date: Wed Feb 21 16:47:11 2018 +0000
Detect "core" as an overly-generic module name. Thanks to Andreas Beckmann for the report. (Closes: #891027)
---
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 62332af..0e2141a 100644
--- a/data/files/python-generic-modules
+++ b/data/files/python-generic-modules
@@ -1,6 +1,7 @@
# Regular expressions (/i) of overly-generic Python module names.
backports?
+core
docs?
site
tests?
diff --git a/debian/changelog b/debian/changelog
index 383fe46..8fdeb44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,10 @@ lintian (2.5.76) UNRELEASED; urgency=medium
+ [CL] Drop all the overrides for Lintian titself now that we use the
<!nocheck> build profile for the previously-spurious warnings.
+ * data/files/python-generic-modules:
+ + [CL] Detect "core" as an overly-generic module name. Thanks to
+ Andreas Beckmann for the report. (Closes: #891027)
+
* lib/Lintian/Util.pm:
+ [CL] Factor out the regex that matches "repacked" tarballs based on
their filename.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: