[SCM] kxmlgui packaging branch, master, updated. debian/5.28.0-1-2-g98a2f50

Maximiliano Curia maxy at moszumanska.debian.org
Fri Apr 7 14:49:21 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kxmlgui.git;a=commitdiff;h=4d3cc8d

The following commit has been merged in the master branch:
commit 4d3cc8d6776c068e39744b69da1f3c545a3ec92a
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Apr 7 16:48:15 2017 +0200

    Add new patch: Reproducible-builds-drop-version-from-XMLGUI_COMPILING_OS.patch
    
    Closes: 835053
    Thanks: Chris Lamb for reporting
---
 ...lds-drop-version-from-XMLGUI_COMPILING_OS.patch | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/Reproducible-builds-drop-version-from-XMLGUI_COMPILING_OS.patch b/debian/patches/Reproducible-builds-drop-version-from-XMLGUI_COMPILING_OS.patch
new file mode 100644
index 0000000..1dcdc69
--- /dev/null
+++ b/debian/patches/Reproducible-builds-drop-version-from-XMLGUI_COMPILING_OS.patch
@@ -0,0 +1,23 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Fri, 7 Apr 2017 16:41:55 +0200
+Subject: Reproducible builds: drop version from XMLGUI_COMPILING_OS
+
+This is a fix for the Debian bug: https://bugs.debian.org/835053. The
+reproducible build team found kxmlgui not reproducible by the use of
+the CMAKE_SYSTEM variable. Changing it to CMAKE_SYSTEM_NAME still gives
+us information about the SYSTEM, disregarding the kernel version.
+---
+ src/config-xmlgui.h.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/config-xmlgui.h.cmake b/src/config-xmlgui.h.cmake
+index 9d7f3dc..a063b14 100644
+--- a/src/config-xmlgui.h.cmake
++++ b/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 "${CMAKE_SYSTEM_NAME}"
+ #define XMLGUI_COMPILER_VERSION "${XMLGUI_COMPILER_VERSION}"
+ 
+ #define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1cfdd3a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Reproducible-builds-drop-version-from-XMLGUI_COMPILING_OS.patch

-- 
kxmlgui packaging



More information about the pkg-kde-commits mailing list