From: gnome-perl (G. B. <bug...@gn...> - 2015-05-04 17:58:00
|
https://bugzilla.gnome.org/show_bug.cgi?id=748911 Bug ID: 748911 Summary: [PATCH] Make generation of cairo-perl-auto.typemap and cairo-perl-auto.h deterministic Classification: Bindings Product: gnome-perl Version: unspecified OS: All Status: NEW Severity: normal Priority: Normal Component: Cairo Assignee: gtk...@li... Reporter: int...@bo... QA Contact: gtk...@li... GNOME version: --- Created attachment 302891 --> https://bugzilla.gnome.org/attachment.cgi?id=302891&action=edit 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! -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. |