[SCM] pairs packaging branch, master, updated. debian/14.12.3-1-8-gd1afc51

Maximiliano Curia maxy at moszumanska.debian.org
Thu Feb 25 08:54:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/pairs.git;a=commitdiff;h=0123dd6

The following commit has been merged in the master branch:
commit 0123dd60ee6af00ae0d8a88291b30e8738c058a6
Author: Scarlett Clark <sgclark at kubuntu.org>
Date:   Thu Feb 25 09:33:29 2016 +0100

    Add --owner=root --group=root --numeric-owner to tar command line patch to make package build reproducibly.
---
 debian/changelog                                       |  7 +++++++
 debian/patches/series                                  |  1 +
 .../update_tar_flags_reproducibility_timestamps.diff   | 18 ++++++++++++++++++
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 22ce1f3..40de846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,13 @@ pairs (4:15.04.3-1~) UNRELEASED; urgency=medium
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 03 Jul 2015 16:26:32 +0200
 
+pairs (4:4.14.1-1.0~reproducible1) UNRELEASED; urgency=medium
+
+  * Add --owner=root --group=root --numeric-owner to tar command line
+    patch to make package build reproducibly.
+
+ -- Scarlett Clark <sgclark at kubuntu.org>  Tue, 23 Feb 2016 11:35:26 -0800
+
 pairs (4:14.12.3-1) experimental; urgency=medium
 
   * New upstream release (14.12.3).
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9f5cda4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+update_tar_flags_reproducibility_timestamps.diff
diff --git a/debian/patches/update_tar_flags_reproducibility_timestamps.diff b/debian/patches/update_tar_flags_reproducibility_timestamps.diff
new file mode 100644
index 0000000..2d6b419
--- /dev/null
+++ b/debian/patches/update_tar_flags_reproducibility_timestamps.diff
@@ -0,0 +1,18 @@
+Description: Add --owner=root --group=root --numeric-owner to tar command line. 
+ To fix buid reproducibility. 
+Forwarded: TBD
+Author: Scarlett Clark <sgclark-guest at users.alioth.debian.org>
+
+diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt
+index fa3ae67..8597ccb 100644
+--- a/themes/CMakeLists.txt
++++ b/themes/CMakeLists.txt
+@@ -47,7 +47,7 @@ function(create_theme _baseName)
+     else(WIN32)
+         add_custom_command(OUTPUT ${_template}
+             COMMAND tar ARGS cjf
+-                ${_template} ${_files}
++                ${_template} --owner=root --group=root --numeric-owner ${_files}
+             DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/${_baseName}"
+             WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${_baseName}"
+         )

-- 
pairs packaging



More information about the pkg-kde-commits mailing list