Your message dated Mon, 26 Nov 2007 08:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452746: fixed in dlocate 0.92
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.91
Severity: normal

Hi,
I found a strange behaviour in -lsbin:

$ ls 
sncf.zip
$ dlocate -lsbin python-doc
sncf.zip

as there is no binary file in python-doc, dlocate -lsbin is just transformed
in "ls -1"
why not use something like : 

for f in `dlocate -L $PKG`; do
    # file is executable, regular, and not a symlink
    if [ -x $f -a -f $f -a ! -h $f ]; then
        ls -1 $f
    fi
done

instead of xargs ?

arno.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22custom
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dlocate depends on:
ii  dctrl-tools [grep-dctrl]      2.12       Command-line tools to process Debi
ii  dpkg                          1.14.11    package maintenance system for Deb
ii  findutils                     4.2.31-1   utilities for finding files--find,
ii  perl                          5.8.8-12   Larry Wall's Practical Extraction 

dlocate recommends no packages.

-- no debconf information



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

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.92.dsc
  to pool/main/d/dlocate/dlocate_0.92.dsc
dlocate_0.92.tar.gz
  to pool/main/d/dlocate/dlocate_0.92.tar.gz
dlocate_0.92_all.deb
  to pool/main/d/dlocate/dlocate_0.92_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: Mon, 26 Nov 2007 19:26:50 +1100
Source: dlocate
Binary: dlocate
Architecture: source all
Version: 0.92
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: 452746
Changes: 
 dlocate (0.92) unstable; urgency=low
 .
   * passed '--' to egrep so you can search for partial package names
     like '-utils', '-tools', etc.
   * fixed a bug in -md5check which prevented it from checking some
     packages with spaces in the filenames.
   * used '-r' ("--no-run-if-empty") everywhere with xargs.
     (Closes: #452746)
   * also changed numerous tests of [ -e $PKG.* ] to [ -s $PKG.* ]
     to test for 'exists and not empty' rather than just 'exists'.
   * removed output of double-quotes (0x22) surrounding $PKG to
     make stderr output more parser-friendly.
   * added simple script to test dlocate output prior to uploading
     a new version (script is in source package only)
Files: 
 8bb0aaa39208b7f7f5b5266f676756a6 483 utils optional dlocate_0.92.dsc
 9c184f9d9bc20f47b94c905c644ec75b 13750 utils optional dlocate_0.92.tar.gz
 41298b90fc0ab39373f389d25f38e79e 15448 utils optional dlocate_0.92_all.deb

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

iD8DBQFHSoQ37DJoEM1WJvARAvrdAJ9Kjwit6dqhtIOUBWW/4cvKgyTB2QCfXW8G
aNIcLshwY02axxzlWDCnM3I=
=3sXr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to