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


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

The following commit has been merged in the master branch:
commit 967e8332f9352f1f4f081e69099bde32ab05e24c
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Oct 21 16:44:47 2011 +0200

    Do not install the TLS service file
    
    We will install it again when the TLS handler will be working
---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 222b8fd..118148b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,13 +61,13 @@ target_link_libraries(telepathy-kde-auth-handler
 
 configure_file(org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service.in
                ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.SASL.Handler.service)
-configure_file(org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service.in
-               ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service)
+#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 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
-        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
+#install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Telepathy.Client.KDE.TLS.Handler.service
+#        DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
 install(FILES KDE.AuthHandler.client DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy/clients/)

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list