Your message dated Tue, 20 Nov 2007 15:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289351: fixed in dlocate 0.7
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: dlocate
Version: 0.5-0.2
Severity: normal


For some reason my last post to:

    dlocate: duplicated -man entries
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=152207

...hasn't gotten the bug reopened or fixed, and I can't
reopen it, so rather than let something useful sink into
e-oblivion, here's an abridged copy n' paste:

<copy begins>

...there seems to be an assumption that full pathnames are incompatible
with 'man'. That's not obvious though;  on my system this works:

    % man /usr/share/man/man1/bash.1.gz

...and even this works:

    % man `dlocate -L bash | grep ".*/man.*.gz" | sort`

...these aren't unique lines:

    % dlocate -man aptitude
    8 aptitude
    8 aptitude
    8 aptitude.fr
    8 aptitude
    8 aptitude.fi
    8 aptitude
    8 aptitude
    8 aptitude
    8 aptitude
    8 aptitude

    # how many dups was it?
    % dlocate -man aptitude | sort | uniq -cd
          8 8 aptitude  # 8 dups

Worse, if I try this:

    % man `dlocate -man aptitude`

...and keep hitting 'q' & <Enter>, the same man page shows up 8 times.

There are no repeats with this:

    % man `dlocate -L aptitude | grep ".*/man.*.gz" | sort`

So for that example at least, full pathnames are better.

NB: my one-liner's not perfect.  Packages with many symlinks to
man pages would cause repeats even with that code.  Maybe the worst
possible example:

    # how many symlinked man pages in 'manpages-dev'?
    % for f in `dlocate -L manpages-dev | grep ".*/man.*.gz"`; do file $f | 
grep symbolic ; done | wc -l
    881 # <<--  that many

I-yi-yi!  So the ideal would be a '-man' option that eliminated
symlinks, or could if desired.  Displaying only the local
language pages would be convenient too.

Hope this helps...

<copy ends>



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages dlocate depends on:
ii  dpkg                          1.13.17    package maintenance system for Deb
ii  grep-dctrl                    2.9.0      Grep Debian package information - 
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

dlocate recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dlocate
Source-Version: 0.7

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

dlocate_0.7.dsc
  to pool/main/d/dlocate/dlocate_0.7.dsc
dlocate_0.7.tar.gz
  to pool/main/d/dlocate/dlocate_0.7.tar.gz
dlocate_0.7_all.deb
  to pool/main/d/dlocate/dlocate_0.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Sanders <[EMAIL PROTECTED]> (supplier of updated dlocate 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: Wed, 21 Nov 2007 01:53:17 +1100
Source: dlocate
Binary: dlocate
Architecture: source all
Version: 0.7
Distribution: unstable
Urgency: low
Maintainer: Craig Sanders <[EMAIL PROTECTED]>
Changed-By: Craig Sanders <[EMAIL PROTECTED]>
Description: 
 dlocate    - fast alternative to dpkg -L and dpkg -S
Closes: 208425 289351 354648 361125 441109 441183 447141
Changes: 
 dlocate (0.7) unstable; urgency=low
 .
   * fixed small bug in arg handling
   * added more commentary and examples in the dlocate man page to resolve
     various searching issues (both locate and egrep are different to dpkg's
     shell-style pattern matching).
     Also added 'SEE ALSO locate(1)' to the man page.
     (Closes: #441183, #208425, #447141)
   * man page for dpkg is in section 1.  (Closes: #354648)
   * added -lsman option to list full path/filename of man pages.
     (Closes: #361125, #289351)
   * added -lsbin option to list full path/filename of binaries
     (Closes: #441109)
Files: 
 3170a73d8bde3b5b75b20cd0437c1945 481 utils optional dlocate_0.7.dsc
 ed10d933687c99063018a0b365159e2d 10633 utils optional dlocate_0.7.tar.gz
 ab546230567b85a2abe0bd9894ae82f3 11270 utils optional dlocate_0.7_all.deb

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

iD8DBQFHQvZ67DJoEM1WJvARAgOHAJ9J4zGL4N6/lqKIwfHLJcAR0jgMMgCfUkh6
FuLGUE/MjHrWR9U+YgKFtas=
=tZNl
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to