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

[SCM] Debian package checker branch, master, updated. 99b9e364614d773daee351cc96873508fdc087aa



The following commit has been merged in the master branch:
commit 99b9e364614d773daee351cc96873508fdc087aa
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Jul 2 07:09:14 2008 +0100

    Add experimental tag support to testset/runtests

diff --git a/debian/changelog b/debian/changelog
index b414292..ec47c57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -113,6 +113,9 @@ lintian (1.24.2) unstable; urgency=low
       by Jordà Polo.
     + [ADB] Note that the full report includes experimental tags.
 
+  * testset/runtests:
+    + [ADB] Support experimental tags
+
  --
 
 lintian (1.24.1) unstable; urgency=medium
diff --git a/testset/runtests b/testset/runtests
index 9c37492..9da8700 100755
--- a/testset/runtests
+++ b/testset/runtests
@@ -117,15 +117,15 @@ use Util;
 use Tags;
 
 # --- Set the ways to call lintian and dpkg-buildpackage
-my $lintian_options = '-I';
-my $lintian_info_options = '-I -i';
+my $lintian_options = '-I -E';
+my $lintian_info_options = '-I -E -i';
 my $dpkg_buildpackage_options = '-rfakeroot -us -uc -d -iNEVER_MATCH_ANYTHING'
     . ' -INEVER_MATCH_ANYTHING';
 my $lintian_path = $LINTIAN_ROOT . "/frontend/lintian";
 
 my $testok = 0;
 my %tags;
-my %types = ( 'E' => 'error', 'W' => 'warning', 'I' => 'info' );
+my %types = ( 'E' => 'error', 'W' => 'warning', 'I' => 'info', 'X' => 'experimental' );
 
 # --- Display output immediately
 $| = 1;

-- 
Debian package checker


Reply to: