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

[SCM] Debian package checker branch, master, updated. 2.2.5-38-gcc59976



The following commit has been merged in the master branch:
commit 012059a5203efe7a901c4884070013d4a1eaad4e
Author: Russ Allbery <rra@debian.org>
Date:   Sat Feb 21 14:46:59 2009 -0800

    Add update-coverage support for source package checks
    
    * private/update-coverage:
      + [RA] Add support for source package tests.
    
    Also refresh t/COVERAGE.

diff --git a/debian/changelog b/debian/changelog
index 38dbad4..a184af6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -76,6 +76,8 @@ lintian (2.2.6) UNRELEASED; urgency=low
   * private/refresh-virtual-packages-data:
     + [RA] New script to generate the list of virtual packages.  Based on
       a patch by Raphael Geissert.
+  * private/update-coverage:
+    + [RA] Add support for source package tests.
 
   * t/runtests:
     + [RA] Add support for raw source package checks in the source
diff --git a/private/update-coverage b/private/update-coverage
index 25d4728..821b756 100755
--- a/private/update-coverage
+++ b/private/update-coverage
@@ -60,7 +60,7 @@ for my $desc (<t/tests/*/desc>) {
 }
 
 # Parse all tags files for the changes and debs test suite.
-for my $tagfile (<t/changes/*.tags>, <t/debs/*/tags>) {
+for my $tagfile (<t/changes/*.tags>, <t/debs/*/tags>, <t/source/*/tags>) {
     open(IN, '<', $tagfile) or die "Cannot open $tagfile: $!\n";
     local $_;
     while (<IN>) {
diff --git a/t/COVERAGE b/t/COVERAGE
index 74ea2d3..ffa35c6 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -1,4 +1,4 @@
-Last generated 2009-02-08
+Last generated 2009-02-21
 
 The following tags are not tested by the test suite:
 
@@ -154,10 +154,10 @@ init.d init.d-script-has-bad-start-runlevel
 init.d init.d-script-has-duplicate-lsb-keyword
 init.d script-in-etc-init.d-not-registered-via-update-rc.d
 
-lintian bad-distribution-in-changes-file
 lintian bad-section-in-changes-file
 lintian checksum-mismatch-in-changes-file
 lintian file-size-mismatch-in-changes-file
+lintian multiple-distributions-in-changes-file
 lintian no-description-in-changes-file
 lintian no-urgency-in-changes-file
 

-- 
Debian package checker


Reply to: