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

[SCM] Debian package checker branch, master, updated. 2.3.2-10-g2b5273b



The following commit has been merged in the master branch:
commit 3cc4b496a7e46e58a79677b2612dc73d28c930fa
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jan 28 16:54:40 2010 -0600

    Don't warn about the /sys and /selinux toplevel directories
    
    * checks/files:
      + [RG] Don't warn about packages containing /sys or /selinux
        directories.  Policy 3.8.4 grants an exception to the FHS.

diff --git a/checks/files b/checks/files
index 29b94d0..d821d98 100644
--- a/checks/files
+++ b/checks/files
@@ -578,7 +578,7 @@ foreach my $file (sort keys %{$info->index}) {
     }
     # ---------------- FHS directory?
     elsif ($file =~ m,^[^/]+/$, and $file ne './' and
-	   $file !~ m,^(?:bin|boot|dev|etc|home|lib(?:64|32)?|mnt|opt|root|sbin|srv|tmp|usr|var)/,) {
+	   $file !~ m,^(?:bin|boot|dev|etc|home|lib(?:64|32)?|mnt|opt|root|sbin|selinux|srv|sys|tmp|usr|var)/,) {
 	# Make an exception for the base-files package here and other similar
 	# packages because they install a slew of top-level directories for
 	# setting up the base system.  (Specifically, /cdrom, /floppy,
diff --git a/debian/changelog b/debian/changelog
index a38ebca..02cdce9 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ lintian (2.3.3) UNRELEASED; urgency=low
       (#) comments separators.
     + [RG] Warn about packages embedding the dojo and dijit javascript
       libraries.
+    + [RG] Don't warn about packages containing /sys or /selinux
+      directories.  Policy 3.8.4 grants an exception to the FHS.
 
   * debian/control:
     + [RG] Update standards version to 3.8.4 (no changes required).

-- 
Debian package checker


Reply to: