Your message dated Tue, 02 Jan 2007 11:02:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#404666: fixed in dwww 1.10.1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: dwww Version: 1.10.0 Severity: normal Hi, The prerm script contains the following code: if [ -L "$cfile" ] && [ x`realpath "$cfile"` = x"$dwwwf" ]; then rm -f "$cfile" elif [ -e "$cfile" ]; then you're assuming the command realpath exists without checking it this is the case. As you write in the package description of realpath: "This utility provides mostly the same functionality as `/bin/readlink -f' in the coreutils package." I suggest to replace the realpath call by a call to readlink, which is provided by a required package. Regards, Hilmar -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to POSIX)
--- End Message ---
--- Begin Message ---Source: dwww Source-Version: 1.10.1 We believe that the bug you reported is fixed in the latest version of dwww, which is due to be installed in the Debian FTP archive: dwww_1.10.1.dsc to pool/main/d/dwww/dwww_1.10.1.dsc dwww_1.10.1.tar.gz to pool/main/d/dwww/dwww_1.10.1.tar.gz dwww_1.10.1_i386.deb to pool/main/d/dwww/dwww_1.10.1_i386.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Robert Luberda <[EMAIL PROTECTED]> (supplier of updated dwww 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 1 Jan 2007 22:53:01 +0100 Source: dwww Binary: dwww Architecture: source i386 Version: 1.10.1 Distribution: unstable Urgency: high Maintainer: Robert Luberda <[EMAIL PROTECTED]> Changed-By: Robert Luberda <[EMAIL PROTECTED]> Description: dwww - Read all on-line documentation with a WWW browser Closes: 374665 385051 396474 397061 404662 404666 404748 404775 Changes: dwww (1.10.1) unstable; urgency=high . * Applied NMU patch from Frank Küster, see previous log entry. Thanks, Frank! (Note however the NMU was never uploaded). * debian/postinst: + restart all apache web servers, not apache2 only; + use invoke-rc.d to do the job. * dwww-find: + set proper type for links generated by SearchDocFile(); + BasePkgFiles(): make regexp not to fail on packages' names containing metacharacters (e.g. `swish++'). . dwww (1.10.0-0.1) unstable; urgency=high . * NMU to fix RC, important and l10n bugs * Change firefox to iceweasel in dwww.links. This broke installing iceweasel when dwww was present, hence the urgency. (closes: #404775, #404662) * In postinst, restart apache2 if it is running (closes: #374665) * Use readlink -f instead of realpath, which isn't available in the packages dwww depends on (closes: #404666) * Spanish debconf translation update, by Steve Lord Flaubert <[EMAIL PROTECTED]> and others (closes: #397061, #404748, #396474, #385051) Files: 5ee7306c05fa62ecdeafc15a1d92cd14 493 doc optional dwww_1.10.1.dsc 9f1f1dd1cdb10f5724f4c0cfdfb2ced7 109589 doc optional dwww_1.10.1.tar.gz fc305c337d60fc9822cd063753c8d26e 110062 doc optional dwww_1.10.1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFmhuTThh1cJ0wnDsRAqqaAJwMytO2tr+6fvbpwqmeS7IKfINdVgCfZL+t HyzKdEgB6KFNXgLvxvUpPaQ= =+PJU -----END PGP SIGNATURE-----
--- End Message ---

