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

[SCM] Debian package checker branch, master, updated. 2.5.2-36-gd9b8a0d



The following commit has been merged in the master branch:
commit d9b8a0d9de50e709b1702dfcbb86bd6fcc21fe71
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Aug 18 13:46:13 2011 +0200

    Added missing import statement in reporting/harness

diff --git a/debian/changelog b/debian/changelog
index 6ae9075..99cc41a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,9 @@ lintian (2.5.3) UNRELEASED; urgency=low
     + [JW] Use LC_ALL rather than LANG, since LC_ALL overrules
       LANG.
 
+  * reporting/harness:
+    + [NT] Added missing import statement.
+
   * t/*:
     + [JW,NT] Fixed test failures caused by unpacking the source
       with a umask different from 0022.  (Closes: #637649)
diff --git a/reporting/harness b/reporting/harness
index 81c8ff0..dcece30 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -64,6 +64,7 @@ use vars qw($LINTIAN_ROOT $LINTIAN_LAB $LINTIAN_ARCHIVEDIR $LINTIAN_DIST
 # import perl libraries
 unshift @INC, "$LINTIAN_ROOT/lib";
 require Read_pkglists;
+import Read_pkglists;
 require Util;
 
 # turn file buffering off

-- 
Debian package checker


Reply to: