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

lintian: r294 - in trunk: debian unpack



Author: djpig
Date: 2004-06-20 13:51:21 +0200 (Sun, 20 Jun 2004)
New Revision: 294

Modified:
   trunk/debian/changelog
   trunk/unpack/list-udebpkg
Log:
Fix sort of copy & paste error which caused the whole
script to behave ill


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-06-19 13:51:44 UTC (rev 293)
+++ trunk/debian/changelog	2004-06-20 11:51:21 UTC (rev 294)
@@ -102,6 +102,9 @@
   * unpack/list-srcpkg:
     + [FL] Some packages don't specifiy a standards-version, e.g. d-i ones.
       Prevent Perl warnings.
+  * unpack/list-udebpkg:
+    + [FL] Fix sort of copy & paste error which caused the whole
+      script to behave ill
 
  -- Debian Lintian Maintainers <lintian-maint@debian.org>  Tue, 18 May 2004 00:03:28 +0200
 

Modified: trunk/unpack/list-udebpkg
===================================================================
--- trunk/unpack/list-udebpkg	2004-06-19 13:51:44 UTC (rev 293)
+++ trunk/unpack/list-udebpkg	2004-06-20 11:51:21 UTC (rev 294)
@@ -117,7 +117,7 @@
     if (exists $pkgfile{$deb_file}) {
 	# yes!
 	$pkg = $pkgfile{$deb_file};
-	$data = $binary_info{$pkg};
+	$data = $udeb_info{$pkg};
 
 	# file changed since last run?
 	if ($timestamp == $data->{'timestamp'}) {



Reply to: