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

lintian: r158 - trunk/checks



Author: he
Date: 2004-04-14 19:51:21 +0200 (Wed, 14 Apr 2004)
New Revision: 158

Modified:
   trunk/checks/deb-format
Log:
Fix this silly problem


Modified: trunk/checks/deb-format
===================================================================
--- trunk/checks/deb-format	2004-04-14 17:08:02 UTC (rev 157)
+++ trunk/checks/deb-format	2004-04-14 17:51:21 UTC (rev 158)
@@ -35,7 +35,7 @@
 	return 512*$nblocks;
 }
 
-if (open (LIST, "ar t |")) {
+if (open (LIST, "ar t deb |")) {
 	while (<LIST>) {
 		chomp;
 		print "E: $pkg $type: deb-data-member-wrongly-compressed\n"



Reply to: