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

lintian: r1101 - in trunk: checks debian



Author: rra
Date: 2008-01-03 08:21:56 +0100 (Thu, 03 Jan 2008)
New Revision: 1101

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
  + [RA] The underFooLicense.docbook files from KDE are not license
    files.  Thanks, Sune Vuorela.  (Closes: #458831)

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2008-01-03 07:18:11 UTC (rev 1100)
+++ trunk/checks/files	2008-01-03 07:21:56 UTC (rev 1101)
@@ -533,11 +533,12 @@
 	# those are likely to just be simply pictures.
 	#
 	# DTD files are excluded at the request of the Mozilla suite
-	# maintainers.  Zope products include license files for runtime
-	# display.
+	# maintainers.	Zope products include license files for runtime
+	# display.  underXXXlicense.docbook files are from KDE.
 	and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|rb|xpm|png|jpe?g|gif|svg|dtd)$/
-        and not $file =~ m,^usr/share/zope/Products/.*\.(dtml|pt|cpt)$,
-        and not defined $link) {
+	and not $file =~ m,^usr/share/zope/Products/.*\.(dtml|pt|cpt)$,
+	and not $file =~ m,/under\S+License\.docbook$,
+	and not defined $link) {
 	tag "extra-license-file", "$file";
     }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-03 07:18:11 UTC (rev 1100)
+++ trunk/debian/changelog	2008-01-03 07:21:56 UTC (rev 1101)
@@ -24,6 +24,8 @@
       match debian/rules.  (Closes: #457501)
   * checks/files:
     + [RA] Ignore zero-length files in /usr/share/doc/examples.
+    + [RA] The underFooLicense.docbook files from KDE are not license
+      files.  Thanks, Sune Vuorela.  (Closes: #458831)
   * checks/files.desc:
     + [RA] Remove a stray variable from the config-file-reserved tag.
   * checks/init.d{.desc,}:


Reply to: