[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:59:42 UTC 2016


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

The following commit has been merged in the master branch:
commit d5f7dad09c9acfaa7d92a3f618e49827a2ff623c
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Feb 6 14:10:44 2015 +0100

    Use CMAKE_INSTALL_FULL_LIBEXECDIR
---
 org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in | 2 +-
 org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in      | 2 +-
 org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in b/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in
index 928a71d..0c2c1af 100644
--- a/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in
+++ b/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver
-Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ktp-auth-handler
diff --git a/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in b/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in
index b29d7e1..0be2163 100644
--- a/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in
+++ b/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.Client.KTp.SASLHandler
-Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ktp-auth-handler
diff --git a/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in b/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in
index e8d6f0f..b168c75 100644
--- a/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in
+++ b/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.freedesktop.Telepathy.Client.KTp.TLSHandler
-Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ktp-auth-handler

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list