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

[SCM] Debian package checker branch, master, updated. 2.2.9-28-g5941adf



The following commit has been merged in the master branch:
commit 5941adfee6c89129bcff1ad1d744d74fb1bd67ab
Author: Colin Watson <cjwatson@canonical.com>
Date:   Mon Apr 27 16:08:39 2009 +0100

    Add missing 'use Parse::DebianChangelog'
    
    * lib/Lintian/Collect/Binary.pm:
      + [CW] Add missing 'use Parse::DebianChangelog'.

diff --git a/debian/changelog b/debian/changelog
index a8a5c24..b34399f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -73,6 +73,8 @@ lintian (2.2.10) UNRELEASED; urgency=low
     + [ADB] Mention the new Standards-Version field available for tests.
       Patch by Raphael Geissert.
 
+  * lib/Lintian/Collect/Binary.pm:
+    + [CW] Add missing 'use Parse::DebianChangelog'.
   * lib/Lintian/Output.pm:
     + [RA] With --color=html, display the HTML rendering of the long tag
       description rather than the text version and escape HTML
diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm
index b1325cf..a44fdef 100644
--- a/lib/Lintian/Collect/Binary.pm
+++ b/lib/Lintian/Collect/Binary.pm
@@ -25,6 +25,7 @@ use base 'Lintian::Collect';
 
 use Lintian::Relation;
 use Carp qw(croak);
+use Parse::DebianChangelog;
 
 use Util;
 

-- 
Debian package checker


Reply to: