Your message dated Thu, 26 Jun 2008 23:03:13 +1000
with message-id <[EMAIL PROTECTED]>
and subject line THESE BUGS *WERE* CLOSED YEARS AGO IN NMUS, DO ***NOT*** 
RE-OPEN THEM
has caused the Debian Bug report #84018,
regarding dlocate -l: should truncate its input to 14 chars
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.)


-- 
84018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84018
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dlocate
Version: 0.5

dlocate -l doesn't work if its input is longer than 14 characters:

polya:~ $ dlocate -l libi18n-langtags-perl
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name            Version        Description
+++-===============-==============-============================================
polya:~ $ dlocate -l libi18n-lang         
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name            Version        Description
+++-===============-==============-============================================
ii  libi18n-langta 0.12-6         Perl module for dealing with RFC1766-style l

Here's a patch:

--- dlocate.orig        Mon Jan 29 12:16:49 2001
+++ dlocate     Mon Jan 29 12:20:33 2001
@@ -61,7 +61,8 @@
 ||/ Name            Version        Description
 +++-===============-==============-============================================
 __EOF__
-               grep "$1" $DPKGLIST
+               MATCH=`echo "$1" | cut -c1-14`
+               grep "$MATCH" $DPKGLIST
                ;;
        "-L")
                if [ -e $DPKG_INFO/$PKG.list ] ; then 


   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

         Julian Gilbey, Dept of Maths, Queen Mary, Univ. of London
       Debian GNU/Linux Developer,  see http://people.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/


--- End Message ---
--- Begin Message ---
THESE BUGS *WERE* CLOSED YEARS AGO IN NMUS, DO ***NOT*** RE-OPEN THEM

craig

-- 
craig sanders <[EMAIL PROTECTED]>


--- End Message ---

Reply via email to