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

Patch for Tags.pm in sid



Hey folks.  I keep getting perl module errors in sid.  Here's a patch
that fixes it.

Cheers!

C.J.


cjac@dev0:~$ diff -u /usr/share/lintian/lib/Tags.pm /tmp/Tags.pm 
--- /usr/share/lintian/lib/Tags.pm	2009-07-09 09:11:20.000000000 -0700
+++ /tmp/Tags.pm	2009-07-30 19:14:09.000000000 -0700
 -323,7 +323,9 @@
     my $level;
 
     # Pedantic is just a pseudo severity, skip level checks
-    if ($severity eq 'pedantic') {
+    if ($severity && ( $severity eq 'pedantic' ||
+                       $severity eq 'pædantic'
+		     ) {
 	$level = 1 ;
     } elsif ($severity and $certainty) {
 	$level = $display_level{$severity}{$certainty};

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: