From a2b93262d96169e31c8d9d9e4fe852a69aa456c7 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 22 Aug 2017 11:15:47 -0300 Subject: [PATCH] UBUNTU: [Packaging] sort ABI files with C.UTF-8 locale BugLink: https://bugs.launchpad.net/bugs/1712345 Whenever we update the ABI files, the files may be sorted in a different order, even though their contents are the same. That happens because the system updating the ABI files may use a different locale than the one that was used previously. Signed-off-by: Thadeu Lima de Souza Cascardo Acked-by: Marcelo Henrique Cerri Acked-by: Colin Ian King Acked-by: Kleber Sacilotto de Souza Signed-off-by: Seth Forshee --- debian/scripts/misc/getabis | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/scripts/misc/getabis b/debian/scripts/misc/getabis index 2aad5ddf392a..c7a0c5fe2321 100755 --- a/debian/scripts/misc/getabis +++ b/debian/scripts/misc/getabis @@ -1,5 +1,7 @@ #!/bin/bash +export LC_ALL=C.UTF-8 + if [ "$#" != "2" ]; then echo "Usage: $0 " 1>&2 exit 1 -- 2.39.5