Source: kxmlgui Version: 5.25.0-1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: uname X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], I noticed that kxmlgui 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 2016-08-21 18:19:22.645111083 +0100 @@ -0,0 +1,13 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2016-08-21 + +--- kxmlgui-5.25.0.orig/src/config-xmlgui.h.cmake ++++ kxmlgui-5.25.0/src/config-xmlgui.h.cmake +@@ -1,5 +1,5 @@ + #define XMLGUI_DISTRIBUTION_TEXT "${XMLGUI_DISTRIBUTION_TEXT}" +-#define XMLGUI_COMPILING_OS "${CMAKE_SYSTEM}" ++#define XMLGUI_COMPILING_OS "Generic" + #define XMLGUI_COMPILER_VERSION "${XMLGUI_COMPILER_VERSION}" + + #define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" --- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/series 2016-08-21 18:19:19.885060733 +0100 @@ -0,0 +1 @@ +reproducible-build.patch