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

Bug#553537: marked as done (wdg-html-validator: dir-or-file-in-var-www /var/www/wdg-html-validator.html)



Your message dated Wed, 20 Jan 2010 13:17:07 +0000
with message-id <E1NXaQl-0008TI-H2@ries.debian.org>
and subject line Bug#553537: fixed in wdg-html-validator 1.6.2-7
has caused the Debian Bug report #553537,
regarding wdg-html-validator: dir-or-file-in-var-www /var/www/wdg-html-validator.html
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
553537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553537
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wdg-html-validator
Version: 1.6.2-6
Severity: serious
User: lintian-maint@debian.org
Usertags: dir-or-file-in-var-www

Debian packages should not install files under /var/www. This is not
one of the /var directories in the File Hierarchy Standard and is
under the control of the local administrator. Packages should not
assume that it is the document root for a web server; it is very
common for users to change the default document root and packages
should not assume that users will keep any particular setting. 

Packages that want to make files available via an installed web server
should instead put instructions for the local administrator in a
README.Debian file and ideally include configuration fragments for
common web servers such as Apache.

As an exception, packages are permitted to create the /var/www
directory due to its past history as the default document root, but
should at most copy over a default file in postinst for a new install.

Refer to Filesystem Hierarchy Standard (The /var Hierarchy) for
details.

One solution that works is to put configuration files into
/etc/<package_name>, put static content, if any, into
/usr/{share,lib}/<package_name>, then create /var/lib/<package name>
as home for the package, and symlink the files from /etc and /usr/
into the /var/lib/<package_name>. Then create a simple set of
configuration snippets for popular web servers (for example, files one
may link into /etc/apache2/conf.d) and put them into
/etc/<package_name>. This way user modifiable files stil live in /etc,
and a simple operation can make the package go live.

Filed as serious, since this is a violation of the FHS (which is part
of policy), and also since a package with these files will currently
get this package rejected. See
  http://lists.debian.org/debian-devel-announce/2009/10/msg00004.html
for details. This means the package has been deemed too buggy to be in
Debian.

manoj


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wdg-html-validator depends on:
ii  libhtml-parser-perl           3.62-1     collection of modules that parse H
ii  libi18n-charset-perl          1.394-1    Perl module for mapping character 
ii  libjconv-bin                  2.8-6+b1   charset conversion library - binar
ii  libunicode-map8-perl          0.12-3+b1  Perl module to map 8bit character 
ii  libunicode-string-perl        2.09-3+b1  Perl modules for Unicode strings
ii  libwww-perl                   5.833-1    Perl HTTP/WWW client/server librar
ii  opensp                        1.5.2-8    OpenJade group's SGML parsing tool
ii  perl                          5.10.1-6   Larry Wall's Practical Extraction 
ii  sgml-data                     2.0.3      common SGML and XML data
ii  w3c-dtd-xhtml                 1.1-5      W3C eXtensible HyperText Markup La

Versions of packages wdg-html-validator recommends:
ii  apache2-mpm-prefork [httpd]   2.2.14-1   Apache HTTP Server - traditional n

Versions of packages wdg-html-validator suggests:
pn  wdg-html-reference            <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: wdg-html-validator
Source-Version: 1.6.2-7

We believe that the bug you reported is fixed in the latest version of
wdg-html-validator, which is due to be installed in the Debian FTP archive:

wdg-html-validator_1.6.2-7.diff.gz
  to main/w/wdg-html-validator/wdg-html-validator_1.6.2-7.diff.gz
wdg-html-validator_1.6.2-7.dsc
  to main/w/wdg-html-validator/wdg-html-validator_1.6.2-7.dsc
wdg-html-validator_1.6.2-7_all.deb
  to main/w/wdg-html-validator/wdg-html-validator_1.6.2-7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 553537@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl <tolimar@debian.org> (supplier of updated wdg-html-validator package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 20 Jan 2010 13:56:51 +0100
Source: wdg-html-validator
Binary: wdg-html-validator
Architecture: source all
Version: 1.6.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Alexander Reichle-Schmehl <tolimar@debian.org>
Description: 
 wdg-html-validator - WDG HTML Validator
Closes: 553537
Changes: 
 wdg-html-validator (1.6.2-7) unstable; urgency=medium
 .
   * QA upload.
   * Remove symlink in /var/www and add information to README.Debian and add
     NEWS entry on how to activate the package (Closes: #553537)
     - Urgency set to medium because of RC bug fix
   * Bump debian/compat to 5, strengthen build-depends on debhelper
   * Remove comented dh_foo calls from debian/rules
   * User proper homepage field in debian/control
   * Add depends on ${misc:Depends}
   * Bump standards to 3.8.3 (no further changes needed)
   *
Checksums-Sha1: 
 3db7f1f41b87f469aed98f2983ec693084fa1429 1091 wdg-html-validator_1.6.2-7.dsc
 b476c5562a4826cec866d541ddbcc633ad2b9f38 12770 wdg-html-validator_1.6.2-7.diff.gz
 e81c048c07f2c17ce9b78b158e0f582ddd1fbcc4 480260 wdg-html-validator_1.6.2-7_all.deb
Checksums-Sha256: 
 fe292d96caad7e4470bcc3c82916d0ce71bbbfcfd9a8b3c436e2b2b37266a60c 1091 wdg-html-validator_1.6.2-7.dsc
 b6e457f4fc81d8837a2f6249371bac500de63beaa8ed72357eec1fee27c354b0 12770 wdg-html-validator_1.6.2-7.diff.gz
 e8928ca7f6febf992b7d8d120e6c8e7de76bef43db9e582341271fce0e7a3971 480260 wdg-html-validator_1.6.2-7_all.deb
Files: 
 8dbbeb3f84d30e2d9fcadd9b1758a3d0 1091 web optional wdg-html-validator_1.6.2-7.dsc
 519178f0a9d0283a53e0887e0c93c0d7 12770 web optional wdg-html-validator_1.6.2-7.diff.gz
 e33f399c0358162d38619317884ab052 480260 web optional wdg-html-validator_1.6.2-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktW/tkACgkQBxd04ADYzRbyTgCfYillUROr++4nukdzt4Y25kAt
P8sAoJ72F0NYdStDHDDDH1O7ePmM6+Sf
=8gBH
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: