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


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

The following commit has been merged in the master branch:
commit f36f74c5f2f80c6312f3d85ec6acdfb51d9774a7
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Dec 21 20:14:52 2013 +0100

    Add message about qca-ossl
    
    REVIEW: 114612
---
 CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1743394..6f6fa52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,6 +24,11 @@ include (MacroLibrary)
 macro_log_feature(ACCOUNTSQT_FOUND "AccountsQt" "Support for Accounts-SSO" "https://code.google.com/p/accounts-sso/source/checkout?repo=libaccounts-qt" FALSE "" "")
 macro_log_feature(SIGNONQT_FOUND "SignonsQt" "Support for Accounts-SSO" "https://code.google.com/p/accounts-sso/source/checkout?repo=signond" FALSE "" "")
 macro_display_feature_log()
+message("-----------------------------------------------------------------------------")
+message("IMPORTANT: There is a runtime dependency on QCA-OSSL. ")
+message("This project will build, but will fail to run properly. Please ensure it is installed.")
+message("If you are a packager you _must_ mark this as a dependency.")
+message("-----------------------------------------------------------------------------")
 
 add_definitions (${KDE4_DEFINITIONS})
 

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list