diff options
author | Arno Töll <arno@debian.org> | 2014-01-02 01:30:41 -1100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2014-01-02 01:30:41 -1100 |
commit | 1dfdbcd26d6cca276f5f1b674915450219d99e50 (patch) | |
tree | b0999b982cc1ef1268b00e6b8114a5b498a54945 | |
parent | 66bf50debfedda15605c7866c5a02d15e3a77493 (diff) | |
download | apache2-1dfdbcd26d6cca276f5f1b674915450219d99e50.tar.gz |
Add a Lintian override for dir-or-file-in-var-wwwdebian/2.4.7-1
-rw-r--r-- | debian/apache2.lintian-overrides | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/apache2.lintian-overrides b/debian/apache2.lintian-overrides index 4d9c8678..c9ec6574 100644 --- a/debian/apache2.lintian-overrides +++ b/debian/apache2.lintian-overrides @@ -4,3 +4,6 @@ non-standard-dir-perm var/log/apache2/ 0750 != 0755 # The default configuration refers to this directory. Thus it should exist on # default installations. package-contains-empty-directory usr/lib/cgi-bin/ +# Apache uses var/www/html/ as a new default document root +# See #730372 and https://lists.debian.org/debian-devel/2012/04/msg00301.html +apache2: dir-or-file-in-var-www var/www/html/ |