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

[SCM] Debian package checker branch, master, updated. 2.4.2-13-gb18fa50



The following commit has been merged in the master branch:
commit b18fa501f8bf5957003ae357c5313098abdc0480
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Jul 22 13:53:35 2010 +0100

    Import "warning" form Lintian::Output to fix an undefined sub warning
    
    * lib/Lintian/Schedule.pm:
      + [ADB] Import "warning" from Lintian::Output, really fixing the
        error caused by a non-existent file referenced in a .changes
        file.  (Closes: #583555, again)

diff --git a/debian/changelog b/debian/changelog
index 5805cf3..907a0b7 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,11 @@ lintian (2.4.3) UNRELEASED; urgency=low
     + [RG] Detect embedded copies of HTMLPurifier.
     + [RG] Detect embedded copies of the Strophe javascript library.
 
+  * lib/Lintian/Schedule.pm:
+    + [ADB] Import "warning" from Lintian::Output, really fixing the
+      error caused by a non-existent file referenced in a .changes
+      file.  (Closes: #583555, again)
+
   * private/refresh-insserv-data:
     + [RG] Hardcode the '$all' virtual facility.
 
diff --git a/lib/Lintian/Schedule.pm b/lib/Lintian/Schedule.pm
index efd00a8..6031466 100644
--- a/lib/Lintian/Schedule.pm
+++ b/lib/Lintian/Schedule.pm
@@ -22,7 +22,7 @@ use strict;
 use warnings;
 
 use Util;
-use Lintian::Output;
+use Lintian::Output qw(warning);
 
 sub new {
     my ($class, %options) = @_;

-- 
Debian package checker


Reply to: