Source: at-spi2-core Version: 2.26.2-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that at-spi2-core could not be built reproducibly. Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2017-12-02 22:11:13.493032308 +0000 @@ -0,0 +1,26 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2017-12-02 + +--- at-spi2-core-2.26.2.orig/atspi/atspi-enum-types.c.template ++++ at-spi2-core-2.26.2/atspi/atspi-enum-types.c.template +@@ -4,7 +4,7 @@ + /*** END file-header ***/ + + /*** BEGIN file-production ***/ +-/* enumerations from "@filename@" */ ++/* enumerations from "@basename@" */ + #include "@filename@" + + /*** END file-production ***/ +--- at-spi2-core-2.26.2.orig/atspi/atspi-enum-types.h.template ++++ at-spi2-core-2.26.2/atspi/atspi-enum-types.h.template +@@ -9,7 +9,7 @@ G_BEGIN_DECLS + /*** END file-header ***/ + + /*** BEGIN file-production ***/ +-/* Enumerations from "@filename@" */ ++/* Enumerations from "@basename@" */ + + /*** END file-production ***/ + --- a/debian/patches/series 2017-12-02 22:03:08.825311797 +0000 --- b/debian/patches/series 2017-12-02 22:11:12.641025769 +0000 @@ -1 +1,2 @@ at-spi-by-default +reproducible-build.patch