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

lintian: r323 - trunk/lib



Author: djpig
Date: 2004-07-04 14:27:08 +0200 (Sun, 04 Jul 2004)
New Revision: 323

Modified:
   trunk/lib/Read_pkglists.pm
Log:
Shouldn't rely on caller to import Util.pm


Modified: trunk/lib/Read_pkglists.pm
===================================================================
--- trunk/lib/Read_pkglists.pm	2004-07-04 12:19:58 UTC (rev 322)
+++ trunk/lib/Read_pkglists.pm	2004-07-04 12:27:08 UTC (rev 323)
@@ -20,6 +20,10 @@
 # MA 02111-1307, USA.
 
 use strict;
+
+use lib "$ENV{'LINTIAN_ROOT'}/lib";
+use Util;
+
 use vars qw($BINLIST_FORMAT $SRCLIST_FORMAT $UDEBLIST_FORMAT %source_info %binary_info %udeb_info %bin_src_ref);
 
 # these banner lines have to be changed with every incompatible change of the



Reply to: