On Thu, Apr 26, 2001 at 10:59:35PM -0400, Joey Hess wrote: > Paul Martin wrote: > > Looks like it would be a good idea to add "export LC_ALL=POSIX" to the > > default dh_make "rules" file. > > Well, we _could_ do that. It would probably have nasty effects if you > expected to be able to build a package and see errors in your native > language though.
As was noted in the forwarded message, it should only be necessary to export LC_COLLATE, not LC_ALL. In general, depending on alphabetical order without doing that is a Bad Idea these days, and will only get worse. (E.g., ls does the same thing; output will be sorted with upper and lower case interspersed unless using POSIX collation--don't expect Makefile to be at the top!) -- Mike Stone