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

lintian: r1324 - trunk/reporting



Author: djpig
Date: 2008-05-29 17:34:20 +0200 (Thu, 29 May 2008)
New Revision: 1324

Modified:
   trunk/reporting/html_reports
Log:
Be a little nicer to the emacs syntax highlighter


Modified: trunk/reporting/html_reports
===================================================================
--- trunk/reporting/html_reports	2008-05-20 20:31:42 UTC (rev 1323)
+++ trunk/reporting/html_reports	2008-05-29 15:34:20 UTC (rev 1324)
@@ -160,7 +160,7 @@
 my (%seen, %saw_maintainer);
 while (<>) {
     chomp;
-    next unless /^([EWIXO]): (\S+)(?: (\S+))?: (\S+)(?:\s+(.*))?/;
+    next unless m/^([EWIXO]): (\S+)(?: (\S+))?: (\S+)(?:\s+(.*))?/;
     my ($code, $package, $type, $tag, $extra) = ($1, $2, $3, $4, $5);
     $type = 'binary' unless (defined $type);
     next unless ($type eq 'source' || $type eq 'binary' || $type eq 'udeb');


Reply to: