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

[SCM] Debian package checker branch, master, updated. 2.4.1-13-g987f0e7



The following commit has been merged in the master branch:
commit 987f0e715c9f3ff9f0e99c23ef22917c11832c23
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri May 28 13:48:06 2010 +0100

    Add missing "use Lintian::Output" (#583555)
    
    * lib/Lintian/Schedule.pm:
      + [ADB] Add missing "use Lintian::Output", required for the use of
        warning().  (Closes: #583555)

diff --git a/debian/changelog b/debian/changelog
index a2c1843..6992778 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,9 @@ lintian (2.4.2) UNRELEASED; urgency=low
   * lib/Lintian/Relation.pm:
     + [RA] Rather than allowing only a package name or a substvar, allow
       substvars mixed into the package name.  (Closes: #580494)
+  * lib/Lintian/Schedule.pm:
+    + [ADB] Add missing "use Lintian::Output", required for the use of
+      warning().  (Closes: #583555)
 
   * private/refresh-insserv-data:
     + [RG] New script to collect insserv data from the archive.
diff --git a/lib/Lintian/Schedule.pm b/lib/Lintian/Schedule.pm
index 4fcc127..efd00a8 100644
--- a/lib/Lintian/Schedule.pm
+++ b/lib/Lintian/Schedule.pm
@@ -22,6 +22,7 @@ use strict;
 use warnings;
 
 use Util;
+use Lintian::Output;
 
 sub new {
     my ($class, %options) = @_;

-- 
Debian package checker


Reply to: