lintian: r87 - trunk/checks
Author: djpig
Date: 2004-03-05 01:14:45 +0100 (Fri, 05 Mar 2004)
New Revision: 87
Modified:
trunk/checks/fields
trunk/checks/fields.desc
Log:
Remove the build-depends-without-arch-dep check. It produces
way too much false positives and can only be replaced by
a sophisticated debian/rules parser (Closes: #192037, #202950, #214231)
Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2004-03-05 00:09:35 UTC (rev 86)
+++ trunk/checks/fields 2004-03-05 00:14:45 UTC (rev 87)
@@ -496,9 +496,6 @@
}
close(IN);
- if (-e "fields/build-depends" && $num_arch_dep == 0) {
- tag_warn("build-depends-without-arch-dep");
- }
if (-e "fields/build-depends-indep" && $num_arch_indep == 0) {
tag_error("build-depends-indep-without-arch-indep");
}
Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc 2004-03-05 00:09:35 UTC (rev 86)
+++ trunk/checks/fields.desc 2004-03-05 00:14:45 UTC (rev 87)
@@ -320,13 +320,6 @@
relationship may be used.
Ref: policy 11.8.5
-Tag: build-depends-without-arch-dep
-Type: warning
-Ref: policy 7.6
-Info: The control file specifies source relations for architecture-dependent
- packages, but no architecture-dependent packages are built. Most likely
- you need to change Build-Depends to Build-Depends-Indep.
-
Tag: build-depends-indep-without-arch-indep
Type: error
Ref: policy 7.6
Reply to: