[SCM] Debian package checker branch, master, updated. 2.2.13-15-g98f0b43
The following commit has been merged in the master branch:
commit 98f0b4325529d8ca653a8c7466784b94d54b0ab6
Author: Russ Allbery <rra@debian.org>
Date: Fri Jul 24 22:03:21 2009 -0700
Lower wrong-section-according-to-package-name to possible
There are inherent limits to how well we can do with regexes, and there
are going to be some false positives for this.
diff --git a/checks/fields.desc b/checks/fields.desc
index ed33777..a866ff6 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -847,7 +847,7 @@ Info: The Dm-Upload-Allowed field in this package is set to something
Tag: wrong-section-according-to-package-name
Severity: normal
-Certainty: certain
+Certainty: possible
Info: This package has a name suggesting that it belongs to a section
other than the one it is currently categorized in.
diff --git a/debian/changelog b/debian/changelog
index 409c8fa..df128fd 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ lintian (2.2.14) unstable; urgency=low
checks/rules.
+ [RA] Allow any package to be in section oldlibs without triggering
warnings. Thanks, Rene Engelhard. (Closes: #537606)
+ + [RA] Lower wrong-section-according-to-package-name to possible.
* checks/rules{,.desc}:
+ [RA] Moved checking of build dependencies based on programs invoked
in debian/rules from checks/fields to here.
--
Debian package checker
Reply to: