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

lintian: r855 - in trunk: checks debian



Author: rra
Date: 2007-04-25 00:51:34 +0200 (Wed, 25 Apr 2007)
New Revision: 855

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
Log:
* checks/copyright-file:
  + [RA] Exclude the Affero General Public License from the check for
    references to the shared GPL copy.  (Closes: #420077)

Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2007-04-23 18:47:25 UTC (rev 854)
+++ trunk/checks/copyright-file	2007-04-24 22:51:34 UTC (rev 855)
@@ -196,6 +196,7 @@
     && !m/Zope Public License/ && !m/LICENSE AGREEMENT FOR PYTHON 1.6.1/
     && !m/LaTeX Project Public License/ && !m/GNU Free Documentation License/
     && !m/(^From:.*^To:|^To:.*^From:).*(GNU General Public License|GPL)/ms
+    && !m/AFFERO GENERAL PUBLIC LICENSE/
     && !$wrong_directory_detected) {
     tag "copyright-should-refer-to-common-license-file-for-gpl", "";
 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-23 18:47:25 UTC (rev 854)
+++ trunk/debian/changelog	2007-04-24 22:51:34 UTC (rev 855)
@@ -4,6 +4,9 @@
     + [RA] Add mktemp and sysvinit-utils as known essential packages.
     + [RA] Add Vcs-Mtn and Vcs-Browser to the known source package
       fields.
+  * checks/copyright-file:
+    + [RA] Exclude the Affero General Public License from the check for
+      references to the shared GPL copy.  (Closes: #420077)
   * checks/fields:
     + [RA] The CDBS Python rules only call pycentral or pysupport during
       the binary targets, so those dependencies can be safely moved to
@@ -24,7 +27,7 @@
       program its maintainer scripts use.  Thanks, Daniel Leidert.
       (Closes: #419461)
 
- -- Russ Allbery <rra@debian.org>  Mon, 23 Apr 2007 11:47:08 -0700
+ -- Russ Allbery <rra@debian.org>  Tue, 24 Apr 2007 15:51:23 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: