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


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

The following commit has been merged in the master branch:
commit 507e1518d478b9c7942c40fd0a69c417a2c330cf
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Mar 11 17:20:18 2015 +0100

    Add runtime-only dependency to ktp-auth-handler
    
    There is already a big warning in ktp-auth-handler about the need of
    qca-ossl plugin during runtime. But according to packagers this can
    easily get missed and is not machine parseable and I was suggested to
    rather do it this way.
    
    Technically this does not add any new dependency, it just marks existing
    runtime dependencies in a better way and makes life easier for
    packagers.
    
    REVIEW: 122868
---
 CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7be1688..2521525 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,6 +32,12 @@ message("This project will build, but will fail to run properly. Please ensure i
 message("If you are a packager you _must_ mark this as a dependency.")
 message("-----------------------------------------------------------------------------")
 
+find_package(Qca-qt5-ossl QUIET)
+set_package_properties(Qca-qt5-ossl PROPERTIES
+         PURPOSE "Runtime-only dependency on the OSSL plugin of QCA for authentication to work properly"
+         TYPE RUNTIME
+         )
+
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDECompilerSettings)

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list