Your message dated Tue, 24 Feb 2009 03:17:21 +0000
with message-id <[email protected]>
and subject line Bug#483862: fixed in man-db 2.5.4-1
has caused the Debian Bug report #483862,
regarding man-db: whatis.1 -- missing -v in SYNOPSIS
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 [email protected]
immediately.)
--
483862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483862
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: man-db
Severity: wishlist
Hello.
Option -v is described in OPTIONS but absent in the SYNOPSIS.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to ru_RU.UTF-8)
Versions of packages man-db depends on:
ii bsdmainutils 6.1.6 collection of more utilities from
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii dpkg 1.14.16.6 package maintenance system for Deb
ii groff-base 1.18.1.1-12 GNU troff text-formatting system (
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii zlib1g 1:1.2.3-13 compression library - runtime
man-db recommends no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: man-db
Source-Version: 2.5.4-1
We believe that the bug you reported is fixed in the latest version of
man-db, which is due to be installed in the Debian FTP archive:
man-db_2.5.4-1.diff.gz
to pool/main/m/man-db/man-db_2.5.4-1.diff.gz
man-db_2.5.4-1.dsc
to pool/main/m/man-db/man-db_2.5.4-1.dsc
man-db_2.5.4-1_i386.deb
to pool/main/m/man-db/man-db_2.5.4-1_i386.deb
man-db_2.5.4.orig.tar.gz
to pool/main/m/man-db/man-db_2.5.4.orig.tar.gz
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.
Colin Watson <[email protected]> (supplier of updated man-db 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.8
Date: Tue, 24 Feb 2009 02:41:53 +0000
Source: man-db
Binary: man-db
Architecture: source i386
Version: 2.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description:
man-db - on-line manual pager
Closes: 121997 166701 167159 271402 384301 389762 461319 477305 480678 480996
481226 482424 482791 482792 482810 483589 483862 483951 494287 494989 496172
512233 516133
Changes:
man-db (2.5.4-1) unstable; urgency=low
.
* New upstream release.
- Exit as soon as possible if database writes return ENOSPC (closes:
#167159).
- Make it possible to override man's default of discarding stderr when
stdout is a terminal (closes: #480996).
- Reorganise lexgrog to stop on any unrecognised roff request, rather
than continuing and often littering the database with garbage (closes:
#271402).
- Make handling of terminal widths for cat pages configurable (closes:
#121997).
- Improve sorting and de-duplication of manual page candidates (closes:
#389762, #496172).
- Consider SO_MAN equivalent to ULT_MAN for the purposes of sorting
candidate pages for display (closes: #384301).
- Add regular expression and shell wildcard search facilities to man
(closes: #461319).
- Add option to disable hyphenation (closes: #166701).
- Line length is a property of output, not input, so only check whether
standard output is a terminal, not also standard input (closes:
#512233).
- Partially rewrite building of manpath according to locale. The
previous code was completely wrong: as well as handling duplicates
rather oddly, it effectively handled LANGUAGE in reverse order
(closes: #516133).
.
man-db (2.5.3-3) experimental; urgency=low
.
* Backport from trunk:
- Update manual page search order to permit FHS-compliant installation
of packages in /opt. Reported by Matt Domsch.
.
man-db (2.5.3-2) experimental; urgency=low
.
* Explicitly configure --with-lzma=lzma.
* Increase versioned dependency on groff-base to (>= 1.18.1.1-15) for a
working -w option in nroff (closes: #494287).
.
man-db (2.5.3-1) experimental; urgency=low
.
* New upstream release.
- Cleaned up a number of possible crashes, memory leaks, and missing
error checks found by the Coverity Scan project.
- The LANGUAGE environment variable is now tokenised properly, rather
than only taking the first two characters of each element.
- man now correctly propagates the exit code of whatis or apropos when
called with the -f or -k option respectively (closes: #477305).
- Fix several manual page synopsis problems (thanks, Yuri Kozlov;
closes: #480678, #481226, #482424, #482791, #482792, #482810, #483589,
#483862, #483951).
- Reduce the number of warnings emitted when using an unrecognised
locale (closes: #494989).
- manconv and zsoelim are now called internally rather than by executing
external programs, to improve performance.
- Manual pages may now be compressed with LZMA (although this is
probably only worth it for very large pages).
- Duplicate manual page hierarchies due to symlinks (e.g. /usr/man ->
/usr/share/man) are detected and removed from the search order.
- A locale modifier (e.g. @latin) in a directory name must now match the
locale if the former is set, in addition to the language and
territory.
- Bare .so includes (e.g. ".so foo.1" rather than ".so man1/foo.1") now
work, although only within the same manual page hierarchy for now
(partially fixes #503472).
* Add Homepage field.
* Policy version 3.8.0: no changes required.
* Pass CFLAGS and LDFLAGS to configure rather than make so that we don't
have to keep up with the set of warnings that configure decides to
enable.
Checksums-Sha1:
d8f225c48afcc0427fbe87c325ed07853f1b7ec4 1084 man-db_2.5.4-1.dsc
f7730087396d30171c35d500209253795f2d05f9 1934745 man-db_2.5.4.orig.tar.gz
e217283934d826858f5f4b54d88475e7b6d80a83 64410 man-db_2.5.4-1.diff.gz
ddd3e5b6c4a810c5c146f2ec19a1b884f9859022 1185800 man-db_2.5.4-1_i386.deb
Checksums-Sha256:
624be742690134c7911623b8932db9ed70327edd6e7c5cd46ec9731711c2ac43 1084
man-db_2.5.4-1.dsc
4de6cf413f44d971d304b174b35a75c7ec35b022fe04e265ff07951bbf6676d8 1934745
man-db_2.5.4.orig.tar.gz
7e7330eba8c8d7cdfea9d018cc9e8b795df09afd147f82770518077d41233ec2 64410
man-db_2.5.4-1.diff.gz
3f6293391182438f54c7450a8591c60ad9660c690d1028ce10020786a1922261 1185800
man-db_2.5.4-1_i386.deb
Files:
f53e6ee6d722c4398760492692395a81 1084 doc important man-db_2.5.4-1.dsc
591752c2bd003f7f2f5ca3387da3ddc9 1934745 doc important man-db_2.5.4.orig.tar.gz
d86d257bba9214e52348e91640091369 64410 doc important man-db_2.5.4-1.diff.gz
2229dcde38011eb99c1566c4b30e07b8 1185800 doc important man-db_2.5.4-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <[email protected]> -- Debian developer
iD8DBQFJo2Mo9t0zAhD6TNERAgQ6AJ0RKJ6oXgD8Gj0U4oLNWTWNoL7nBACfVhrr
CGdkpg7Skvgej0quUBNRKPY=
=JyR/
-----END PGP SIGNATURE-----
--- End Message ---