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

lintian: r46 - trunk/checks



Author: jeroen
Date: 2004-02-16 22:15:51 +0100 (Mon, 16 Feb 2004)
New Revision: 46

Modified:
   trunk/checks/deb-format
Log:
Minor eastetic deb-format fix by Denis Barbier

Modified: trunk/checks/deb-format
===================================================================
--- trunk/checks/deb-format	2004-02-16 20:50:56 UTC (rev 45)
+++ trunk/checks/deb-format	2004-02-16 21:15:51 UTC (rev 46)
@@ -48,6 +48,10 @@
 	if (!$is_long && length($name) == 100) {
 		# This should have been a LongLink, as now the filename isn't
 		# NUL-terminated, as dpkg -i expects.
+
+		# Remove the leading dot
+		$name =~ s/^\.//;
+
 		print "E: $pkg $type: deb-created-with-broken-tar file: $name\n";
 	}
 



Reply to: