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

lintian: r485 - in trunk: checks debian testset testset/filenames/debian



Author: djpig
Date: 2005-09-09 08:13:11 +0200 (Fri, 09 Sep 2005)
New Revision: 485

Modified:
   trunk/checks/files
   trunk/debian/changelog
   trunk/testset/filenames/debian/rules
   trunk/testset/tags.filenames
Log:
Add some formats to the exception list for
extra-license-file (jpe?g, gif and svg)
(Closes: #324944)


Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2005-08-28 20:40:49 UTC (rev 484)
+++ trunk/checks/files	2005-09-09 06:13:11 UTC (rev 485)
@@ -449,7 +449,7 @@
 	# because a package had a HTML form for licenses called like that.
 	# Another exception is made for various picture formats since
 	# those are likely to just be simply pictures.
-	and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|xpm|png)$/
+	and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|xpm|png|jpe?g|gif|svg)$/
         and not defined $link) {
 	tag "extra-license-file", "$file";
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-28 20:40:49 UTC (rev 484)
+++ trunk/debian/changelog	2005-09-09 06:13:11 UTC (rev 485)
@@ -1,3 +1,11 @@
+lintian (1.23.13) UNRELEASED; urgency=low
+
+  * debian/files:
+    + [FL] Add some formats to the exception list for extra-license-file
+      (jpe?g, gif and svg) (Closes: #324944)
+
+ -- Frank Lichtenheld <frank@lichtenheld.de>  Fri,  9 Sep 2005 07:15:00 +0200
+
 lintian (1.23.12) unstable; urgency=low
 
   * The "bad, bad SONAME check" release

Modified: trunk/testset/filenames/debian/rules
===================================================================
--- trunk/testset/filenames/debian/rules	2005-08-28 20:40:49 UTC (rev 484)
+++ trunk/testset/filenames/debian/rules	2005-09-09 06:13:11 UTC (rev 485)
@@ -59,6 +59,17 @@
 	touch -t 197501010101 debian/tmp/usr/lib/perl5/foo/ancient.pm
 	chmod 644 debian/tmp/usr/lib/perl5/foo/bar.pm
 
+	install -d debian/tmp/usr/share/pixmaps
+	install -d debian/tmp/usr/share/pixmaps/foo
+	touch debian/tmp/usr/share/pixmaps/license.jpeg
+	touch debian/tmp/usr/share/pixmaps/licence.jpg
+	touch debian/tmp/usr/share/pixmaps/copying.xpm
+	touch debian/tmp/usr/share/pixmaps/foo/COPYING.svg
+	touch debian/tmp/usr/share/pixmaps/foo/copying.png
+	touch debian/tmp/usr/share/pixmaps/license.txt
+	touch debian/tmp/usr/share/pixmaps/license.foo
+	touch debian/tmp/usr/share/pixmaps/COPYING
+
 	install -d debian/tmp/usr/share/doc/filenames
 	touch debian/tmp/usr/share/doc/filenames/README.macosx
 

Modified: trunk/testset/tags.filenames
===================================================================
--- trunk/testset/tags.filenames	2005-08-28 20:40:49 UTC (rev 484)
+++ trunk/testset/tags.filenames	2005-09-09 06:13:11 UTC (rev 485)
@@ -38,6 +38,9 @@
 W: filenames: binary-without-manpage testxbin
 W: filenames: binary-without-manpage testxbin2
 W: filenames: cvsignore-file-in-package files/.cvsignore
+W: filenames: extra-license-file usr/share/pixmaps/COPYING
+W: filenames: extra-license-file usr/share/pixmaps/license.foo
+W: filenames: extra-license-file usr/share/pixmaps/license.txt
 W: filenames: file-in-unusual-dir files/ .tif
 W: filenames: file-in-unusual-dir files/".tif
 W: filenames: file-in-unusual-dir files/'\\ 



Reply to: