[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.10-81-gf594b61



The following commit has been merged in the master branch:
commit 60b618cf1ee0a1fb0620669b70045f5285d9e39a
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri May 29 21:11:45 2009 +0100

    Modify the wording of a message to avoid double negatives
    
    Replace "doesn't have missing needs-info" with "has all required
    needs-info".

diff --git a/t/scripts/needs-info-missing.t b/t/scripts/needs-info-missing.t
index cd0a073..71b0c87 100755
--- a/t/scripts/needs-info-missing.t
+++ b/t/scripts/needs-info-missing.t
@@ -89,7 +89,7 @@ for my $desc (@DESCS) {
     my %needs = map { $_ => 1 } split(/\s*,\s*/, $header->{'needs-info'} || '');
 
     if ($desc =~ m/lintian\.desc$/) {
-	pass("lintian.desc doesn't have missing needs-info for Lintian::Collect");
+	pass("lintian.desc has all required needs-info for Lintian::Collect");
 	next;
     }
 
@@ -120,6 +120,6 @@ for my $desc (@DESCS) {
 
     my $short = $desc;
     $short =~ s,^\Q$ENV{LINTIAN_ROOT}/checks/,,;
-    is($missing, 0, "$short doesn't have missing needs-info for Lintian::Collect") or
+    is($missing, 0, "$short has all required needs-info for Lintian::Collect") or
 	diag(@warnings);
 }

-- 
Debian package checker


Reply to: