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

lintian: r55 - in trunk: checks debian



Author: djpig
Date: 2004-02-21 19:41:12 +0100 (Sat, 21 Feb 2004)
New Revision: 55

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
Log:
Fixed false positives of 
copyright-should-refer-to-common-license-file-for-gpl due to
the GFDL. (Closes: #192278)


Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2004-02-21 18:33:04 UTC (rev 54)
+++ trunk/checks/copyright-file	2004-02-21 18:41:12 UTC (rev 55)
@@ -177,7 +177,8 @@
 
 if (m/(GNU General Public License|GPL)/ && !m,/usr/share/common-licenses,
     && !m/Zope Public License/ && !m/LICENSE AGREEMENT FOR PYTHON 1.6.1/
-    && !m/LaTeX Project Public License/ && !$wrong_directory_detected) {
+    && !m/LaTeX Project Public License/ && !m/GNU Free Documentation License/
+    && !$wrong_directory_detected) {
     print "E: $pkg $type: copyright-should-refer-to-common-license-file-for-gpl\n";
 }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-21 18:33:04 UTC (rev 54)
+++ trunk/debian/changelog	2004-02-21 18:41:12 UTC (rev 55)
@@ -12,10 +12,14 @@
       postrm-unsafe-ldconfig. (Closes: #218543, #233740)
       Thanks to Martin Godisch, Steinar H. Gunderson and
       Aidas Kasparas for their input.
-  * checks/copyright.desc:
+  * checks/copyright-file{,.desc}:
     + Don't advise to point to the perl packages' copyright file
       (Closes: #193293)
       Thanks to Martin Orr for pointing this out.
+    + Fixed false positives of 
+      copyright-should-refer-to-common-license-file-for-gpl due to 
+      the GFDL. (Closes: #192278)
+      Thanks to Ross Burton for reporting this.
   * checks/debhelper.desc:
     + correct reference to debhelper manpage. It's debhelper(7), not
       debhelper(1). (Closes: #188245)



Reply to: