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

[SCM] Debian package checker branch, master, updated. 2.4.3-39-gda5813a



The following commit has been merged in the master branch:
commit da5813a56c7841b02610e8f480b55b65e3deb9b9
Author: Niels Thykier <niels@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


Reply to: