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

[SCM] Debian package checker branch, master, updated. 2.3.4-113-g07032db



The following commit has been merged in the master branch:
commit 07032db99b584513314c8021301fe4cc1c71e561
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Apr 24 11:30:58 2010 -0500

    Also warn about bmp files in /usr/lib
    
    * checks/files:
      + [RG] Also warn about bmp files in /usr/lib.  Thanks, Rene
        Engelhard.  (Closes: #578776)

diff --git a/checks/files b/checks/files
index 72f7995..8520c1b 100644
--- a/checks/files
+++ b/checks/files
@@ -463,7 +463,7 @@ foreach my $file (sort keys %{$info->index}) {
 	}
 	# ---------------- /usr/lib -- needs to go after the other usr/lib/*
 	elsif ($file =~ m,^usr/lib/,) {
-	    if ($type ne 'udeb' and $file =~ m,\.(?:gif|jpeg|jpg|png|tiff|xpm|xbm)$, and not defined $link) {
+	    if ($type ne 'udeb' and $file =~ m,\.(?:bmp|gif|jpeg|jpg|png|tiff|xpm|xbm)$, and not defined $link) {
 		tag "image-file-in-usr-lib", "$file"
 	    }
 	}
diff --git a/debian/changelog b/debian/changelog
index 979bdb1..251b7fb 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,8 @@ lintian (2.4.0) UNRELEASED; urgency=low
       Jakub Wilk.  (Closes: #576804)
     + [RG] Exclude udebs from empty-binary-package check.  Thanks,
       Vagrant Cascadian.  (Closes: #576581)
+    + [RG] Also warn about bmp files in /usr/lib.  Thanks, Rene
+      Engelhard.  (Closes: #578776)
   * checks/init.d:
     + [RA] Allow $all to satisfy a $remote_fs or $local_fs requirement for
       Required-Stop, since this has now been implemented.  Thanks, Michael

-- 
Debian package checker


Reply to: