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

[SCM] Debian package checker branch, master, updated. 1.24.2-86-gf626e1f



The following commit has been merged in the master branch:
commit f626e1f3668bed5bd2f8e909c5d85c7e69ee8cc6
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Aug 6 10:53:19 2008 +0100

    Don't issue file-in-unusual-dir for /usr/tmp or /var/www
    
    Add /usr/tmp and /var/www to the list of non-standard
    locations for which we don't issue file-in-unusual-dir,
    as they're already handled by Error tags.

diff --git a/checks/files b/checks/files
index 236bf7e..71b351e 100644
--- a/checks/files
+++ b/checks/files
@@ -493,7 +493,7 @@ foreach my $file (sort keys %{$info->index}) {
 		or $file =~ m,^usr/iraf/,
 		or $file =~ m,^emul/ia32-linux/(lib|usr/lib)/,
 		# not allowed, but tested indivudually
-		or $file =~ m,^(mnt|opt|srv|(var/)?tmp)/,) {
+		or $file =~ m,^(mnt|opt|srv|((usr|var)/)?tmp)|var/www/,) {
 	    tag "file-in-unusual-dir", "$file";
 	}
     }
diff --git a/debian/changelog b/debian/changelog
index 4941cf1..9ea62f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,7 +47,7 @@ lintian (1.24.3) unstable; urgency=low
     + [ADB] Update a couple of Policy references.  Thanks Jordà Polo.
     + [ADB] Warn when a package embeds a copy of the Universal Feed Parser.
       Patch from Chris Lamb.  (Closes: #493156)
-    + [FL] Don't issue tag file-in-unusal-dir for files where we already
+    + [FL, ADB] Don't issue tag file-in-unusal-dir for files where we already
       issued one of the specific dir-or-file-in-* tags.  (Closes: #493921)
   * checks/huge-usr-share:
     + [ADB] Replace (the single) direct access to fields/* with ::field()

-- 
Debian package checker


Reply to: