The following commit has been merged in the master branch:
commit da5813a56c7841b02610e8f480b55b65e3deb9b9
Author: Niels Thykier <ni...@thykier.net>
Date:   Fri Dec 24 12:20:15 2010 +0100

    Allow hurd-udeb to deploy unusual top-level directories (#591331)
    
      * checks/files:
        + [NT] Added hurd-udeb to the list of packages allowed to ship
          unusual top-level directories.  Thanks to Samual Thibault for
          the patch.  (Closes: #591331)

diff --git a/checks/files b/checks/files
index f575361..c2bcaf9 100644
--- a/checks/files
+++ b/checks/files
@@ -655,6 +655,7 @@ foreach my $file (@{$info->sorted_index}) {
        tag "non-standard-toplevel-dir", "$file"
            unless $pkg eq 'base-files'
                or $pkg eq 'hurd'
+               or $pkg eq 'hurd-udeb'
                or $pkg =~ /^rootskel(?:-bootfloppy)?/
                or $file =~ m,^emul/,;
     }
diff --git a/debian/changelog b/debian/changelog
index eb611e2..b3e2064 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,9 @@ lintian (2.4.4) UNRELEASED; urgency=low
   * checks/files:
     + [NT] Fixed false-positive extra-license-file for license.ui files.
       Thanks to Jeremy Sanders for the report.  (Closes: #595941)
+    + [NT] Added hurd-udeb to the list of packages allowed to ship
+      unusual top-level directories.  Thanks to Samual Thibault for
+      the patch.  (Closes: #591331)
   * checks/menu-format.desc:
     + [CW] Fix several typos.
   * checks/menus.desc:

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pw5k2-0000gt...@alioth.debian.org

Reply via email to