Your message dated Thu, 22 Nov 2007 10:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380081: fixed in dlocate 0.9
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

Hi,

easy to reproduce:

[EMAIL PROTECTED]:~ $ dlocate vmlinuz-2.6.17-1-686 vmlinuz-2.6.16-2-686
linux-image-2.6.16-2-686: /boot/vmlinuz-2.6.16-2-686
[EMAIL PROTECTED]:~ $ dlocate vmlinuz-2.6.16-2-686 vmlinuz-2.6.17-1-686
linux-image-2.6.17-1-686: /boot/vmlinuz-2.6.17-1-686
[EMAIL PROTECTED]:~ $ dlocate vmlinuz-2.6.16-2-686
linux-image-2.6.16-2-686: /boot/vmlinuz-2.6.16-2-686

The bug is obviuosly here:

OPTION="$1" ; shift

Then it checks if the option is of the form: ""|"-h"|"-H"|"--help",
if yes the help is printed. Then it checks, if there are more options
after $1. If yes, $1 is evaluated. If not, $2, $3 etc. are evaluated:

PKG=$1
[ -z "$1" ] && PKG="$OPTION"

while [ -n "$PKG" ] ; do
case "$OPTION" in

<snip>

esac

shift
PKG=$1
done

I guess the first shift should only be done if $1 is a valid option
of dlocate.

H.
-- 
sigmentation fault


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

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.9.dsc
  to pool/main/d/dlocate/dlocate_0.9.dsc
dlocate_0.9.tar.gz
  to pool/main/d/dlocate/dlocate_0.9.tar.gz
dlocate_0.9_all.deb
  to pool/main/d/dlocate/dlocate_0.9_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: Thu, 22 Nov 2007 20:48:19 +1100
Source: dlocate
Binary: dlocate
Architecture: source all
Version: 0.9
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: 380081 452297
Changes: 
 dlocate (0.9) unstable; urgency=low
 .
   * cron.daily doesn't need to have COLUMNS=200.  this was fixed in dpkg
     years ago.
   * redirect error output from -lsbin to /dev/null.  (Closes: #452297)
   * made -lsbin output consistent with other -ls options
   * added dpkg-hold, dpkg-unhold, dpkg-remove, and dpkg-purge to /usr/sbin.
     simple command line tools that i've been using for years to
     flag/unflag a package for hold, or flag it to be removed or purged.
     They *ONLY* change the status of the package which will be noticed
     the next time dpkg, dselect, or apt-get is run.
   * write simple man pages for dpkg-{hold,unhold,remove,purge}
   * really fixed bad handling of first arg this time (Closes: #380081)
   * updated date in dlocate.1 man page
Files: 
 331846d283a98f14b29451038faf0f23 481 utils optional dlocate_0.9.dsc
 d98c3427c0769e7cf6eac92229f2f24c 12195 utils optional dlocate_0.9.tar.gz
 b108bc76b535b5545315fb20507cc3f3 15008 utils optional dlocate_0.9_all.deb

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

iD8DBQFHRVXN7DJoEM1WJvARAs37AJ0a36LlyPjhfrNzYZpsyAP8xJBV9gCcDrrT
yNx/ZGK2AYUJiMlzSrDrg30=
=/wUp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to