[SCM] purpose packaging branch, kubuntu_wily_archive, updated. 2ca67afcd57187de932f25565698a7fd338b0dfb

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Mon Aug 10 13:24:20 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=2ca67af

The following commit has been merged in the kubuntu_wily_archive branch:
commit 2ca67afcd57187de932f25565698a7fd338b0dfb
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Mon Aug 10 15:24:16 2015 +0200

    rc1
---
 debian/changelog                            |  13 +-
 debian/control                              |   5 +-
 debian/copyright                            |  17 +-
 debian/libkf5purpose5-dbg.lintian-overrides |   1 +
 debian/libkf5purpose5.lintian-overrides     |   1 +
 debian/libkf5purpose5.symbols               | 347 +++++++---------------------
 debian/libkf5purposewidgets5.symbols        |  34 +--
 debian/rules                                |   6 +
 8 files changed, 123 insertions(+), 301 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0bfbe5..ad758cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,5 @@
-purpose (5.9.0+git20150427-0ubuntu1) UNRELEASED; urgency=medium
+purpose (1.0~rc1-0ubuntu1) wily; urgency=medium
 
-  * Initial Package
+  * Package for Kubuntu 
 
- -- Jonathan Riddell <jriddell at ubuntu.com>  Fri, 24 Apr 2015 16:46:30 +0200
-
-purpose (0.1~alpha-0ubuntu1~ubuntu15.10~ppa1) wily; urgency=medium
-
-  * PPA package
-  * Add CMAKE_CXX_FLAGS="-I/usr/include/accounts-qt5/" to fix build
-
- -- Clive Johnston <clivejo at aol.com>  Wed, 27 May 2015 15:15:15 +0100
+ -- Clive Johnston <clivejo at aol.com>  Fri, 07 Aug 2015 22:28:47 +0100
diff --git a/debian/control b/debian/control
index 5caeb81..0c82c3a 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,9 @@ Build-Depends: cmake,
                libsignon-qt5-dev,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
+               qml-module-ubuntu-onlineaccounts,
                qtbase5-dev,
-               qtdeclarative5-dev
+               qtdeclarative5-dev-tools
 Standards-Version: 3.9.6
 Homepage: https://projects.kde.org/projects/playground/libs/purpose
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/purpose.git
@@ -28,6 +29,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/purpose.git
 Package: libkf5purpose-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: libkf5purpose5 (= ${binary:Version}),
          libkf5purposewidgets5 (= ${binary:Version}),
          ${misc:Depends}
@@ -38,6 +40,7 @@ Description: library for abstractions to get the developer's purposes fulfilled
 
 Package: libkf5purpose5
 Architecture: any
+Multi-Arch: same
 Depends: kde-telepathy-send-file,
          kdeconnect-plasma,
          ${misc:Depends},
diff --git a/debian/copyright b/debian/copyright
index a25163e..14d39ae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,21 +7,6 @@ Files: *
 Copyright: 2015 Jonathan Riddell <jriddell at ubuntu.com>
            2014 Aleix Pol Gonzalez <aleixpol at blue-systems.com>
 License: LGPL-2+
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 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
- Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public
- License along with this library.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU Lesser General Public License
- version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
 
 Files: src/plugins/imgur/mpform.cpp
        src/plugins/imgur/mpform.h
@@ -29,6 +14,8 @@ Copyright: 2005-2008 Vardhman Jain <vardhman at gmail dot com>
            2008-2013 Gilles Caulier <caulier dot gilles at gmail dot com>
            2010-2012 Marius Orcsik <marius at habarnam dot ro>
 License: LGPL-2+
+
+License: LGPL-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;
diff --git a/debian/libkf5purpose5-dbg.lintian-overrides b/debian/libkf5purpose5-dbg.lintian-overrides
new file mode 100644
index 0000000..813605b
--- /dev/null
+++ b/debian/libkf5purpose5-dbg.lintian-overrides
@@ -0,0 +1 @@
+debug-file-with-no-debug-symbols
diff --git a/debian/libkf5purpose5.lintian-overrides b/debian/libkf5purpose5.lintian-overrides
index 0173be8..9d970a2 100644
--- a/debian/libkf5purpose5.lintian-overrides
+++ b/debian/libkf5purpose5.lintian-overrides
@@ -1,2 +1,3 @@
 libkf5purpose5: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libReviewboardHelpers.so usr/lib/x86_64-linux-gnu/libReviewboardHelpers.so
 libkf5purpose5: shlib-without-versioned-soname usr/lib/x86_64-linux-gnu/libReviewboardHelpers.so libReviewboardHelpers.so
+libkf5purpose5: shlib-missing-in-symbols-control-file libReviewboardHelpers.so for usr/lib/x86_64-linux-gnu/libReviewboardHelpers.so
diff --git a/debian/libkf5purpose5.symbols b/debian/libkf5purpose5.symbols
index 4c358e6..c3bb332 100644
--- a/debian/libkf5purpose5.symbols
+++ b/debian/libkf5purpose5.symbols
@@ -1,259 +1,90 @@
-# SymbolsHelper-Confirmed: 5.9.0+git20150516.0223 amd64 i386
-imgurplugin.so libkf5purpose5 #MINVER#
- _ZN11ImgurPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ImgurPlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ImgurPlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ImgurPluginD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ImgurPluginD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ImgurPluginD2Ev at Base 5.9.0+git20150515.1342
- _ZN14KPluginFactory14createInstanceI11ImgurPlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZNK11ImgurPlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI11ImgurPlugin at Base 5.9.0+git20150515.1342
- _ZTS11ImgurPlugin at Base 5.9.0+git20150515.1342
- _ZTV11ImgurPlugin at Base 5.9.0+git20150515.1342
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
-kdeconnectplugin.so libkf5purpose5 #MINVER#
- _ZN14KPluginFactory14createInstanceI17KTpSendFilePlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD0Ev at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD1Ev at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD2Ev at Base 5.9.0+git20150515.1342
- _ZNK17KTpSendFilePlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- _ZTS17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- _ZTV17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
-ktpsendfileplugin.so libkf5purpose5 #MINVER#
- _ZN14KPluginFactory14createInstanceI17KTpSendFilePlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD0Ev at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD1Ev at Base 5.9.0+git20150515.1342
- _ZN17KTpSendFilePluginD2Ev at Base 5.9.0+git20150515.1342
- _ZNK17KTpSendFilePlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- _ZTS17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- _ZTV17KTpSendFilePlugin at Base 5.9.0+git20150515.1342
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
+# SymbolsHelper-Confirmed: 1.0~rc1 amd64
 libKF5Purpose.so.5 libkf5purpose5 #MINVER#
- _ZN7Purpose10PluginBase11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0
- _ZN7Purpose10PluginBase11qt_metacastEPKc at Base 5.9.0
- _ZN7Purpose10PluginBase16staticMetaObjectE at Base 5.9.0
- _ZN7Purpose10PluginBaseC1EP7QObject at Base 5.9.0
- _ZN7Purpose10PluginBaseC2EP7QObject at Base 5.9.0
- _ZN7Purpose10PluginBaseD0Ev at Base 5.9.0
- _ZN7Purpose10PluginBaseD1Ev at Base 5.9.0
- _ZN7Purpose10PluginBaseD2Ev at Base 5.9.0
- _ZN7Purpose13Configuration11dataChangedEv at Base 5.9.0+git20150516.0223
- _ZN7Purpose13Configuration11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150516.0223
- _ZN7Purpose13Configuration11qt_metacastEPKc at Base 5.9.0+git20150516.0223
- _ZN7Purpose13Configuration16staticMetaObjectE at Base 5.9.0+git20150516.0223
- _ZN7Purpose13Configuration7setDataERK11QJsonObject at Base 5.9.0+git20150516.0223
- _ZN7Purpose13Configuration9createJobEv at Base 5.9.0+git20150516.0223
- _ZN7Purpose13ConfigurationC1ERK11QJsonObjectS3_RK15KPluginMetaDataP7QObject at Base 5.9.0+git20150516.0223
- _ZN7Purpose13ConfigurationC2ERK11QJsonObjectS3_RK15KPluginMetaDataP7QObject at Base 5.9.0+git20150516.0223
- _ZN7Purpose13ConfigurationD0Ev at Base 5.9.0+git20150516.0223
- _ZN7Purpose13ConfigurationD1Ev at Base 5.9.0+git20150516.0223
- _ZN7Purpose13ConfigurationD2Ev at Base 5.9.0+git20150516.0223
- _ZN7Purpose17AlternativesModel11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0
- _ZN7Purpose17AlternativesModel11qt_metacastEPKc at Base 5.9.0
- _ZN7Purpose17AlternativesModel12configureJobEi at Base 5.9.0+git20150516.0223
- _ZN7Purpose17AlternativesModel12setInputDataERK11QJsonObject at Base 5.9.0
- _ZN7Purpose17AlternativesModel13setPluginTypeERK7QString at Base 5.9.0
- _ZN7Purpose17AlternativesModel15initializeModelEv at Base 5.9.0
- _ZN7Purpose17AlternativesModel16inputDataChangedEv at Base 5.9.0
- _ZN7Purpose17AlternativesModel16staticMetaObjectE at Base 5.9.0
- _ZN7Purpose17AlternativesModel17pluginTypeChangedEv at Base 5.9.0
- _ZN7Purpose17AlternativesModelC1EP7QObject at Base 5.9.0
- _ZN7Purpose17AlternativesModelC2EP7QObject at Base 5.9.0
- _ZN7Purpose17AlternativesModelD0Ev at Base 5.9.0
- _ZN7Purpose17AlternativesModelD1Ev at Base 5.9.0
- _ZN7Purpose17AlternativesModelD2Ev at Base 5.9.0
- _ZN7Purpose3Job11dataChangedEv at Base 5.9.0
- _ZN7Purpose3Job11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0
- _ZN7Purpose3Job11qt_metacastEPKc at Base 5.9.0
- _ZN7Purpose3Job16staticMetaObjectE at Base 5.9.0
- _ZN7Purpose3Job6outputERK11QJsonObject at Base 5.9.0
- _ZN7Purpose3Job7setDataERK11QJsonObject at Base 5.9.0
- _ZN7Purpose3JobC1EP7QObject at Base 5.9.0
- _ZN7Purpose3JobC2EP7QObject at Base 5.9.0
- _ZN7Purpose3JobD0Ev at Base 5.9.0
- _ZN7Purpose3JobD1Ev at Base 5.9.0
- _ZN7Purpose3JobD2Ev at Base 5.9.0
- _ZNK7Purpose10PluginBase10metaObjectEv at Base 5.9.0
- _ZNK7Purpose13Configuration10metaObjectEv at Base 5.9.0+git20150516.0223
- _ZNK7Purpose13Configuration15neededArgumentsEv at Base 5.9.0+git20150516.0223
- _ZNK7Purpose13Configuration16configSourceCodeEv at Base 5.9.0+git20150516.0223
- _ZNK7Purpose13Configuration4dataEv at Base 5.9.0+git20150516.0223
- _ZNK7Purpose13Configuration7isReadyEv at Base 5.9.0+git20150516.0223
- _ZNK7Purpose17AlternativesModel10metaObjectEv at Base 5.9.0
- _ZNK7Purpose17AlternativesModel10pluginTypeEv at Base 5.9.0
- _ZNK7Purpose17AlternativesModel4dataERK11QModelIndexi at Base 5.9.0
- _ZNK7Purpose17AlternativesModel8rowCountERK11QModelIndex at Base 5.9.0
- _ZNK7Purpose17AlternativesModel9inputDataEv at Base 5.9.0
- _ZNK7Purpose17AlternativesModel9roleNamesEv at Base 5.9.0
- _ZNK7Purpose3Job10metaObjectEv at Base 5.9.0
- _ZNK7Purpose3Job4dataEv at Base 5.9.0
- _ZTIN7Purpose10PluginBaseE at Base 5.9.0
- _ZTIN7Purpose13ConfigurationE at Base 5.9.0+git20150516.0223
- _ZTIN7Purpose17AlternativesModelE at Base 5.9.0
- _ZTIN7Purpose3JobE at Base 5.9.0
- _ZTSN7Purpose10PluginBaseE at Base 5.9.0
- _ZTSN7Purpose13ConfigurationE at Base 5.9.0+git20150516.0223
- _ZTSN7Purpose17AlternativesModelE at Base 5.9.0
- _ZTSN7Purpose3JobE at Base 5.9.0
- _ZTVN7Purpose10PluginBaseE at Base 5.9.0
- _ZTVN7Purpose13ConfigurationE at Base 5.9.0+git20150516.0223
- _ZTVN7Purpose17AlternativesModelE at Base 5.9.0
- _ZTVN7Purpose3JobE at Base 5.9.0
-libReviewboardHelpers.so libkf5purpose5 #MINVER#
- _ZN11ReviewBoard10NewRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequest4doneEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequest5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequestC1ERK4QUrlRK7QStringP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequestC2ERK4QUrlRK7QStringP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequestD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequestD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard10NewRequestD2Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13ReviewRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13ReviewRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13ReviewRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequest4doneEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequest5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequestC1ERK4QUrlRK7QStringRK4QMapIS4_8QVariantEP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequestC2ERK4QUrlRK7QStringRK4QMapIS4_8QVariantEP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequestD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequestD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard13UpdateRequestD2Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest17requestReviewListEi at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest4doneEP4KJob at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequest5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequestC1ERK4QUrlRK7QStringS6_P7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequestC2ERK4QUrlRK7QStringS6_P7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequestD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequestD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard17ReviewListRequestD2Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequest4doneEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequest5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequestC1ERK4QUrlS3_RK7QStringS6_P7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequestC2ERK4QUrlS3_RK7QStringS6_P7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequestD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequestD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard18SubmitPatchRequestD2Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest21requestRepositoryListEi at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest4doneEP4KJob at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequest5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequestC1ERK4QUrlP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequestC2ERK4QUrlP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequestD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequestD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard19ProjectsListRequestD2Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCall10onFinishedEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCall11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCall11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCall16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCall5startEv at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCallC1ERK4QUrlRK7QStringRK5QListI5QPairIS4_S4_EENS0_6MethodERK10QByteArraybP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCallC2ERK4QUrlRK7QStringRK5QListI5QPairIS4_S4_EENS0_6MethodERK10QByteArraybP7QObject at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCallD0Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCallD1Ev at Base 5.9.0+git20150515.1342
- _ZN11ReviewBoard8HttpCallD2Ev at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard10NewRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard13ReviewRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard13UpdateRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard17ReviewListRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard17ReviewListRequest7reviewsEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard18SubmitPatchRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard19ProjectsListRequest10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard19ProjectsListRequest12repositoriesEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard8HttpCall10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZNK11ReviewBoard8HttpCall6resultEv at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard10NewRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard13ReviewRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard13UpdateRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard17ReviewListRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard18SubmitPatchRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard19ProjectsListRequestE at Base 5.9.0+git20150515.1342
- _ZTIN11ReviewBoard8HttpCallE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard10NewRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard13ReviewRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard13UpdateRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard17ReviewListRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard18SubmitPatchRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard19ProjectsListRequestE at Base 5.9.0+git20150515.1342
- _ZTSN11ReviewBoard8HttpCallE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard10NewRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard13ReviewRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard13UpdateRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard17ReviewListRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard18SubmitPatchRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard19ProjectsListRequestE at Base 5.9.0+git20150515.1342
- _ZTVN11ReviewBoard8HttpCallE at Base 5.9.0+git20150515.1342
-pastebinplugin.so libkf5purpose5 #MINVER#
- _ZN14KPluginFactory14createInstanceI14PastebinPlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZN14PastebinPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN14PastebinPlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN14PastebinPlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN14PastebinPluginD0Ev at Base 5.9.0+git20150515.1342
- _ZN14PastebinPluginD1Ev at Base 5.9.0+git20150515.1342
- _ZN14PastebinPluginD2Ev at Base 5.9.0+git20150515.1342
- _ZNK14PastebinPlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI14PastebinPlugin at Base 5.9.0+git20150515.1342
- _ZTS14PastebinPlugin at Base 5.9.0+git20150515.1342
- _ZTV14PastebinPlugin at Base 5.9.0+git20150515.1342
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
-reviewboardplugin.so libkf5purpose5 #MINVER#
- _ZN14KPluginFactory14createInstanceI17ReviewBoardPlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZN17ReviewBoardPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN17ReviewBoardPlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN17ReviewBoardPlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZNK17ReviewBoardPlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI17ReviewBoardPlugin at Base 5.9.0+git20150515.1342
- _ZTS17ReviewBoardPlugin at Base 5.9.0+git20150515.1342
- _ZTV17ReviewBoardPlugin at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
-saveasplugin.so libkf5purpose5 #MINVER#
- _ZN12SaveAsPlugin11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515.1342
- _ZN12SaveAsPlugin11qt_metacastEPKc at Base 5.9.0+git20150515.1342
- _ZN12SaveAsPlugin16staticMetaObjectE at Base 5.9.0+git20150515.1342
- _ZN12SaveAsPluginD0Ev at Base 5.9.0+git20150515.1342
- _ZN12SaveAsPluginD1Ev at Base 5.9.0+git20150515.1342
- _ZN12SaveAsPluginD2Ev at Base 5.9.0+git20150515.1342
- _ZN14KPluginFactory14createInstanceI12SaveAsPlugin7QObjectEEPS2_P7QWidgetS3_RK5QListI8QVariantE at Base 5.9.0+git20150515.1342
- _ZNK12SaveAsPlugin10metaObjectEv at Base 5.9.0+git20150515.1342
- _ZTI12SaveAsPlugin at Base 5.9.0+git20150515.1342
- _ZTS12SaveAsPlugin at Base 5.9.0+git20150515.1342
- _ZTV12SaveAsPlugin at Base 5.9.0+git20150515.1342
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
-youtubeplugin.so libkf5purpose5 #MINVER#
- kde_plugin_version at Base 5.9.0+git20150515.1342
- qt_plugin_instance at Base 5.9.0+git20150515.1342
- qt_plugin_query_metadata at Base 5.9.0+git20150515.1342
+ (optional=templinst)_ZN14KPluginFactory6createI7QObjectEEPT_PS1_RK5QListI8QVariantE at Base 1.0~rc1
+ _ZN7Purpose10PluginBase11qt_metacallEN11QMetaObject4CallEiPPv at Base 1.0~rc1
+ _ZN7Purpose10PluginBase11qt_metacastEPKc at Base 1.0~rc1
+ _ZN7Purpose10PluginBase16staticMetaObjectE at Base 1.0~rc1
+ _ZN7Purpose10PluginBaseC1EP7QObject at Base 1.0~rc1
+ _ZN7Purpose10PluginBaseC2EP7QObject at Base 1.0~rc1
+ _ZN7Purpose10PluginBaseD0Ev at Base 1.0~rc1
+ _ZN7Purpose10PluginBaseD1Ev at Base 1.0~rc1
+ _ZN7Purpose10PluginBaseD2Ev at Base 1.0~rc1
+ _ZN7Purpose13Configuration11dataChangedEv at Base 1.0~rc1
+ _ZN7Purpose13Configuration11qt_metacallEN11QMetaObject4CallEiPPv at Base 1.0~rc1
+ _ZN7Purpose13Configuration11qt_metacastEPKc at Base 1.0~rc1
+ _ZN7Purpose13Configuration16staticMetaObjectE at Base 1.0~rc1
+ _ZN7Purpose13Configuration7setDataERK11QJsonObject at Base 1.0~rc1
+ _ZN7Purpose13Configuration9createJobEv at Base 1.0~rc1
+ _ZN7Purpose13ConfigurationC1ERK11QJsonObjectS3_RK15KPluginMetaDataP7QObject at Base 1.0~rc1
+ _ZN7Purpose13ConfigurationC2ERK11QJsonObjectS3_RK15KPluginMetaDataP7QObject at Base 1.0~rc1
+ _ZN7Purpose13ConfigurationD0Ev at Base 1.0~rc1
+ _ZN7Purpose13ConfigurationD1Ev at Base 1.0~rc1
+ _ZN7Purpose13ConfigurationD2Ev at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel11qt_metacallEN11QMetaObject4CallEiPPv at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel11qt_metacastEPKc at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel12configureJobEi at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel12setInputDataERK11QJsonObject at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel13setPluginTypeERK7QString at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel15initializeModelEv at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel16inputDataChangedEv at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel16staticMetaObjectE at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModel17pluginTypeChangedEv at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModelC1EP7QObject at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModelC2EP7QObject at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModelD0Ev at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModelD1Ev at Base 1.0~rc1
+ _ZN7Purpose17AlternativesModelD2Ev at Base 1.0~rc1
+ _ZN7Purpose3Job11dataChangedEv at Base 1.0~rc1
+ _ZN7Purpose3Job11qt_metacallEN11QMetaObject4CallEiPPv at Base 1.0~rc1
+ _ZN7Purpose3Job11qt_metacastEPKc at Base 1.0~rc1
+ _ZN7Purpose3Job16staticMetaObjectE at Base 1.0~rc1
+ _ZN7Purpose3Job6outputERK11QJsonObject at Base 1.0~rc1
+ _ZN7Purpose3Job7setDataERK11QJsonObject at Base 1.0~rc1
+ _ZN7Purpose3JobC1EP7QObject at Base 1.0~rc1
+ _ZN7Purpose3JobC2EP7QObject at Base 1.0~rc1
+ _ZN7Purpose3JobD0Ev at Base 1.0~rc1
+ _ZN7Purpose3JobD1Ev at Base 1.0~rc1
+ _ZN7Purpose3JobD2Ev at Base 1.0~rc1
+ (optional=templinst)_ZN7QObject7connectIM4KJobFvPS1_NS1_14QPrivateSignalEEMS_FvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESC_PKNSB_IT0_E6ObjectESH_N2Qt14ConnectionTypeE at Base 1.0~rc1
+ (optional=templinst)_ZN7QObject7connectIM4KJobFvPS1_NS1_14QPrivateSignalEEPFvS2_EEEN9QtPrivate9QEnableIfIXaagecvisrNS8_15FunctionPointerIT0_EE13ArgumentCountLi0EntsrSC_25IsPointerToMemberFunctionEN11QMetaObject10ConnectionEE4TypeEPKNSA_IT_E6ObjectESH_PKS_SB_N2Qt14ConnectionTypeE at Base 1.0~rc1
+ (optional=templinst)_ZN7QObject7connectIM4KJobFvPS1_NS1_14QPrivateSignalEEPFvS2_EEEN9QtPrivate9QEnableIfIXgecvisrNS8_15FunctionPointerIT0_EE13ArgumentCountLi0EEN11QMetaObject10ConnectionEE4TypeEPKNSA_IT_E6ObjectESH_SB_ at Base 1.0~rc1
+ _ZN9QHashData8willGrowEv at Base 1.0~rc1
+ _ZN9QHashData9firstNodeEv at Base 1.0~rc1
+ _ZNK7Purpose10PluginBase10metaObjectEv at Base 1.0~rc1
+ _ZNK7Purpose13Configuration10metaObjectEv at Base 1.0~rc1
+ _ZNK7Purpose13Configuration15neededArgumentsEv at Base 1.0~rc1
+ _ZNK7Purpose13Configuration16configSourceCodeEv at Base 1.0~rc1
+ _ZNK7Purpose13Configuration4dataEv at Base 1.0~rc1
+ _ZNK7Purpose13Configuration7isReadyEv at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel10metaObjectEv at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel10pluginTypeEv at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel4dataERK11QModelIndexi at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel8rowCountERK11QModelIndex at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel9inputDataEv at Base 1.0~rc1
+ _ZNK7Purpose17AlternativesModel9roleNamesEv at Base 1.0~rc1
+ _ZNK7Purpose3Job10metaObjectEv at Base 1.0~rc1
+ _ZNK7Purpose3Job4dataEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairI7QStringPFbRKS1_RK10QJsonValueEEE3endEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairI7QStringPFbRKS1_RK10QJsonValueEEE4sizeEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairI7QStringPFbRKS1_RK10QJsonValueEEE5beginEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairIi10QByteArrayEE3endEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairIi10QByteArrayEE4sizeEv at Base 1.0~rc1
+ (optional=templinst)_ZNKSt16initializer_listISt4pairIi10QByteArrayEE5beginEv at Base 1.0~rc1
+ (optional=templinst)_ZNSt4pairI7QStringPFbRKS0_RK10QJsonValueEEC1IS0_vEEOT_RKS7_ at Base 1.0~rc1
+ (optional=templinst)_ZNSt4pairIi10QByteArrayEC1IN7Purpose17AlternativesModel5RolesERA9_KcvEEOT_OT0_ at Base 1.0~rc1
+ (optional=templinst)_ZSt7forwardI7QStringEOT_RNSt16remove_referenceIS1_E4typeE at Base 1.0~rc1
+ (optional=templinst)_ZSt7forwardIN7Purpose17AlternativesModel5RolesEEOT_RNSt16remove_referenceIS3_E4typeE at Base 1.0~rc1
+ (optional=templinst)_ZSt7forwardIRA9_KcEOT_RNSt16remove_referenceIS3_E4typeE at Base 1.0~rc1
+ (optional=templinst)_ZSt7forwardIRK15KPluginMetaDataEOT_RNSt16remove_referenceIS3_E4typeE at Base 1.0~rc1
+ _ZTIN7Purpose10PluginBaseE at Base 1.0~rc1
+ _ZTIN7Purpose13ConfigurationE at Base 1.0~rc1
+ _ZTIN7Purpose17AlternativesModelE at Base 1.0~rc1
+ _ZTIN7Purpose3JobE at Base 1.0~rc1
+ _ZTSN7Purpose10PluginBaseE at Base 1.0~rc1
+ _ZTSN7Purpose13ConfigurationE at Base 1.0~rc1
+ _ZTSN7Purpose17AlternativesModelE at Base 1.0~rc1
+ _ZTSN7Purpose3JobE at Base 1.0~rc1
+ _ZTVN7Purpose10PluginBaseE at Base 1.0~rc1
+ _ZTVN7Purpose13ConfigurationE at Base 1.0~rc1
+ _ZTVN7Purpose17AlternativesModelE at Base 1.0~rc1
+ _ZTVN7Purpose3JobE at Base 1.0~rc1
diff --git a/debian/libkf5purposewidgets5.symbols b/debian/libkf5purposewidgets5.symbols
index d58c975..071a04a 100644
--- a/debian/libkf5purposewidgets5.symbols
+++ b/debian/libkf5purposewidgets5.symbols
@@ -1,18 +1,18 @@
-# SymbolsHelper-Confirmed: 5.9.0+git20150515 amd64
+# SymbolsHelper-Confirmed: 1.0~rc1 amd64
 libKF5PurposeWidgets.so.5 libkf5purposewidgets5 #MINVER#
- _ZN7Purpose4Menu11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150515
- _ZN7Purpose4Menu11qt_metacastEPKc at Base 5.9.0+git20150515
- _ZN7Purpose4Menu16staticMetaObjectE at Base 5.9.0+git20150515
- _ZN7Purpose4Menu6reloadEv at Base 5.9.0+git20150515
- _ZN7Purpose4Menu8finishedERK11QJsonObjectiRK7QString at Base 5.9.0+git20150515
- _ZN7Purpose4MenuC1EP7QWidget at Base 5.9.0+git20150515
- _ZN7Purpose4MenuC2EP7QWidget at Base 5.9.0+git20150515
- _ZN7Purpose4MenuD0Ev at Base 5.9.0+git20150515
- _ZN7Purpose4MenuD1Ev at Base 5.9.0+git20150515
- _ZN7Purpose4MenuD2Ev at Base 5.9.0+git20150515
- _ZNK7Purpose4Menu10metaObjectEv at Base 5.9.0+git20150515
- _ZNK7Purpose4Menu5modelEv at Base 5.9.0+git20150515
- _ZTIN7Purpose4MenuE at Base 5.9.0+git20150515
- _ZTSN7Purpose4MenuE at Base 5.9.0+git20150515
- _ZTVN7Purpose4MenuE at Base 5.9.0+git20150515
- (c++)"non-virtual thunk to Purpose::Menu::~Menu()@Base" 5.9.0+git20150515
+ _ZN10QByteArray7reserveEi at Base 1.0~rc1
+ _ZN7Purpose4Menu11qt_metacallEN11QMetaObject4CallEiPPv at Base 1.0~rc1
+ _ZN7Purpose4Menu11qt_metacastEPKc at Base 1.0~rc1
+ _ZN7Purpose4Menu16staticMetaObjectE at Base 1.0~rc1
+ _ZN7Purpose4Menu6reloadEv at Base 1.0~rc1
+ _ZN7Purpose4Menu8finishedERK11QJsonObjectiRK7QString at Base 1.0~rc1
+ _ZN7Purpose4MenuC1EP7QWidget at Base 1.0~rc1
+ _ZN7Purpose4MenuC2EP7QWidget at Base 1.0~rc1
+ (optional=templinst)_ZN7QObject7connectIMN7Purpose17AlternativesModelEFvvEMNS1_4MenuEFvvEEEN11QMetaObject10ConnectionEPKN9QtPrivate15FunctionPointerIT_E6ObjectESC_PKNSB_IT0_E6ObjectESH_N2Qt14ConnectionTypeE at Base 1.0~rc1
+ (optional=templinst)_ZN8QVariant9fromValueIP7QObjectEES_RKT_ at Base 1.0~rc1
+ _ZNK7Purpose4Menu10metaObjectEv at Base 1.0~rc1
+ _ZNK7Purpose4Menu5modelEv at Base 1.0~rc1
+ (optional=templinst)_ZNK8QVariant5valueI5QIconEET_v at Base 1.0~rc1
+ _ZTIN7Purpose4MenuE at Base 1.0~rc1
+ _ZTSN7Purpose4MenuE at Base 1.0~rc1
+ _ZTVN7Purpose4MenuE at Base 1.0~rc1
diff --git a/debian/rules b/debian/rules
index 25d05bf..f3217ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,13 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DCMAKE_CXX_FLAGS="-I/usr/include/accounts-qt5/"
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=libkf5purpose5-dbg
 
+override_dh_makeshlibs:
+	$(overridden_command) -Xusr/lib/$(DEB_HOST_GNU_TYPE)/qt5/plugins/purpose/ -Xusr/lib/$(DEB_HOST_GNU_TYPE)/libReviewboardHelpers.so
+
 .PHONY: override_dh_auto_test

-- 
purpose packaging



More information about the pkg-kde-commits mailing list