]> git.saurik.com Git - apt.git/commit
defaults.mak: Set LC_COLLATE=C.UTF-8 for reproducible sort order
authorJulian Andres Klode <jak@debian.org>
Mon, 30 Nov 2015 19:33:43 +0000 (20:33 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 30 Nov 2015 19:33:43 +0000 (20:33 +0100)
commitbe9dbd0642538761073bfa461646822d4e800985
tree0d80373ba691b18de46b70d21e18d25b0fb890e5
parent0507225b1b437a83201d204e45b52fb9e581b354
defaults.mak: Set LC_COLLATE=C.UTF-8 for reproducible sort order

With the 1.1.3 release we have seen some re-ordering of the
translation template and the translations. It turns out that
this is because sort sorts differently depending on the locale,
so let's force it to always sort in the C locale.
buildlib/defaults.mak