]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Packaging] sort ABI files with C.UTF-8 locale
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Tue, 22 Aug 2017 14:15:47 +0000 (11:15 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 23 Aug 2017 13:38:09 +0000 (10:38 -0300)
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 <cascardo@canonical.com>
Acked-by: Marcelo Cerri <marcelo.cerri@canonical.com>
Acked-by: Colin King <colin.king@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian/scripts/misc/getabis

index 2aad5ddf392a3ee0a8c0fd8fa3b3315240d22720..c7a0c5fe23213501db2081e4a7f2cc5688be5c06 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+export LC_ALL=C.UTF-8
+
 if [ "$#" != "2" ]; then
        echo "Usage: $0 <release> <revision>" 1>&2
        exit 1