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


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

The following commit has been merged in the master branch:
commit 56e82d7489893e94c68b7a3729980062d4dc50a0
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Aug 25 10:04:07 2014 +0200

    Fix install dirs of the dbus activation files
    
    LIBEXEC_INSTALL_DIR is relative path now, so the correct install prefix
    must be appended
    
    There's also KF5_LIBEXEC_INSTALL_DIR but that's path to
    LIBEXEC_INSTALL_DIR/kf5, which I think is unwanted for apps.
---
 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 170d54a..928a71d 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=@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
diff --git a/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in b/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service.in
index fa3bbc3..b29d7e1 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=@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
diff --git a/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in b/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service.in
index 98969d7..e8d6f0f 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=@LIBEXEC_INSTALL_DIR@/ktp-auth-handler
+Exec=@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/ktp-auth-handler

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list