From: Maximiliano Curia Date: Sun, 19 Jun 2016 07:43:12 +0000 (+0100) Subject: Import kldap_16.04.2-1.debian.tar.xz X-Git-Tag: archive/raspbian/22.04.2-2+rpi1~1^2^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7b471dd54edc15ca9d81b60bb845046ed127cbc;p=kldap.git Import kldap_16.04.2-1.debian.tar.xz [dgit import tarball kldap 16.04.2-1 kldap_16.04.2-1.debian.tar.xz] --- c7b471dd54edc15ca9d81b60bb845046ed127cbc diff --git a/changelog b/changelog new file mode 100644 index 0000000..a6d3ea2 --- /dev/null +++ b/changelog @@ -0,0 +1,60 @@ +kldap (16.04.2-1) unstable; urgency=medium + + * New upstream release. + + -- Maximiliano Curia Sun, 19 Jun 2016 09:43:12 +0200 + +kldap (16.04.1-1) unstable; urgency=medium + + * Release to unstable. + + -- Maximiliano Curia Fri, 20 May 2016 00:42:27 +0200 + +kldap (16.04.0-1) experimental; urgency=medium + + [ Automatic packaging ] + * Bump Standards-Version to 3.9.8 + * Add a .gitattributes file to use dpkg-mergechangelogs + * Update build-deps and deps with the info from cmake + + [ Maximiliano Curia ] + * Replace the "Historical name" ddeb-migration by its "Modern, clearer" replacement dbgsym-migration. + * Add upstream metadata (DEP-12) + * debian/control: Update Vcs-Browser and Vcs-Git fields + * Update install files + + -- Maximiliano Curia Fri, 06 May 2016 15:13:18 +0200 + +kldap (15.12.0-1) experimental; urgency=medium + + * New upstream release (15.12.0). + + -- Maximiliano Curia Mon, 01 Feb 2016 10:24:34 +0100 + +kldap (15.08.1-1) experimental; urgency=medium + + * New upstream release (15.08.1). + + -- Maximiliano Curia Sat, 19 Sep 2015 03:16:28 +0200 + +kldap (15.08.0-1) experimental; urgency=medium + + * Initial Debian release. + + -- Maximiliano Curia Tue, 08 Sep 2015 13:28:59 +0200 + +kldap (15.08.0-0ubuntu1) wily; urgency=medium + + * new upstream release + + -- Clive Johnston Wed, 26 Aug 2015 17:28:48 +0100 + +kldap (15.07.90-0ubuntu1) wily; urgency=medium + + [ Harald Sitter ] + * Initial release + + [ Jonathan Riddell ] + * new upstream beta release + + -- Jonathan Riddell Tue, 18 Aug 2015 10:30:41 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +9 diff --git a/control b/control new file mode 100644 index 0000000..af53028 --- /dev/null +++ b/control @@ -0,0 +1,46 @@ +Source: kldap +Section: libs +Priority: optional +Maintainer: Debian/Kubuntu Qt/KDE Maintainers +Uploaders: Maximiliano Curia +Build-Depends: cmake (>= 2.8.12~), + debhelper (>= 9), + extra-cmake-modules (>= 5.19.0~), + libkf5completion-dev (>= 5.19.0~), + libkf5i18n-dev (>= 5.19.0~), + libkf5widgetsaddons-dev (>= 5.19.0~), + libldap2-dev, + libsasl2-dev, + pkg-kde-tools (>> 0.15.15), + qtbase5-dev +Standards-Version: 3.9.8 +Homepage: https://projects.kde.org/projects/kde/pim/kldap +Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git +Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git + +Package: libkf5ldap-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libkf5ldap5 (= ${binary:Version}), + libldap2-dev, + libsasl2-dev, + qtbase5-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 + for querying and modifying directory services running over TCP/IP. + . + This package contains the development files. + +Package: libkf5ldap5 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: library for accessing LDAP + This is a library for accessing LDAP with a convenient Qt style C++ API. + LDAP (Lightweight Directory Access Protocol) is an application protocol + for querying and modifying directory services running over TCP/IP. + . + This package is part of the KDE Development Platform PIM libraries module. diff --git a/copyright b/copyright new file mode 100644 index 0000000..51cbf10 --- /dev/null +++ b/copyright @@ -0,0 +1,35 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kldap +Source: http://download.kde.org/pub/kde/unstable/applications/ + +Files: * +Copyright: 2010, Andre Heinecke + 2014, Laurent Montel + 2006, Sean Harmer + 2004-2006, Szombathelyi György + 2004, Tobias Koenig + 2006, Volker Krause +License: LGPL-2+ + +Files: debian/* +Copyright: 2015 Harald Sitter +License: LGPL-2+ + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". diff --git a/libkf5ldap-dev.acc.in b/libkf5ldap-dev.acc.in new file mode 100644 index 0000000..3e3ff27 --- /dev/null +++ b/libkf5ldap-dev.acc.in @@ -0,0 +1,20 @@ + + + + + 15.07.90 + + + + /usr/include/KF5/KLDAP/ + + + + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5Ldap.so + + + + -fPIC + + + diff --git a/libkf5ldap-dev.install b/libkf5ldap-dev.install new file mode 100644 index 0000000..39196bf --- /dev/null +++ b/libkf5ldap-dev.install @@ -0,0 +1,5 @@ +usr/include/KF5/KLDAP/ +usr/include/KF5/kldap_version.h +usr/lib/*/cmake/KF5Ldap/ +usr/lib/*/libKF5Ldap.so +usr/lib/*/qt5/mkspecs/modules/qt_Ldap.pri diff --git a/libkf5ldap5.install b/libkf5ldap5.install new file mode 100644 index 0000000..30bfa63 --- /dev/null +++ b/libkf5ldap5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5Ldap.so.5.* +usr/lib/*/libKF5Ldap.so.5 diff --git a/libkf5ldap5.symbols b/libkf5ldap5.symbols new file mode 100644 index 0000000..44e8ce6 --- /dev/null +++ b/libkf5ldap5.symbols @@ -0,0 +1,442 @@ +# SymbolsHelper-Confirmed: 15.12.0 amd64 +libKF5Ldap.so.5 libkf5ldap5 #MINVER# + _ZN5KLDAP10LdapObject13setAttributesERK4QMapI7QString5QListI10QByteArrayEE@Base 15.07.90 + _ZN5KLDAP10LdapObject5clearEv@Base 15.07.90 + _ZN5KLDAP10LdapObject5setDnERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapObject5setDnERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP10LdapObject8addValueERK7QStringRK10QByteArray@Base 15.07.90 + _ZN5KLDAP10LdapObject9setValuesERK7QStringRK5QListI10QByteArrayE@Base 15.07.90 + _ZN5KLDAP10LdapObjectC1ERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapObjectC1ERKS0_@Base 15.07.90 + _ZN5KLDAP10LdapObjectC1Ev@Base 15.07.90 + _ZN5KLDAP10LdapObjectC2ERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapObjectC2ERKS0_@Base 15.07.90 + _ZN5KLDAP10LdapObjectC2Ev@Base 15.07.90 + _ZN5KLDAP10LdapObjectD0Ev@Base 15.07.90 + _ZN5KLDAP10LdapObjectD1Ev@Base 15.07.90 + _ZN5KLDAP10LdapObjectD2Ev@Base 15.07.90 + _ZN5KLDAP10LdapObjectaSERKS0_@Base 15.07.90 + _ZN5KLDAP10LdapSearch10isFinishedEv@Base 15.07.90 + _ZN5KLDAP10LdapSearch11qt_metacallEN11QMetaObject4CallEiPPv@Base 15.07.90 + _ZN5KLDAP10LdapSearch11qt_metacastEPKc@Base 15.07.90 + _ZN5KLDAP10LdapSearch13setConnectionERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP10LdapSearch14continueSearchEv@Base 15.07.90 + _ZN5KLDAP10LdapSearch16staticMetaObjectE@Base 15.07.90 + _ZN5KLDAP10LdapSearch17setClientControlsERK7QVectorINS_11LdapControlEE@Base 15.07.90 + _ZN5KLDAP10LdapSearch17setServerControlsERK7QVectorINS_11LdapControlEE@Base 15.07.90 + _ZN5KLDAP10LdapSearch4dataEPS0_RKNS_10LdapObjectE@Base 15.07.90 + _ZN5KLDAP10LdapSearch6resultEPS0_@Base 15.07.90 + _ZN5KLDAP10LdapSearch6searchERKNS_10LdapServerERK11QStringListi@Base 15.07.90 + _ZN5KLDAP10LdapSearch6searchERKNS_6LdapDNENS_7LdapUrl5ScopeERK7QStringRK11QStringListii@Base 15.07.90 + _ZN5KLDAP10LdapSearch6searchERKNS_7LdapUrlEi@Base 15.07.90 + _ZN5KLDAP10LdapSearch7abandonEv@Base 15.07.90 + _ZN5KLDAP10LdapSearchC1ERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP10LdapSearchC1Ev@Base 15.07.90 + _ZN5KLDAP10LdapSearchC2ERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP10LdapSearchC2Ev@Base 15.07.90 + _ZN5KLDAP10LdapSearchD0Ev@Base 15.07.90 + _ZN5KLDAP10LdapSearchD1Ev@Base 15.07.90 + _ZN5KLDAP10LdapSearchD2Ev@Base 15.07.90 + _ZN5KLDAP10LdapServer10setTimeoutEi@Base 15.07.90 + _ZN5KLDAP10LdapServer10setVersionEi@Base 15.07.90 + _ZN5KLDAP10LdapServer11setPageSizeEi@Base 15.07.90 + _ZN5KLDAP10LdapServer11setPasswordERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer11setSecurityENS0_8SecurityE@Base 15.07.90 + _ZN5KLDAP10LdapServer12setSizeLimitEi@Base 15.07.90 + _ZN5KLDAP10LdapServer12setTimeLimitEi@Base 15.07.90 + _ZN5KLDAP10LdapServer5clearEv@Base 15.07.90 + _ZN5KLDAP10LdapServer6setUrlERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP10LdapServer7setAuthENS0_4AuthE@Base 15.07.90 + _ZN5KLDAP10LdapServer7setHostERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer7setMechERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer7setPortEi@Base 15.07.90 + _ZN5KLDAP10LdapServer7setUserERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer8setRealmERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer8setScopeENS_7LdapUrl5ScopeE@Base 15.07.90 + _ZN5KLDAP10LdapServer9setBaseDnERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP10LdapServer9setBindDnERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServer9setFilterERK7QString@Base 15.07.90 + _ZN5KLDAP10LdapServerC1ERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP10LdapServerC1ERKS0_@Base 15.07.90 + _ZN5KLDAP10LdapServerC1Ev@Base 15.07.90 + _ZN5KLDAP10LdapServerC2ERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP10LdapServerC2ERKS0_@Base 15.07.90 + _ZN5KLDAP10LdapServerC2Ev@Base 15.07.90 + _ZN5KLDAP10LdapServerD0Ev@Base 15.07.90 + _ZN5KLDAP10LdapServerD1Ev@Base 15.07.90 + _ZN5KLDAP10LdapServerD2Ev@Base 15.07.90 + _ZN5KLDAP10LdapServeraSERKS0_@Base 15.07.90 + _ZN5KLDAP11LdapControl10setControlERK7QStringRK10QByteArrayb@Base 15.07.90 + _ZN5KLDAP11LdapControl11setCriticalEb@Base 15.07.90 + _ZN5KLDAP11LdapControl17createPageControlEiRK10QByteArray@Base 15.07.90 + _ZN5KLDAP11LdapControl6insertER7QVectorIS0_ERKS0_@Base 15.07.90 + _ZN5KLDAP11LdapControl6setOidERK7QString@Base 15.07.90 + _ZN5KLDAP11LdapControl8setValueERK10QByteArray@Base 15.07.90 + _ZN5KLDAP11LdapControlC1ERK7QStringRK10QByteArrayb@Base 15.07.90 + _ZN5KLDAP11LdapControlC1ERKS0_@Base 15.07.90 + _ZN5KLDAP11LdapControlC1Ev@Base 15.07.90 + _ZN5KLDAP11LdapControlC2ERK7QStringRK10QByteArrayb@Base 15.07.90 + _ZN5KLDAP11LdapControlC2ERKS0_@Base 15.07.90 + _ZN5KLDAP11LdapControlC2Ev@Base 15.07.90 + _ZN5KLDAP11LdapControlD0Ev@Base 15.07.90 + _ZN5KLDAP11LdapControlD1Ev@Base 15.07.90 + _ZN5KLDAP11LdapControlD2Ev@Base 15.07.90 + _ZN5KLDAP11LdapControlaSERKS0_@Base 15.07.90 + _ZN5KLDAP13LdapOperation10connectionEv@Base 15.07.90 + _ZN5KLDAP13LdapOperation13setConnectionERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP13LdapOperation13waitForResultEii@Base 15.07.90 + _ZN5KLDAP13LdapOperation17setClientControlsERK7QVectorINS_11LdapControlEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation17setServerControlsERK7QVectorINS_11LdapControlEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation3addERKNS_10LdapObjectE@Base 15.07.90 + _ZN5KLDAP13LdapOperation3addERKNS_6LdapDNERK7QVectorINS0_5ModOpEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation3delERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP13LdapOperation4bindERK10QByteArrayPFiRNS0_16SASL_CredentialsEPvES6_@Base 15.07.90 + _ZN5KLDAP13LdapOperation4exopERK7QStringRK10QByteArray@Base 15.07.90 + _ZN5KLDAP13LdapOperation5add_sERKNS_10LdapObjectE@Base 15.07.90 + _ZN5KLDAP13LdapOperation5add_sERKNS_6LdapDNERK7QVectorINS0_5ModOpEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation5del_sERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP13LdapOperation6bind_sEPFiRNS0_16SASL_CredentialsEPvES3_@Base 15.07.90 + _ZN5KLDAP13LdapOperation6exop_sERK7QStringRK10QByteArray@Base 15.07.90 + _ZN5KLDAP13LdapOperation6modifyERKNS_6LdapDNERK7QVectorINS0_5ModOpEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation6renameERKNS_6LdapDNERK7QStringS6_b@Base 15.07.90 + _ZN5KLDAP13LdapOperation6searchERKNS_6LdapDNENS_7LdapUrl5ScopeERK7QStringRK11QStringList@Base 15.07.90 + _ZN5KLDAP13LdapOperation7abandonEi@Base 15.07.90 + _ZN5KLDAP13LdapOperation7compareERKNS_6LdapDNERK7QStringRK10QByteArray@Base 15.07.90 + _ZN5KLDAP13LdapOperation8modify_sERKNS_6LdapDNERK7QVectorINS0_5ModOpEE@Base 15.07.90 + _ZN5KLDAP13LdapOperation8rename_sERKNS_6LdapDNERK7QStringS6_b@Base 15.07.90 + _ZN5KLDAP13LdapOperation9compare_sERKNS_6LdapDNERK7QStringRK10QByteArray@Base 15.07.90 + _ZN5KLDAP13LdapOperationC1ERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP13LdapOperationC1Ev@Base 15.07.90 + _ZN5KLDAP13LdapOperationC2ERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP13LdapOperationC2Ev@Base 15.07.90 + _ZN5KLDAP13LdapOperationD0Ev@Base 15.07.90 + _ZN5KLDAP13LdapOperationD1Ev@Base 15.07.90 + _ZN5KLDAP13LdapOperationD2Ev@Base 15.07.90 + _ZN5KLDAP14LdapConnection11errorStringEi@Base 15.07.90 + _ZN5KLDAP14LdapConnection12setSizeLimitEi@Base 15.07.90 + _ZN5KLDAP14LdapConnection12setTimeLimitEi@Base 15.07.90 + _ZN5KLDAP14LdapConnection5closeEv@Base 15.07.90 + _ZN5KLDAP14LdapConnection6setUrlERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP14LdapConnection7connectEv@Base 15.07.90 + _ZN5KLDAP14LdapConnection9setOptionEiPv@Base 15.07.90 + _ZN5KLDAP14LdapConnection9setServerERKNS_10LdapServerE@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC1ERKNS_10LdapServerE@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC1ERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC1Ev@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC2ERKNS_10LdapServerE@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC2ERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP14LdapConnectionC2Ev@Base 15.07.90 + _ZN5KLDAP14LdapConnectionD0Ev@Base 15.07.90 + _ZN5KLDAP14LdapConnectionD1Ev@Base 15.07.90 + _ZN5KLDAP14LdapConnectionD2Ev@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget10setVersionEi@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11qt_metacastEPKc@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11setFeaturesE6QFlagsINS0_7WinFlagEE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11setPageSizeEi@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11setPasswordERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget11setSecurityENS0_8SecurityE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget12setSizeLimitEi@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget12setTimeLimitEi@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget15hostNameChangedERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget16staticMetaObjectE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget5setDnERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget6setUrlERKNS_7LdapUrlE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget7setAuthENS0_4AuthE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget7setHostERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget7setMechERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget7setPortEi@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget7setUserERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget8setRealmERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget9setBindDnERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget9setFilterERK7QString@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidget9setServerERKNS_10LdapServerE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetC1E6QFlagsINS0_7WinFlagEEP7QWidgetS1_IN2Qt10WindowTypeEE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetC2E6QFlagsINS0_7WinFlagEEP7QWidgetS1_IN2Qt10WindowTypeEE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetD0Ev@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetD1Ev@Base 15.07.90 + _ZN5KLDAP16LdapConfigWidgetD2Ev@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel10insertRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel10removeRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel11qt_metacastEPKc@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel16staticMetaObjectE@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel4sortEiN2Qt9SortOrderE@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModel7setDataERK11QModelIndexRK8QVarianti@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModelC1EP7QObject@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModelC2EP7QObject@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModelD0Ev@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModelD1Ev@Base 15.07.90 + _ZN5KLDAP23LdapAttributeProxyModelD2Ev@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel10insertRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel10removeRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel11qt_metacastEPKc@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel16staticMetaObjectE@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel4sortEiN2Qt9SortOrderE@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModel7setDataERK11QModelIndexRK8QVarianti@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModelC1EP7QObject@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModelC2EP7QObject@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModelD0Ev@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModelD1Ev@Base 15.07.90 + _ZN5KLDAP23LdapStructureProxyModelD2Ev@Base 15.07.90 + _ZN5KLDAP3Ber5scanfE7QStringz@Base 15.12.0 + _ZN5KLDAP3Ber6printfE7QStringz@Base 15.12.0 + _ZN5KLDAP3Ber7peekTagERi@Base 15.07.90 + _ZN5KLDAP3Ber7skipTagERi@Base 15.07.90 + _ZN5KLDAP3BerC1ERK10QByteArray@Base 15.07.90 + _ZN5KLDAP3BerC1ERKS0_@Base 15.07.90 + _ZN5KLDAP3BerC1Ev@Base 15.07.90 + _ZN5KLDAP3BerC2ERK10QByteArray@Base 15.07.90 + _ZN5KLDAP3BerC2ERKS0_@Base 15.07.90 + _ZN5KLDAP3BerC2Ev@Base 15.07.90 + _ZN5KLDAP3BerD0Ev@Base 15.07.90 + _ZN5KLDAP3BerD1Ev@Base 15.07.90 + _ZN5KLDAP3BerD2Ev@Base 15.07.90 + _ZN5KLDAP3BeraSERKS0_@Base 15.07.90 + _ZN5KLDAP4Ldif11processLineEv@Base 15.07.90 + _ZN5KLDAP4Ldif12assembleLineERK7QStringRK10QByteArrayjb@Base 15.07.90 + _ZN5KLDAP4Ldif12assembleLineERK7QStringS3_jb@Base 15.07.90 + _ZN5KLDAP4Ldif12splitControlERK10QByteArrayR7QStringRbRS1_@Base 15.07.90 + _ZN5KLDAP4Ldif12startParsingEv@Base 15.07.90 + _ZN5KLDAP4Ldif7endLdifEv@Base 15.07.90 + _ZN5KLDAP4Ldif7setLdifERK10QByteArray@Base 15.07.90 + _ZN5KLDAP4Ldif8nextItemEv@Base 15.07.90 + _ZN5KLDAP4Ldif9splitLineERK10QByteArrayR7QStringRS1_@Base 15.07.90 + _ZN5KLDAP4LdifC1ERKS0_@Base 15.07.90 + _ZN5KLDAP4LdifC1Ev@Base 15.07.90 + _ZN5KLDAP4LdifC2ERKS0_@Base 15.07.90 + _ZN5KLDAP4LdifC2Ev@Base 15.07.90 + _ZN5KLDAP4LdifD0Ev@Base 15.07.90 + _ZN5KLDAP4LdifD1Ev@Base 15.07.90 + _ZN5KLDAP4LdifD2Ev@Base 15.07.90 + _ZN5KLDAP4LdifaSERKS0_@Base 15.07.90 + _ZN5KLDAP6LdapDN5clearEv@Base 15.07.90 + _ZN5KLDAP6LdapDNC1ERK7QString@Base 15.07.90 + _ZN5KLDAP6LdapDNC1ERKS0_@Base 15.07.90 + _ZN5KLDAP6LdapDNC1Ev@Base 15.07.90 + _ZN5KLDAP6LdapDNC2ERK7QString@Base 15.07.90 + _ZN5KLDAP6LdapDNC2ERKS0_@Base 15.07.90 + _ZN5KLDAP6LdapDNC2Ev@Base 15.07.90 + _ZN5KLDAP6LdapDND1Ev@Base 15.07.90 + _ZN5KLDAP6LdapDND2Ev@Base 15.07.90 + _ZN5KLDAP6LdapDNaSERKS0_@Base 15.07.90 + _ZN5KLDAP7LdapUrl10parseQueryEv@Base 15.07.90 + _ZN5KLDAP7LdapUrl11updateQueryEv@Base 15.07.90 + _ZN5KLDAP7LdapUrl12setExtensionERK7QStringRKNS0_9ExtensionE@Base 15.07.90 + _ZN5KLDAP7LdapUrl12setExtensionERK7QStringS3_b@Base 15.07.90 + _ZN5KLDAP7LdapUrl12setExtensionERK7QStringib@Base 15.07.90 + _ZN5KLDAP7LdapUrl13setAttributesERK11QStringList@Base 15.07.90 + _ZN5KLDAP7LdapUrl15removeExtensionERK7QString@Base 15.07.90 + _ZN5KLDAP7LdapUrl5setDnERKNS_6LdapDNE@Base 15.07.90 + _ZN5KLDAP7LdapUrl8setScopeENS0_5ScopeE@Base 15.07.90 + _ZN5KLDAP7LdapUrl9setFilterERK7QString@Base 15.07.90 + _ZN5KLDAP7LdapUrlC1ERK4QUrl@Base 15.07.90 + _ZN5KLDAP7LdapUrlC1ERKS0_@Base 15.07.90 + _ZN5KLDAP7LdapUrlC1Ev@Base 15.07.90 + _ZN5KLDAP7LdapUrlC2ERK4QUrl@Base 15.07.90 + _ZN5KLDAP7LdapUrlC2ERKS0_@Base 15.07.90 + _ZN5KLDAP7LdapUrlC2Ev@Base 15.07.90 + _ZN5KLDAP7LdapUrlD0Ev@Base 15.07.90 + _ZN5KLDAP7LdapUrlD1Ev@Base 15.07.90 + _ZN5KLDAP7LdapUrlD2Ev@Base 15.07.90 + _ZN5KLDAP7LdapUrlaSERKS0_@Base 15.07.90 + _ZN5KLDAP9LdapModel10insertRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP9LdapModel10removeRowsEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP9LdapModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 15.07.90 + _ZN5KLDAP9LdapModel11qt_metacastEPKc@Base 15.07.90 + _ZN5KLDAP9LdapModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex@Base 15.07.90 + _ZN5KLDAP9LdapModel13setConnectionERNS_14LdapConnectionE@Base 15.07.90 + _ZN5KLDAP9LdapModel16staticMetaObjectE@Base 15.07.90 + _ZN5KLDAP9LdapModel4sortEiN2Qt9SortOrderE@Base 15.07.90 + _ZN5KLDAP9LdapModel5readyEv@Base 15.07.90 + _ZN5KLDAP9LdapModel6revertEv@Base 15.07.90 + _ZN5KLDAP9LdapModel6submitEv@Base 15.07.90 + _ZN5KLDAP9LdapModel7setDataERK11QModelIndexRK8QVarianti@Base 15.07.90 + _ZN5KLDAP9LdapModel9fetchMoreERK11QModelIndex@Base 15.07.90 + _ZN5KLDAP9LdapModelC1EP7QObject@Base 15.07.90 + _ZN5KLDAP9LdapModelC1ERNS_14LdapConnectionEP7QObject@Base 15.07.90 + _ZN5KLDAP9LdapModelC2EP7QObject@Base 15.07.90 + _ZN5KLDAP9LdapModelC2ERNS_14LdapConnectionEP7QObject@Base 15.07.90 + _ZN5KLDAP9LdapModelD0Ev@Base 15.07.90 + _ZN5KLDAP9LdapModelD1Ev@Base 15.07.90 + _ZN5KLDAP9LdapModelD2Ev@Base 15.07.90 + _ZNK5KLDAP10LdapObject10attributesEv@Base 15.07.90 + _ZNK5KLDAP10LdapObject12hasAttributeERK7QString@Base 15.07.90 + _ZNK5KLDAP10LdapObject2dnEv@Base 15.07.90 + _ZNK5KLDAP10LdapObject5valueERK7QString@Base 15.07.90 + _ZNK5KLDAP10LdapObject6valuesERK7QString@Base 15.07.90 + _ZNK5KLDAP10LdapObject8toStringEv@Base 15.07.90 + _ZNK5KLDAP10LdapSearch10metaObjectEv@Base 15.07.90 + _ZNK5KLDAP10LdapSearch11errorStringEv@Base 15.07.90 + _ZNK5KLDAP10LdapSearch5errorEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer3urlEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer4authEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer4hostEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer4mechEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer4portEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer4userEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer5realmEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer5scopeEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer6baseDnEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer6bindDnEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer6filterEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer7timeoutEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer7versionEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer8pageSizeEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer8passwordEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer8securityEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer9sizeLimitEv@Base 15.07.90 + _ZNK5KLDAP10LdapServer9timeLimitEv@Base 15.07.90 + _ZNK5KLDAP11LdapControl16parsePageControlER10QByteArray@Base 15.07.90 + _ZNK5KLDAP11LdapControl3oidEv@Base 15.07.90 + _ZNK5KLDAP11LdapControl5valueEv@Base 15.07.90 + _ZNK5KLDAP11LdapControl8criticalEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation10serverCredEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation11extendedOidEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation12extendedDataEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation14clientControlsEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation14serverControlsEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation6objectEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation8controlsEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation9matchedDnEv@Base 15.07.90 + _ZNK5KLDAP13LdapOperation9referralsEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection10saslHandleEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection13ldapErrorCodeEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection15connectionErrorEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection15ldapErrorStringEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection15saslErrorStringEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection6handleEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection6serverEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection9getOptionEiPv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection9sizeLimitEv@Base 15.07.90 + _ZNK5KLDAP14LdapConnection9timeLimitEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget10metaObjectEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget2dnEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget3urlEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget4authEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget4hostEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget4mechEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget4portEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget4userEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget5realmEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget6bindDnEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget6filterEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget6serverEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget7versionEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget8featuresEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget8pageSizeEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget8passwordEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget8securityEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget9sizeLimitEv@Base 15.07.90 + _ZNK5KLDAP16LdapConfigWidget9timeLimitEv@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel10headerDataEiN2Qt11OrientationEi@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel10metaObjectEv@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel11columnCountERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel11hasChildrenERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel11mapToSourceERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel13mapFromSourceERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel16filterAcceptsRowEiRK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel20supportedDropActionsEv@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel4dataERK11QModelIndexi@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel5flagsERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapAttributeProxyModel8mimeDataERK5QListI11QModelIndexE@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel10headerDataEiN2Qt11OrientationEi@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel10metaObjectEv@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel11columnCountERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel11hasChildrenERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel11mapToSourceERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel13mapFromSourceERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel16filterAcceptsRowEiRK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel20supportedDropActionsEv@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel4dataERK11QModelIndexi@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel5flagsERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP23LdapStructureProxyModel8mimeDataERK5QListI11QModelIndexE@Base 15.07.90 + _ZNK5KLDAP3Ber7flattenEv@Base 15.07.90 + _ZNK5KLDAP4Ldif10isCriticalEv@Base 15.07.90 + _ZNK5KLDAP4Ldif10lineNumberEv@Base 15.07.90 + _ZNK5KLDAP4Ldif11newSuperiorEv@Base 15.07.90 + _ZNK5KLDAP4Ldif2dnEv@Base 15.07.90 + _ZNK5KLDAP4Ldif3oidEv@Base 15.07.90 + _ZNK5KLDAP4Ldif4attrEv@Base 15.07.90 + _ZNK5KLDAP4Ldif5isUrlEv@Base 15.07.90 + _ZNK5KLDAP4Ldif5valueEv@Base 15.07.90 + _ZNK5KLDAP4Ldif6newRdnEv@Base 15.07.90 + _ZNK5KLDAP4Ldif7modTypeEv@Base 15.07.90 + _ZNK5KLDAP4Ldif9delOldRdnEv@Base 15.07.90 + _ZNK5KLDAP4Ldif9entryTypeEv@Base 15.07.90 + _ZNK5KLDAP6LdapDN5depthEv@Base 15.07.90 + _ZNK5KLDAP6LdapDN7isEmptyEv@Base 15.07.90 + _ZNK5KLDAP6LdapDN7isValidEv@Base 15.07.90 + _ZNK5KLDAP6LdapDN8toStringEi@Base 15.07.90 + _ZNK5KLDAP6LdapDN8toStringEv@Base 15.07.90 + _ZNK5KLDAP6LdapDN9rdnStringEi@Base 15.07.90 + _ZNK5KLDAP6LdapDN9rdnStringEv@Base 15.07.90 + _ZNK5KLDAP6LdapDNeqERKS0_@Base 15.07.90 + _ZNK5KLDAP6LdapDNneERKS0_@Base 15.07.90 + _ZNK5KLDAP7LdapUrl10attributesEv@Base 15.07.90 + _ZNK5KLDAP7LdapUrl12hasExtensionERK7QString@Base 15.07.90 + _ZNK5KLDAP7LdapUrl2dnEv@Base 15.07.90 + _ZNK5KLDAP7LdapUrl5scopeEv@Base 15.07.90 + _ZNK5KLDAP7LdapUrl6filterEv@Base 15.07.90 + _ZNK5KLDAP7LdapUrl9extensionERK7QString@Base 15.07.90 + _ZNK5KLDAP7LdapUrl9extensionERK7QStringRb@Base 15.07.90 + _ZNK5KLDAP9LdapModel10headerDataEiN2Qt11OrientationEi@Base 15.07.90 + _ZNK5KLDAP9LdapModel10metaObjectEv@Base 15.07.90 + _ZNK5KLDAP9LdapModel11columnCountERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel11hasChildrenERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel12canFetchMoreERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel17hasChildrenOfTypeERK11QModelIndexNS0_12LdapDataTypeE@Base 15.07.90 + _ZNK5KLDAP9LdapModel20supportedDropActionsEv@Base 15.07.90 + _ZNK5KLDAP9LdapModel4dataERK11QModelIndexi@Base 15.07.90 + _ZNK5KLDAP9LdapModel5flagsERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel5indexEiiRK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel6parentERK11QModelIndex@Base 15.07.90 + _ZNK5KLDAP9LdapModel8mimeDataERK5QListI11QModelIndexE@Base 15.07.90 + _ZNK5KLDAP9LdapModel8rowCountERK11QModelIndex@Base 15.07.90 + _ZTI4QUrl@Base 15.07.90 + _ZTIN5KLDAP10LdapObjectE@Base 15.07.90 + _ZTIN5KLDAP10LdapSearchE@Base 15.07.90 + _ZTIN5KLDAP10LdapServerE@Base 15.07.90 + _ZTIN5KLDAP11LdapControlE@Base 15.07.90 + _ZTIN5KLDAP13LdapOperationE@Base 15.07.90 + _ZTIN5KLDAP14LdapConnectionE@Base 15.07.90 + _ZTIN5KLDAP16LdapConfigWidgetE@Base 15.07.90 + _ZTIN5KLDAP23LdapAttributeProxyModelE@Base 15.07.90 + _ZTIN5KLDAP23LdapStructureProxyModelE@Base 15.07.90 + _ZTIN5KLDAP3BerE@Base 15.07.90 + _ZTIN5KLDAP4LdifE@Base 15.07.90 + _ZTIN5KLDAP7LdapUrlE@Base 15.07.90 + _ZTIN5KLDAP9LdapModelE@Base 15.07.90 + _ZTS4QUrl@Base 15.07.90 + _ZTSN5KLDAP10LdapObjectE@Base 15.07.90 + _ZTSN5KLDAP10LdapSearchE@Base 15.07.90 + _ZTSN5KLDAP10LdapServerE@Base 15.07.90 + _ZTSN5KLDAP11LdapControlE@Base 15.07.90 + _ZTSN5KLDAP13LdapOperationE@Base 15.07.90 + _ZTSN5KLDAP14LdapConnectionE@Base 15.07.90 + _ZTSN5KLDAP16LdapConfigWidgetE@Base 15.07.90 + _ZTSN5KLDAP23LdapAttributeProxyModelE@Base 15.07.90 + _ZTSN5KLDAP23LdapStructureProxyModelE@Base 15.07.90 + _ZTSN5KLDAP3BerE@Base 15.07.90 + _ZTSN5KLDAP4LdifE@Base 15.07.90 + _ZTSN5KLDAP7LdapUrlE@Base 15.07.90 + _ZTSN5KLDAP9LdapModelE@Base 15.07.90 + _ZTVN5KLDAP10LdapObjectE@Base 15.07.90 + _ZTVN5KLDAP10LdapSearchE@Base 15.07.90 + _ZTVN5KLDAP10LdapServerE@Base 15.07.90 + _ZTVN5KLDAP11LdapControlE@Base 15.07.90 + _ZTVN5KLDAP13LdapOperationE@Base 15.07.90 + _ZTVN5KLDAP14LdapConnectionE@Base 15.07.90 + _ZTVN5KLDAP16LdapConfigWidgetE@Base 15.07.90 + _ZTVN5KLDAP23LdapAttributeProxyModelE@Base 15.07.90 + _ZTVN5KLDAP23LdapStructureProxyModelE@Base 15.07.90 + _ZTVN5KLDAP3BerE@Base 15.07.90 + _ZTVN5KLDAP4LdifE@Base 15.07.90 + _ZTVN5KLDAP7LdapUrlE@Base 15.07.90 + _ZTVN5KLDAP9LdapModelE@Base 15.07.90 + (c++)"non-virtual thunk to KLDAP::LdapConfigWidget::~LdapConfigWidget()@Base" 15.07.90 diff --git a/rules b/rules new file mode 100755 index 0000000..8e61cec --- /dev/null +++ b/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk + +override_dh_strip: + $(overridden_command) --dbgsym-migration='libkf5ldap-dbg (<= 15.12.0-1~~)' + +override_dh_auto_test: + # Disable auto test at build time, fakeroot breaks them + : diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/tests/acc b/tests/acc new file mode 100755 index 0000000..28b8d41 --- /dev/null +++ b/tests/acc @@ -0,0 +1,18 @@ +#!/bin/sh + +DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH) + +for in_file in debian/*.acc.in; do + out_file=${in_file%.in} + sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \ + "${in_file}" > "${out_file}" +done + +DH_VERBOSE=1 + +dh_acc +ret=$? +if [ 0 -ne $ret ]; then + cp -r logs "${ADT_ARTIFACTS}"/acc.logs +fi +exit $ret diff --git a/tests/control b/tests/control new file mode 100644 index 0000000..5df159f --- /dev/null +++ b/tests/control @@ -0,0 +1,8 @@ +Tests: testsuite +Depends: @, @builddeps@, build-essential, + dbus-x11 +Restrictions: build-needed + +Tests: acc +Depends: @, dh-acc, exuberant-ctags +Restrictions: allow-stderr diff --git a/tests/testsuite b/tests/testsuite new file mode 100755 index 0000000..be87224 --- /dev/null +++ b/tests/testsuite @@ -0,0 +1,3 @@ +#!/bin/sh + +dbus-launch --exit-with-session dh_auto_test diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..216d613 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,7 @@ +Name: kldap +Changelog: https://quickgit.kde.org/?p=kldap.git&a=log +Contact: kde-devel@kde.org +Donation: https://www.kde.org/community/donations/index.php +Repository: https://anongit.kde.org/kldap.git +Repository-Browse: https://quickgit.kde.org/?p=kldap.git +Security-Contact: security@kde.org diff --git a/watch b/watch new file mode 100644 index 0000000..86fff11 --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=3 +http://download.kde.org/stable/applications/([\d.]+)/src/kldap-([\d.]+).tar.xz +http://download.kde.org/unstable/applications/([\d.]+)/src/kldap-([\d.]+).tar.xz