[SCM] kapptemplate packaging branch, master, updated. debian/16.04.2-1-7-g1af6e17

Maximiliano Curia maxy at moszumanska.debian.org
Mon Oct 24 11:13:10 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kapptemplate.git;a=commitdiff;h=1af6e17

The following commit has been merged in the master branch:
commit 1af6e171890eedde0e37befbcb64e2db3bf36300
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Oct 24 13:12:59 2016 +0200

    Add new patch: Add-missing-sort-name-to-the-reproducible-tar-call.patch
---
 ...ng-sort-name-to-the-reproducible-tar-call.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/Add-missing-sort-name-to-the-reproducible-tar-call.patch b/debian/patches/Add-missing-sort-name-to-the-reproducible-tar-call.patch
new file mode 100644
index 0000000..bc6fb94
--- /dev/null
+++ b/debian/patches/Add-missing-sort-name-to-the-reproducible-tar-call.patch
@@ -0,0 +1,22 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Mon, 24 Oct 2016 13:07:20 +0200
+Subject: Add missing --sort=name to the reproducible tar call
+
+This is related to the patch submitted in https://bugs.debian.org/825122.
+---
+ cmake/modules/KAppTemplateMacro.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/KAppTemplateMacro.cmake b/cmake/modules/KAppTemplateMacro.cmake
+index 03a35a7..c2c0293 100644
+--- a/cmake/modules/KAppTemplateMacro.cmake
++++ b/cmake/modules/KAppTemplateMacro.cmake
+@@ -37,7 +37,7 @@ macro(kapptemplate_add_app_templates _templateNames)
+             add_custom_command(OUTPUT ${_template}
+                 COMMAND tar ARGS -c -C ${CMAKE_CURRENT_SOURCE_DIR}/${_templateName}
+                     --exclude .kdev_ignore --exclude .svn --owner=root --group=root --numeric-owner
+-                    -j -f ${_template} .
++                    --sort=name -j -f ${_template} .
+                 DEPENDS ${_deps}
+             )
+         endif(WIN32)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b7a7fb9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Add-missing-sort-name-to-the-reproducible-tar-call.patch

-- 
kapptemplate packaging



More information about the pkg-kde-commits mailing list