[SCM] kpty packaging branch, master, updated. debian/5.37.0-2-96-g6d8962f

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:51:16 UTC 2018


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

The following commit has been merged in the master branch:
commit aed83b6836d04c2f07570812f472bc2a86bdaff2
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Oct 18 14:40:09 2016 +0200

    Add patches from master to find utempter
---
 ...h-to-find-utempter-binary-more-reliable-t.patch | 29 ++++++++++++++++++++++
 ...karound-find_program-utempter-.-failure-s.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  2 ++
 3 files changed, 60 insertions(+)

diff --git a/debian/patches/0001-use-ECM-path-to-find-utempter-binary-more-reliable-t.patch b/debian/patches/0001-use-ECM-path-to-find-utempter-binary-more-reliable-t.patch
new file mode 100644
index 0000000..77fd508
--- /dev/null
+++ b/debian/patches/0001-use-ECM-path-to-find-utempter-binary-more-reliable-t.patch
@@ -0,0 +1,29 @@
+From 394eeff0dfba16de7418a25810edde66de541d61 Mon Sep 17 00:00:00 2001
+From: Jonathan Riddell <jr at jriddell.org>
+Date: Tue, 4 Oct 2016 11:19:36 +0100
+Subject: [PATCH 1/3] use ECM path to find utempter binary, more reliable than
+ simple cmake prefix
+
+REVIEW:129090
+---
+ cmake/FindUTEMPTER.cmake | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake
+index 8e16d69..9773963 100644
+--- a/cmake/FindUTEMPTER.cmake
++++ b/cmake/FindUTEMPTER.cmake
+@@ -33,8 +33,8 @@
+ 
+ 
+ find_program (UTEMPTER_EXECUTABLE utempter PATHS
+-    ${CMAKE_PREFIX_PATH}/libexec/utempter
+-    ${CMAKE_PREFIX_PATH}/lib/utempter
++    ${KDE_INSTALL_FULL_LIBEXECDIR}/utempter
++    ${KDE_INSTALL_FULL_LIBDIR}/utempter
+     /usr/libexec/utempter
+ )
+ 
+-- 
+2.9.3
+
diff --git a/debian/patches/0003-workaround-find_program-utempter-.-failure-s.patch b/debian/patches/0003-workaround-find_program-utempter-.-failure-s.patch
new file mode 100644
index 0000000..7780361
--- /dev/null
+++ b/debian/patches/0003-workaround-find_program-utempter-.-failure-s.patch
@@ -0,0 +1,29 @@
+From 86d24c5e9eb0e6bde9fa4f5018d9bb0009ee7ade Mon Sep 17 00:00:00 2001
+From: Rex Dieter <rdieter at math.unl.edu>
+Date: Tue, 11 Oct 2016 16:16:51 -0500
+Subject: [PATCH 3/3] workaround find_program ( utempter ...) failure(s)
+
+See also upstream cmake issue:
+https://gitlab.kitware.com/cmake/cmake/issues/10468
+---
+ cmake/FindUTEMPTER.cmake | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/cmake/FindUTEMPTER.cmake b/cmake/FindUTEMPTER.cmake
+index 9773963..2fc1cd8 100644
+--- a/cmake/FindUTEMPTER.cmake
++++ b/cmake/FindUTEMPTER.cmake
+@@ -32,7 +32,9 @@
+ # SUCH DAMAGE.
+ 
+ 
+-find_program (UTEMPTER_EXECUTABLE utempter PATHS
++# use find_file instead of find_program until this is fixed:
++# https://gitlab.kitware.com/cmake/cmake/issues/10468
++find_file (UTEMPTER_EXECUTABLE utempter PATHS
+     ${KDE_INSTALL_FULL_LIBEXECDIR}/utempter
+     ${KDE_INSTALL_FULL_LIBDIR}/utempter
+     /usr/libexec/utempter
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06ad550
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+0001-use-ECM-path-to-find-utempter-binary-more-reliable-t.patch
+0003-workaround-find_program-utempter-.-failure-s.patch

-- 
kpty packaging



More information about the pkg-kde-commits mailing list