Your message dated Sun, 03 Jul 2005 20:02:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#207436: fixed in man-db 2.4.3-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Aug 2003 00:31:10 +0000
>From [EMAIL PROTECTED] Tue Aug 26 19:30:16 2003
Return-path: <[EMAIL PROTECTED]>
Received: from einsteinium.btinternet.com [194.73.73.147]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19roCV-0002HG-00; Tue, 26 Aug 2003 19:30:15 -0500
Received: from host81-129-36-235.in-addr.btopenworld.com ([81.129.36.235]
helo=riva.lab.dotat.at)
by einsteinium.btinternet.com with esmtp (Exim 3.22 #23)
id 19roCV-0004Nm-00
for [EMAIL PROTECTED]; Wed, 27 Aug 2003 01:30:15 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.35 #1 (Debian))
for [EMAIL PROTECTED]
id 19roCU-0002qs-00; Wed, 27 Aug 2003 01:30:14 +0100
Date: Wed, 27 Aug 2003 01:30:14 +0100
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Patch against man-db-2.4.1-13 to make "man -k" work on my system
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
X-Debbugs-Cc: Sven Mueller <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-20.5 required=4.0
tests=BAYES_20,EMAIL_ATTRIBUTION,HAS_PACKAGE,IN_REP_TO,
PENISACCENT,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES,
USER_AGENT_MUTT,X_DEBBUGS_CC
autolearn=ham version=2.53-bugs.debian.org_2003_8_17
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_17
(1.174.2.15-2003-03-30-exp)
Package: man-db
Version: 2.4.1-13
Severity: normal
On Wed, Aug 27, 2003 at 01:01:45AM +0200, Sven Mueller wrote:
> I had a problem with man-db-2.4.1-13 (and some earlier versions, too)
> that the commandline
>
> > man -k <whatever>
>
> always returned:
>
> apropos: invalid option -- P
>
> This happens because man seems to pass the pager option (-P) on to the
> apropos binary. However, even though apropos ignores some commandline
> parameters which might get passed by man, it does not ignore the "-P
> <program>" option. The attached diff fixes the whatis.c source file
> (which is used to build the apropos binary) so that it ignores the -P
> switch.
This is certainly a real problem, but I'm not comfortable with the
approach taken by this patch. At the moment, man's entire command line
is passed through to apropos and to whatis. However, there are many
options besides -P which are valid to man but not to apropos or whatis.
The correct approach is for man to pass through only options known to be
valid rather than for apropos and whatis to exclude those that aren't.
I'm going to defer doing this for a little while, because I'm just in
the middle of overhauling the way all man-db programs call external
commands. Once I'm finished with that, doing this correctly will be a
great deal easier and much less error-prone. I'm filing a Debian bug
report with this message so that I don't forget.
> You might want to integrate this diff into the debian package source
> and perhaps pass the patch on to the upstream maintainer.
I *am* the upstream maintainer. :-)
Cheers,
--
Colin Watson [EMAIL PROTECTED]
---------------------------------------
Received: (at 207436-close) by bugs.debian.org; 4 Jul 2005 00:09:20 +0000
>From [EMAIL PROTECTED] Sun Jul 03 17:09:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DpEWV-000894-00; Sun, 03 Jul 2005 17:09:19 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DpEPc-0006T5-00; Sun, 03 Jul 2005 20:02:12 -0400
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#207436: fixed in man-db 2.4.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 03 Jul 2005 20:02:12 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: man-db
Source-Version: 2.4.3-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.4.3-1.diff.gz
to pool/main/m/man-db/man-db_2.4.3-1.diff.gz
man-db_2.4.3-1.dsc
to pool/main/m/man-db/man-db_2.4.3-1.dsc
man-db_2.4.3-1_powerpc.deb
to pool/main/m/man-db/man-db_2.4.3-1_powerpc.deb
man-db_2.4.3.orig.tar.gz
to pool/main/m/man-db/man-db_2.4.3.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.7
Date: Mon, 4 Jul 2005 00:27:05 +0100
Source: man-db
Binary: man-db
Architecture: source powerpc
Version: 2.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description:
man-db - The on-line manual pager
Closes: 129575 207436 218407 241387 245057 256279 268584 275562
Changes:
man-db (2.4.3-1) unstable; urgency=low
.
* New upstream release.
- Make most calls to external programs directly rather than going via
the shell.
- When stdout is not a terminal, man pages will be formatted in plain
text without the use of backspace or ANSI formatting characters.
- Try harder to find somewhere to store cat pages for symlinked man
pages (closes: #129575).
- When invoking apropos (man -k) or whatis (man -f) as external
programs, man now only passes through command-line options understood
by the respective programs (closes: #207436).
- Drop versions and/or modifiers from locale names before deciding how
to handle them (closes: #241387).
- Fix portable shell issues in mkcatdirs (closes: #256279).
- Terminate NAME section parsing on encountering a macro definition
(closes: #275562).
- Add -s/--section option to apropos and whatis (closes: #218407).
- Update Polish translation (thanks, Robert Luberda; closes: #245057).
- Update Russian translation (thanks, Yuri Kozlov; closes: #268584).
* Policy version 3.6.2: no changes required.
Files:
36d19ca84004afcaf2d39fadf5595457 594 doc important man-db_2.4.3-1.dsc
30814a47f209f43b152659ba51fc7937 816545 doc important man-db_2.4.3.orig.tar.gz
7d550ab7461ad2b65d6394371086f114 72545 doc important man-db_2.4.3-1.diff.gz
952c76020a19de98031079d8752f2132 682396 doc important
man-db_2.4.3-1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCyHfb9t0zAhD6TNERAhu9AJ9qoUNIlcmgle6uyHCGlo65IcvAugCeKCcM
By6QFFk92t1OE/Q5Em0gkQ4=
=l0sz
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]