[SCM] kaccounts-integration packaging branch, kubuntu_unstable, updated. 5660c0d0526d042b02dcd9f9a7d37073bface4b8

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed Dec 10 06:11:22 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kaccounts-integration.git;a=commitdiff;h=5660c0d

The following commit has been merged in the kubuntu_unstable branch:
commit 5660c0d0526d042b02dcd9f9a7d37073bface4b8
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Dec 10 07:10:51 2014 +0100

    add copyright & split library
---
 debian/control                       | 21 ++++++++
 debian/copyright                     | 97 ++++++++++++++++++++++++++++++++++++
 debian/kaccounts-integration.install |  4 +-
 debian/libkaccounts-dev.install      |  3 ++
 debian/libkaccounts1.install         |  2 +
 debian/libkaccounts1.symbols         | 52 +++++++++++++++++++
 6 files changed, 178 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e6eb8cb..a70465a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,27 @@ XS-Testsuite: autopkgtest
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-extras/kaccounts-integration.git/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kaccounts-integration.git
 
+Package: libkaccounts1
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: kaccounts-providers
+Breaks: kaccounts-integration (<= 0.0+git20141209.1543+15.04)
+Replaces: kaccounts-integration (<= 0.0+git20141209.1543+15.04)
+Description: library to administer web accounts
+ For the sites and services across the Plasma desktop.
+
+Package: libkaccounts-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: kaccounts-integration (<= 0.0+git20141209.1543+15.04)
+Replaces: kaccounts-integration (<= 0.0+git20141209.1543+15.04)
+Description: library to administer web accounts - development files
+ For the sites and services across the Plasma desktop.
+ .
+ This package contains development files.
+
 Package: kaccounts-integration
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, singond, signon-ui-x11, signon-kwallet-extension, signon-plugin-oauth2
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..070b7f8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,97 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: signon-kwallet-extension
+Source: http://quickgit.kde.org/?p=signon-kwallet-extension.git
+
+Files: *
+Copyright: 2012-2013 Alejandro Fiestas Olivares <afiestas at kde.org>
+License: GPL-2+
+
+Files: src/lib/*
+Copyright: 2012-2013 Alejandro Fiestas Olivares <afiestas at kde.org>
+           2007 David Faure <faure at kde.org>
+License: LGPL-2+
+
+Files: src/lib/core.*
+       src/lib/kaccountsdplugin.*
+       src/lib/kaccountsuiplugin.*
+Copyright: 2014 Martin Klapetek <mklapetek at kde.org>
+License: GPL-KDEeV
+
+Files: src/models/modeltest.cpp
+Copyright: 2007 Trolltech ASA
+License: GPL-2
+
+Files: debian/*
+Copyright: 2014 Harald Sitter <sitter at kde.org>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; 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 General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2
+ as published by the Free Software Foundation.
+ .
+ This program 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 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,
+ see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: GPL-KDEeV
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public
+ License version 2 or at your option version 3 as published by
+ the Free Software Foundation.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; 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 General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+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.
+ .
+ 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/debian/kaccounts-integration.install b/debian/kaccounts-integration.install
index 1b91047..9de40e6 100644
--- a/debian/kaccounts-integration.install
+++ b/debian/kaccounts-integration.install
@@ -1 +1,3 @@
-usr/
+usr/lib/*/qt5/plugins/kcm_kaccounts.so
+usr/lib/*/qt5/plugins/kded_accounts.so
+usr/share/kservices5/
diff --git a/debian/libkaccounts-dev.install b/debian/libkaccounts-dev.install
new file mode 100644
index 0000000..3e3aa79
--- /dev/null
+++ b/debian/libkaccounts-dev.install
@@ -0,0 +1,3 @@
+usr/include/KAccounts/
+usr/lib/*/cmake/KAccounts/
+usr/lib/*/libkaccounts.so
diff --git a/debian/libkaccounts1.install b/debian/libkaccounts1.install
new file mode 100644
index 0000000..5692b05
--- /dev/null
+++ b/debian/libkaccounts1.install
@@ -0,0 +1,2 @@
+usr/lib/*/libkaccounts.so.1.0.0
+usr/lib/*/libkaccounts.so.1
diff --git a/debian/libkaccounts1.symbols b/debian/libkaccounts1.symbols
new file mode 100644
index 0000000..7d6e75f
--- /dev/null
+++ b/debian/libkaccounts1.symbols
@@ -0,0 +1,52 @@
+# SymbolsHelper-Confirmed: 0.0 amd64
+libkaccounts.so.1 libkaccounts1 #MINVER#
+ _ZN16KAccountsDPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.0
+ _ZN16KAccountsDPlugin11qt_metacastEPKc at Base 0.0
+ _ZN16KAccountsDPlugin16staticMetaObjectE at Base 0.0
+ _ZN16KAccountsDPluginC1EP7QObject at Base 0.0
+ _ZN16KAccountsDPluginC2EP7QObject at Base 0.0
+ _ZN16KAccountsDPluginD0Ev at Base 0.0
+ _ZN16KAccountsDPluginD1Ev at Base 0.0
+ _ZN16KAccountsDPluginD2Ev at Base 0.0
+ _ZN17GetCredentialsJob11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.0
+ _ZN17GetCredentialsJob11qt_metacastEPKc at Base 0.0
+ _ZN17GetCredentialsJob14getCredentialsEv at Base 0.0
+ _ZN17GetCredentialsJob14setServiceTypeERK7QString at Base 0.0
+ _ZN17GetCredentialsJob16staticMetaObjectE at Base 0.0
+ _ZN17GetCredentialsJob5startEv at Base 0.0
+ _ZN17GetCredentialsJobC1ERKjP7QObject at Base 0.0
+ _ZN17GetCredentialsJobC1ERKjRK7QStringS4_P7QObject at Base 0.0
+ _ZN17GetCredentialsJobC2ERKjP7QObject at Base 0.0
+ _ZN17GetCredentialsJobC2ERKjRK7QStringS4_P7QObject at Base 0.0
+ _ZN17GetCredentialsJobD0Ev at Base 0.0
+ _ZN17GetCredentialsJobD1Ev at Base 0.0
+ _ZN17GetCredentialsJobD2Ev at Base 0.0
+ _ZN17KAccountsUiPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.0
+ _ZN17KAccountsUiPlugin11qt_metacastEPKc at Base 0.0
+ _ZN17KAccountsUiPlugin16staticMetaObjectE at Base 0.0
+ _ZN17KAccountsUiPlugin5errorERK7QString at Base 0.0
+ _ZN17KAccountsUiPlugin7successERK7QStringS2_RK4QMapIS0_8QVariantE at Base 0.0
+ _ZN17KAccountsUiPlugin7uiReadyEv at Base 0.0
+ _ZN17KAccountsUiPluginC1EP7QObject at Base 0.0
+ _ZN17KAccountsUiPluginC2EP7QObject at Base 0.0
+ _ZN17KAccountsUiPluginD0Ev at Base 0.0
+ _ZN17KAccountsUiPluginD1Ev at Base 0.0
+ _ZN17KAccountsUiPluginD2Ev at Base 0.0
+ _ZN9KAccounts15accountsManagerEv at Base 0.0
+ _ZNK16KAccountsDPlugin10metaObjectEv at Base 0.0
+ _ZNK17GetCredentialsJob10metaObjectEv at Base 0.0
+ _ZNK17GetCredentialsJob15credentialsDataEv at Base 0.0
+ _ZNK17GetCredentialsJob9accountIdEv at Base 0.0
+ _ZNK17KAccountsUiPlugin10metaObjectEv at Base 0.0
+ _ZTI16KAccountsDPlugin at Base 0.0
+ _ZTI17GetCredentialsJob at Base 0.0
+ _ZTI17KAccountsUiPlugin at Base 0.0
+ _ZTIN6SignOn5ErrorE at Base 0.0
+ _ZTS16KAccountsDPlugin at Base 0.0
+ _ZTS17GetCredentialsJob at Base 0.0
+ _ZTS17KAccountsUiPlugin at Base 0.0
+ _ZTSN6SignOn5ErrorE at Base 0.0
+ _ZTV16KAccountsDPlugin at Base 0.0
+ _ZTV17GetCredentialsJob at Base 0.0
+ _ZTV17KAccountsUiPlugin at Base 0.0
+ _ZTVN6SignOn5ErrorE at Base 0.0

-- 
kaccounts-integration packaging



More information about the pkg-kde-commits mailing list