The following commit has been merged in the master branch:
commit 274e2ca122bc20ee95a25003be6f903d84d3e43a
Author: Raphael Geissert <[email protected]>
Date:   Sun Jan 31 01:06:48 2010 -0600

    Reorganise the mime-cache check to match the alphabetic order

diff --git a/checks/files b/checks/files
index 0f3ebd7..fbf6fe2 100644
--- a/checks/files
+++ b/checks/files
@@ -454,14 +454,14 @@ foreach my $file (sort keys %{$info->index}) {
                tag 'package-contains-info-dir-file', $file;
            }
        }
-       # ---------------- /usr/share/mime
-       elsif ($file =~ m,^usr/share/mime/[^/]+$,) {
-           tag 'package-contains-mime-cache-file', $file;
-       }
        # ---------------- /usr/share/linda/overrides
        elsif ($file =~ m,^usr/share/linda/overrides/\S+,) {
            tag "package-contains-linda-override", $file;
        }
+       # ---------------- /usr/share/mime
+       elsif ($file =~ m,^usr/share/mime/[^/]+$,) {
+           tag 'package-contains-mime-cache-file', $file;
+       }
        # ---------------- /usr/share
        elsif ($file =~ m,^usr/share/[^/]+$,) {
            if ($index_info->{type} =~ m/^[-h]/) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to