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

lintian: r36 - branches/1.22.9+tarcheck/checks



Author: jeroen
Date: 2004-02-13 13:29:14 +0100 (Fri, 13 Feb 2004)
New Revision: 36

Modified:
   branches/1.22.9+tarcheck/checks/deb-format
Log:
Fix stupid mistake with error line output, thanks Marc 'HE' Brockschmidt

Modified: branches/1.22.9+tarcheck/checks/deb-format
===================================================================
--- branches/1.22.9+tarcheck/checks/deb-format	2004-02-13 00:30:10 UTC (rev 35)
+++ branches/1.22.9+tarcheck/checks/deb-format	2004-02-13 12:29:14 UTC (rev 36)
@@ -91,7 +91,7 @@
 	my $name = substr($raw, 0, 100);
 	$name =~ s/\x00/-/g;
 
-	print "E: deb-created-with-broken-tar broken file: $name\n"
+	print "E: $pkg $type: deb-created-with-broken-tar broken file: /$name\n"
 		if ((length($name) == 100) && ($name eq $entry->name()));
     
     ### Guard against tarfiles with garbage at the end



Reply to: