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

[SCM] Debian package checker branch, master, updated. 2.4.3-161-g2d27e5d



The following commit has been merged in the master branch:
commit 2a2f24ea3f134022271351f1526306165c02daaf
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Tue Jan 25 22:56:58 2011 -0600

    Add missing directories containing Perl code

diff --git a/t/scripts/critic.t b/t/scripts/critic.t
index 468e4e3..999f8ce 100755
--- a/t/scripts/critic.t
+++ b/t/scripts/critic.t
@@ -17,8 +17,10 @@ diag('libppix-regexp-perl is needed to enable some checks') if $@;
 Test::Perl::Critic->import( -profile => "$ENV{LINTIAN_ROOT}/.perlcriticrc" );
 
 all_critic_ok("$ENV{LINTIAN_ROOT}/checks",
+	      "$ENV{LINTIAN_ROOT}/collection",
+	      "$ENV{LINTIAN_ROOT}/frontend",
 	      "$ENV{LINTIAN_ROOT}/lib",
-	      "$ENV{LINTIAN_ROOT}/collection");
+	      "$ENV{LINTIAN_ROOT}/unpack");
 
 
 sub should_skip($) {
diff --git a/t/scripts/minimum-version.t b/t/scripts/minimum-version.t
index fa009ef..a72b6e6 100755
--- a/t/scripts/minimum-version.t
+++ b/t/scripts/minimum-version.t
@@ -14,7 +14,7 @@ plan skip_all => 'Test::MinimumVersion required to run this test' if $@;
 # sarge was released with 5.8.4, etch with 5.8.8, lenny with 5.10.0
 our $REQUIRED = 'v5.10.0';
 
-our @PATHS = qw(lib checks collection unpack);
+our @PATHS = qw(checks collection frontend lib unpack);
 
 # It creates as many threads as elements in @PATHS
 for my $path (@PATHS) {

-- 
Debian package checker


Reply to: