GNOME Bugzilla – Bug 748911
[PATCH] Make generation of cairo-perl-auto.typemap and cairo-perl-auto.h deterministic
Last modified: 2015-08-24 19:19:10 UTC
Created attachment 302891 [details] [review] Generate cairo-perl-auto.typemap and cairo-perl-auto.h in a deterministic fashion Hi, while working on the "reproducible builds" effort (https://wiki.debian.org/ReproducibleBuilds) we've identified that perl-Cairo did not build in a reproducible way, since cairo-perl-auto.typemap and cairo-perl-auto.h are auto-generated by iterating over hash keys. The attached patch fixes this by sorting hash keys used when generating these files. Please consider for inclusion upstream. Thanks!
Looks good, committed. Thanks for the patch!