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

[SCM] Debian package checker branch, master, updated. 2.1.0-5-gc64f49e



The following commit has been merged in the master branch:
commit c64f49e2b86eeec0acb632ce363e8411acce3417
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sat Nov 29 01:37:08 2008 +0100

    lib/Lab.pm: Fix breakage of populate_with_dist() I introduced in 2.1.0
    
    Another example of code that is really only used during harness.

diff --git a/debian/changelog b/debian/changelog
index bc98f49..b4362e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ lintian (2.1.1) unstable; urgency=low
       better match executions of the command rather than the use of its name
       in pattern matching expressions.  (Closes: #499847)
 
+  * lib/Lab.pm:
+    + [FL] Fix breakage of populate_with_dist() I introduced in 2.1.0.
+  
  -- Adam D. Barratt <adam@adam-barratt.org.uk>  Fri, 28 Nov 2008 21:47:33 +0000
 
 lintian (2.1.0) unstable; urgency=low
diff --git a/lib/Lab.pm b/lib/Lab.pm
index 413343f..c522782 100644
--- a/lib/Lab.pm
+++ b/lib/Lab.pm
@@ -138,7 +138,7 @@ sub populate_with_dist {
     return 0 unless $dist;
     return 0 unless $self->{dir};
 
-    debug(2, "spawning list-binpkg, list-udebpkg and list-srcpkg since LINTIAN_DIST=$dist");
+    debug_msg(2, "spawning list-binpkg, list-udebpkg and list-srcpkg since LINTIAN_DIST=$dist");
 
     my $v = $Lintian::Output::GLOBAL->verbose ? '-v' : '';
 

-- 
Debian package checker


Reply to: