[Reproducible-commits] [notes] 01/01: note collation difference in tiger

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Jul 18 23:29:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository notes.

commit 564daf3629662b0c534173dffb8cf0263fe11437
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sun Jul 19 01:29:35 2015 +0200

    note collation difference in tiger
---
 issues.yml   | 5 +++++
 packages.yml | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/issues.yml b/issues.yml
index 7e33f67..0b763ca 100644
--- a/issues.yml
+++ b/issues.yml
@@ -697,3 +697,8 @@ random_order_in_javahelper_depends:
 nroff_output_varies_by_locale_or_utf8:
   description:
     .. either in terms of non-ASCII chars and effects on text wrapping
+collation_order_varies_by_locale:
+  description:
+    LC_COLLATE (or LC_ALL) causes a variation in the deterministic
+    order produced by invocations like ls *.  This can usually be
+    fixed with LC_COLLATE=C.UTF-8 or LC_COLLATE=C.
diff --git a/packages.yml b/packages.yml
index 2eb7d71..a95aab7 100644
--- a/packages.yml
+++ b/packages.yml
@@ -16023,6 +16023,12 @@ tig:
   version: 2.0.2-1
   issues:
     - timestamps_from_cpp_macros
+tiger:
+  version: 1:3.2.3-12.1
+  issues:
+    - collation_order_varies_by_locale
+  bugs:
+    - 792828
 tika:
   version: 1.5-1
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list