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

[SCM] Debian package checker branch, master, updated. 2.2.4-1-g0b84df5



The following commit has been merged in the master branch:
commit 0b84df503c6719cc6c222ccf7b7c1ef3090d6161
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Tue Feb 10 08:22:24 2009 +0000

    Add missing "use Lintian::Relation"s
    
    * lib/Lintian/Collect/{Binary,Source}.pm:
      + [ADB] Add a missing "use Lintian::Relation".  Thanks, Raphael Geissert.
        (Closes: #514697)

diff --git a/debian/changelog b/debian/changelog
index 8e673bc..064b75a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lintian (2.2.5) UNRELEASED; urgency=low
+
+  * lib/Lintian/Collect/{Binary,Source}.pm:
+    + [ADB] Add a missing "use Lintian::Relation".  Thanks, Raphael Geissert.
+      (Closes: #514697)
+
+ -- Adam D. Barratt <adam@adam-barratt.org.uk>  Tue, 10 Feb 2009 08:20:52 +0000
+
 lintian (2.2.4) unstable; urgency=low
 
   * checks/changelog-file:
diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm
index e054655..3eb82fb 100644
--- a/lib/Lintian/Collect/Binary.pm
+++ b/lib/Lintian/Collect/Binary.pm
@@ -23,6 +23,7 @@ use strict;
 use warnings;
 use base 'Lintian::Collect';
 
+use Lintian::Relation;
 use Carp qw(croak);
 
 use Util;
diff --git a/lib/Lintian/Collect/Source.pm b/lib/Lintian/Collect/Source.pm
index f71da46..f44899c 100644
--- a/lib/Lintian/Collect/Source.pm
+++ b/lib/Lintian/Collect/Source.pm
@@ -23,6 +23,7 @@ use strict;
 use warnings;
 use base 'Lintian::Collect';
 
+use Lintian::Relation;
 use Parse::DebianChangelog;
 
 use Util;

-- 
Debian package checker


Reply to: