glib-mkenums: Sort input files for more deterministic output8686e43058765dce487a217736a970ac5643bddb
commit8686e43058765dce487a217736a970ac5643bddb
authorSimon McVittie <smcv@debian.org>
Sat, 4 Mar 2017 15:15:50 +0000 (4 15:15 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 4 Mar 2017 22:05:44 +0000 (4 22:05 +0000)
treebbd727b2ea635a2fd1d60385dc5a45bf97bfc7eb
parent935cd72bddda77b5c09b9b72d5a478b9d7817aa6
glib-mkenums: Sort input files for more deterministic output

This should be helpful for reproducible builds
<https://reproducible-builds.org/>.

Perl's sorting is not locale-sensitive unless the lexical scope has
'use locale', which this one does not, so we do not need to force
locale-agnostic sorting.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=769983
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809152
gobject/glib-mkenums.in