[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:14 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=b445647

The following commit has been merged in the master branch:
commit b4456470da1ab50fb7aed9529da6883f1fe34869
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Oct 2 14:22:55 2011 +0100

    Install to libexec
---
 CMakeLists.txt                                               | 2 +-
 org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in | 2 +-
 org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f22e91..290538b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ configure_file(org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in
                ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service)
 
 
-install(TARGETS telepathy-kde-auth-handler ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS telepathy-kde-auth-handler DESTINATION ${LIBEXEC_INSTALL_DIR})
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service
         DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service
diff --git a/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in b/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in
index 7e0478a..f83252e 100644
--- a/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in
+++ b/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.Client.KDE.SASL.Handler
-Exec=@CMAKE_INSTALL_PREFIX@/bin/telepathy-kde-auth-handler
+Exec=@LIBEXEC_INSTALL_DIR@/telepathy-kde-auth-handler
diff --git a/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in b/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in
index 2f9b7cb..02ce3ff 100644
--- a/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in
+++ b/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.Client.KDE.TLS.Handler
-Exec=@CMAKE_INSTALL_PREFIX@/bin/telepathy-kde-auth-handler
+Exec=@LIBEXEC_INSTALL_DIR@/telepathy-kde-auth-handler

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list