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

[SCM] Debian package checker branch, master, updated. 2.4.3-14-g45d8f0e



The following commit has been merged in the master branch:
commit 45d8f0e05799522c50a5e4f5df9c389eb6555552
Author: David Bremner <bremner@debian.org>
Date:   Tue Dec 21 23:10:16 2010 +0100

      * checks/debian-source-dir:
        + [NT] Added missing import of "Util" perl module. Thanks to David
          Bremner for the patch.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/debian-source-dir b/checks/debian-source-dir
index 91e10c8..4bba150 100644
--- a/checks/debian-source-dir
+++ b/checks/debian-source-dir
@@ -23,6 +23,7 @@ use strict;
 
 use Lintian::Data;
 use Lintian::Tags qw(tag);
+use Util;
 
 our %KNOWN_FORMATS = map { $_ => 1 }
     ('1.0', '2.0', '3.0 (quilt)', '3.0 (native)', '3.0 (git)', '3.0 (bzr)');
diff --git a/debian/changelog b/debian/changelog
index da873b3..915d8d1 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ lintian (2.4.4) UNRELEASED; urgency=low
     + [RA] Exclude kfreebsd-kernel-di-{amd64,i386} from the
       embedded-zlib check since it's in the kernel.  (Closes: #593397)
     + [RG] Add swipl to the list of known interpreters.  (Closes: #591316)
+  * checks/debian-source-dir:
+    + [NT] Added missing import of "Util" perl module. Thanks to David
+      Bremner for the patch.
   * checks/menu-format.desc:
     + [CW] Fix several typos.
   * checks/menus.desc:

-- 
Debian package checker


Reply to: