[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=f6b0d57

The following commit has been merged in the master branch:
commit f6b0d579616e0cc58aa0e4b01bb05b4230c0d41e
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Mar 6 14:22:26 2015 +0100

    Remove superfluous debug output
    
    No idea how that got there
---
 cmake/modules/FindAccountsFileDir.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/modules/FindAccountsFileDir.cmake b/cmake/modules/FindAccountsFileDir.cmake
index db658f0..ae04ba4 100644
--- a/cmake/modules/FindAccountsFileDir.cmake
+++ b/cmake/modules/FindAccountsFileDir.cmake
@@ -40,7 +40,6 @@ else()
     string(REGEX REPLACE "[
]"                  " " _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
     string(REGEX REPLACE " +$"                     ""  _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
     if (NOT CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
-        message("yooo")
         string(REPLACE ${ACCOUNTS_PREFIX_DIR} ${CMAKE_INSTALL_PREFIX} _pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
     endif()
     set(ACCOUNTS_SERVICES_DIR ${_pkgconfig_invoke_result})

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list