[SCM] kldap packaging branch, kubuntu_wily_archive, updated. 8d4ae4262dc40f4c16ccd843e3468268f7a46588

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Aug 14 07:48:24 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kldap.git;a=commitdiff;h=8d4ae42

The following commit has been merged in the kubuntu_wily_archive branch:
commit 8d4ae4262dc40f4c16ccd843e3468268f7a46588
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 14 09:48:12 2015 +0200

    add missing -dev deps as per cmake package
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 85b373a..2911944 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,10 @@ Package: libkf5ldap-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends: libkf5ldap5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5ldap5 (= ${binary:Version}),
+         libldap2-dev,
+         libsasl2-dev,
+         ${misc:Depends}
 Description: library for accessing LDAP - development files
  This is a library for accessing LDAP with a convenient Qt style C++ API.
  LDAP (Lightweight Directory Access Protocol) is an application protocol

-- 
kldap packaging



More information about the pkg-kde-commits mailing list