[SCM] kapptemplate packaging branch, master, updated. debian/16.08.3-1-37-g14f569e
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Oct 31 18:00:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kapptemplate.git;a=commitdiff;h=7250020
The following commit has been merged in the master branch:
commit 7250020a18d076165bb026d9f360bb458bb03354
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Sep 5 17:43:38 2017 +0200
Drop patch Add-missing-sort-name-to-the-reproducible-tar-call.patch
The file being patched was moved to a different package
Gbp-Dch: Ignore
---
...ng-sort-name-to-the-reproducible-tar-call.patch | 22 ----------------------
debian/patches/series | 1 -
2 files changed, 23 deletions(-)
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
deleted file mode 100644
index bc6fb94..0000000
--- a/debian/patches/Add-missing-sort-name-to-the-reproducible-tar-call.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
deleted file mode 100644
index b7a7fb9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Add-missing-sort-name-to-the-reproducible-tar-call.patch
--
kapptemplate packaging
More information about the pkg-kde-commits
mailing list