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

[SCM] Debian package checker branch, master, updated. 2.1.6-12-gca85ece



The following commit has been merged in the master branch:
commit bd7582ef23cf8a4c609e81a841b516b05298058e
Author: Russ Allbery <rra@debian.org>
Date:   Sat Jan 24 01:40:21 2009 -0800

    checks/standards-version doesn't need Parse::DebianChangelog
    
    checks/standards-version uses Lintian::Collect to return the parsed
    changelog, which takes care of loading the module.  Follow the style
    elsewhere in Lintian and don't list the module in use since we're
    not the code calling the constructor.

diff --git a/checks/standards-version b/checks/standards-version
index fc8b782..6282102 100644
--- a/checks/standards-version
+++ b/checks/standards-version
@@ -23,7 +23,6 @@ package Lintian::standards_version;
 use strict;
 
 use POSIX qw(strftime);
-use Parse::DebianChangelog;
 
 use Lintian::Data;
 use Tags;

-- 
Debian package checker


Reply to: