[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:47 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=fff8554

The following commit has been merged in the master branch:
commit fff8554d9be7d8ca4c9fa1c51646823d6a639493
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Mar 12 12:44:38 2015 +0100

    Don't make the tp-logger-qt find_package quiet
    
    This will make it report correctly if it's not found
    
    BUG: 345050
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 551e956..029d30b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ set(REQUIRED_TPQT_VERSION 0.9.2.1)
 
 find_package (TelepathyQt5 ${REQUIRED_TPQT_VERSION} REQUIRED)
 find_package (TelepathyQt5Service ${REQUIRED_TPQT_VERSION} REQUIRED) #used for the otr-proxy
-find_package (TelepathyLoggerQt QUIET)
+find_package (TelepathyLoggerQt)
 find_package (KF5People 0.5)
 
 find_package (KAccounts)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list