Bug#882277: atk1.0: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Nov 21 00:25:43 UTC 2017


Source: atk1.0
Version: 2.26.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that atk1.0 could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/patches/reproducible-build.patch	1970-01-01 09:00:00.000000000 +0900
--- b/debian/patches/reproducible-build.patch	2017-11-21 09:15:30.053563320 +0900
@@ -0,0 +1,26 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2017-11-21
+
+--- atk1.0-2.26.1.orig/atk/atk-enum-types.c.template
++++ atk1.0-2.26.1/atk/atk-enum-types.c.template
+@@ -7,7 +7,7 @@
+ 
+ /*** BEGIN file-production ***/
+ 
+-/* enumerations from "@filename@" */
++/* enumerations from "@basename@" */
+ /*** END file-production ***/
+ 
+ /*** BEGIN value-header ***/
+--- atk1.0-2.26.1.orig/atk/atk-enum-types.h.template
++++ atk1.0-2.26.1/atk/atk-enum-types.h.template
+@@ -14,7 +14,7 @@ G_BEGIN_DECLS
+ 
+ /*** BEGIN file-production ***/
+ 
+-/* enumerations from "@filename@" */
++/* enumerations from "@basename@" */
+ /*** END file-production ***/
+ 
+ /*** BEGIN value-header ***/
--- a/debian/patches/series	2017-11-21 08:49:56.241131737 +0900
--- b/debian/patches/series	2017-11-21 08:55:53.066082124 +0900
@@ -0,0 +1 @@
+reproducible-build.patch


More information about the Pkg-a11y-devel mailing list