Your message dated Tue, 05 Jun 2007 08:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415119: fixed in dash 0.5.3-8
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: dash
Version 0.5.3-7

When LC_ALL is set to something like en_GB.UTF-8 then dash makes the
builtincmd structure in the wrong lexical order, breaking bsearch,
specifically the truecmd :

$ :
dash: :: not found

The attached patch addresses the issue.

Thanks

Roy Marples
--- dash-0.5.3.orig/src/mkbuiltins	2005-11-26 03:17:55.000000000 +0000
+++ dash-0.5.3/src/mkbuiltins	2007-03-15 21:23:51.448422603 +0000
@@ -65,7 +65,7 @@
 		if ($i ~ /^-/)
 			line = $(++i) "\t" line
 		print line
-	}}' $temp | sort -k 1,1 | tee $temp2 | awk '{
+	}}' $temp | LC_ALL=C sort -k 1,1 | tee $temp2 | awk '{
 		opt = ""
 		if (NF > 2) {
 			opt = substr($2, 2)

--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.3-8

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

ash_0.5.3-8_all.deb
  to pool/main/d/dash/ash_0.5.3-8_all.deb
dash_0.5.3-8.diff.gz
  to pool/main/d/dash/dash_0.5.3-8.diff.gz
dash_0.5.3-8.dsc
  to pool/main/d/dash/dash_0.5.3-8.dsc



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.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash 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, 04 Jun 2007 18:46:04 +0000
Source: dash
Binary: dash-udeb ash dash
Architecture: all source
Version: 0.5.3-8
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 ash        - Compatibility package for the Debian Almquist Shell
 dash       - The Debian Almquist Shell
 dash-udeb  - The Debian Almquist Shell for boot floppies (udeb)
Closes: 357091 415119 418174
Changes: 
 dash (0.5.3-8) unstable; urgency=low
 .
   * debian/diff/0009..0017-*.diff: new; from upstream master branch.
     * 0009-BUILTIN-Fix-mkbuiltin-sort-order.diff: Fix mkbuiltin sort
       order (closes: #415119).
     * 0016-REDIR-Fix-redirect-restore-on-saved-file-descriptor.diff:
       Fix redirect restore on saved file descriptors (closes: #357091).
   * debian/po/it.po: [INTL:it] Italian debconf templates translation
     (thx Luca Monducci; closes: #418174).
Files: 
 24618e3147a453f036422a5eb9241fdf 639 shells optional dash_0.5.3-8.dsc
 3337f54d71d5a1d8b46f3d2e5ca5e5b1 65454 shells optional dash_0.5.3-8.diff.gz
 f1bc68362a50a33a7937abbac61f11b0 17988 shells optional ash_0.5.3-8_all.deb

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

iD8DBQFGZRfIGJoyQbxwpv8RAr9bAJ9eBMztYImPd3hp9u3xcueI7pHPHACfQHT8
cE5dDWvrKQLjPeAmyWWHRzQ=
=PFZZ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to