[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:13:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=80eca71

The following commit has been merged in the master branch:
commit 80eca71fc9db66063dc9d4b71029cfd1f0d79325
Author: Daniel Cohen <analoguecolour at gmail.com>
Date:   Tue Jul 9 17:22:26 2013 +0100

    Supress warnings when kpeople is not installed
    
    Reviewed-by: David Edmundson
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2362f93..b9a8e6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ find_package (KDE4 4.4.75 REQUIRED)
 find_package (TelepathyQt4 0.9.3 REQUIRED)
 find_package (KTp REQUIRED)
 find_package (TelepathyLoggerQt4 0.5.60 REQUIRED)
-find_package (KPeople)
+find_package (KPeople QUIET)
 
 macro_log_feature(KPEOPLE_FOUND "KPeople" "Support for KDE Contact Aggregation" "https://projects.kde.org/libkpeople" FALSE "" "")
 macro_display_feature_log()

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list