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

lintian: r66 - trunk/checks



Author: djpig
Date: 2004-02-26 21:52:18 +0100 (Thu, 26 Feb 2004)
New Revision: 66

Modified:
   trunk/checks/copyright-file
Log:
Forgot to actually change the check, only changed the .desc
(Don't advise to point to the perl packages' copyright file)


Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2004-02-23 02:18:08 UTC (rev 65)
+++ trunk/checks/copyright-file	2004-02-26 20:52:18 UTC (rev 66)
@@ -166,7 +166,7 @@
 }
 
 if (m,(under )?(the )?(same )?(terms )?as Perl itself,i &&
-    !(m,usr/share/common-licenses/, || m,usr/share/doc/perl,)) {
+    !m,usr/share/common-licenses/,) {
     print "E: $pkg $type: copyright-file-lacks-pointer-to-perl-license\n";
 }
 



Reply to: