[SCM] baloo packaging branch, master, updated. debian/5.9.2-2-1-g45f4f64

Scott Kitterman kitterman at moszumanska.debian.org
Mon Jul 13 20:32:09 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/baloo.git;a=commitdiff;h=45f4f64

The following commit has been merged in the master branch:
commit 45f4f6455d7be5449e1642b35d0bca061161aa8d
Author: Scott Kitterman <scott at kitterman.com>
Date:   Mon Jul 13 16:27:28 2015 -0400

    Switch back to baloo from baloo-kf5
    * Rename source and application binary back to baloo since it is no longer
      in frameworks
    * Use epoch to match non-frameworks KDE versioning
    * Rename -dev package back to baloo-dev and have it Provide baloo-kf5-dev
      for interim compatiblity
---
 debian/{baloo-kf5-dev.acc.in => baloo-dev.acc.in}  |   0
 .../{baloo-kf5-dev.install => baloo-dev.install}   |   0
 debian/{baloo-kf5.install => baloo.install}        |   0
 ...5.lintian-overrides => baloo.lintian-overrides} |   0
 debian/changelog                                   |  11 +
 debian/control                                     |  33 +-
 debian/libkf5baloo1.symbols                        | 452 ++++++++++-----------
 debian/libkf5balooxapian1.symbols                  | 112 ++---
 debian/rules                                       |   7 +-
 9 files changed, 304 insertions(+), 311 deletions(-)

diff --git a/debian/baloo-kf5-dev.acc.in b/debian/baloo-dev.acc.in
similarity index 100%
rename from debian/baloo-kf5-dev.acc.in
rename to debian/baloo-dev.acc.in
diff --git a/debian/baloo-kf5-dev.install b/debian/baloo-dev.install
similarity index 100%
rename from debian/baloo-kf5-dev.install
rename to debian/baloo-dev.install
diff --git a/debian/baloo-kf5.install b/debian/baloo.install
similarity index 100%
rename from debian/baloo-kf5.install
rename to debian/baloo.install
diff --git a/debian/baloo-kf5.lintian-overrides b/debian/baloo.lintian-overrides
similarity index 100%
rename from debian/baloo-kf5.lintian-overrides
rename to debian/baloo.lintian-overrides
diff --git a/debian/changelog b/debian/changelog
index f8ab8f9..4041012 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+baloo (4:5.9.2-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Rename source and application binary back to baloo since it is no longer
+    in frameworks
+  * Use epoch to match non-frameworks KDE versioning
+  * Rename -dev package back to baloo-dev and have it Provide baloo-kf5-dev
+    for interim compatiblity
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 13 Jul 2015 14:34:47 -0400
+
 baloo-kf5 (5.9.2-2) unstable; urgency=medium
 
   * Add the missing Breaks/Replaces. (Closes: #789166)
diff --git a/debian/control b/debian/control
index 947ca18..4ec012a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: baloo-kf5
+Source: baloo
 Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
@@ -31,10 +31,10 @@ Homepage: https://projects.kde.org/projects/kde/kdelibs/baloo
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/plasma/baloo.git
 Vcs-Git: git://anonscm.debian.org/pkg-kde/plasma/baloo.git
 
-Package: baloo-kf5-dev
+Package: baloo-dev
 Section: devel
 Architecture: any
-Depends: baloo-kf5 (= ${binary:Version}),
+Depends: baloo (= ${binary:Version}),
          libkf5baloo1 (= ${binary:Version}),
          libkf5balooxapian1 (= ${binary:Version}),
          libkf5coreaddons-dev,
@@ -42,7 +42,7 @@ Depends: baloo-kf5 (= ${binary:Version}),
          libxapian-dev,
          ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: baloo-dev
+Provides: baloo-kf5-dev
 Description: framework for searching and managing metadata devel files
  A framework for searching and managing metadata in KDE Software.
  .
@@ -50,16 +50,14 @@ Description: framework for searching and managing metadata devel files
  .
  This package contains the development files.
 
-Package: baloo-kf5
+Package: baloo
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: ${kde-l10n:all}
-Conflicts: baloo (<< 4:5.0)
-Replaces: baloo (<< 4:5.0),
-          ${kde-l10n:all}
-Description: framework for searching and managing metadata
- A framework for searching and managing metadata in KDE Software.
+Replaces: ${kde-l10n:all}
+Description: Plasma utility for searching and managing metadata
+ A utility for searching and managing metadata in KDE Software.
  .
  Baloo is part of the KDE Plasma desktop.
 
@@ -82,12 +80,12 @@ Description: framework for searching and managing metadata plugins
  .
  Baloo is part of the KDE Plasma desktop.
 
-Package: baloo-kf5-dbg
+Package: baloo-dbg
 Section: debug
 Priority: extra
 Architecture: any
 Recommends: qtbase5-dbg
-Depends: baloo-kf5 (= ${binary:Version}), ${misc:Depends}
+Depends: baloo (= ${binary:Version}), ${misc:Depends}
 Description: framework for searching and managing metadata
  A framework for searching and managing metadata in KDE Software.
  .
@@ -95,14 +93,3 @@ Description: framework for searching and managing metadata
  .
  This package contains the debugging symbols.
 
-Package: baloo
-Section: oldlibs
-Priority: extra
-Architecture: any
-Depends: baloo-kf5 (>= ${source:Upstream-Version}), ${misc:Depends}
-Description: transitional package for baloo
- A framework for searching and managing metadata in KDE Software.
- .
- Baloo is part of the KDE Plasma desktop.
- .
- This package can be safely removed.
diff --git a/debian/libkf5baloo1.symbols b/debian/libkf5baloo1.symbols
index 39d6935..c3edfd0 100644
--- a/debian/libkf5baloo1.symbols
+++ b/debian/libkf5baloo1.symbols
@@ -1,227 +1,227 @@
-# SymbolsHelper-Confirmed: 5.9.0+git20150512 amd64
+# SymbolsHelper-Confirmed: 4:5.9.0+git20150512 amd64
 libKF5Baloo.so.1 libkf5baloo1 #MINVER#
- (optional=templinst)_ZN12KConfigGroup10writeEntryI7QStringEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE at Base 5.9.0+git20150512
- (optional=templinst)_ZN12KConfigGroup10writeEntryIbEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJob11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJob11qt_metacastEPKc at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJob16staticMetaObjectE at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJob4tagsEv at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJob5startEv at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJobC1EP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJobC2EP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJobD0Ev at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJobD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo10TagListJobD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping5clearEv at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping5fetchE12QSqlDatabase at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping5setIdEj at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping6createE12QSqlDatabase at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping6removeE12QSqlDatabase at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping6setUrlERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo11FileMapping7fetchedEv at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC1ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC1Ej at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC2ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC2Ej at Base 5.9.0+git20150512
- _ZN5Baloo11FileMappingC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor11qt_metacastEPKc at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor16staticMetaObjectE at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor19fileMetaDataChangedERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor23slotFileMetaDataChangedERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor5clearEv at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor7addFileERK4QUrl at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor7addFileERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitor8setFilesERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitorC1EP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitorC2EP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitorD0Ev at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitorD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo11FileMonitorD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfig17setExcludeFoldersERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfig17setIncludeFoldersERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfigC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfigC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfigD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo13IndexerConfigD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable11qt_metacastEPKc at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable11queryResultEPS0_RKNS_6ResultE at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable16staticMetaObjectE at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable3runEv at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable4stopEv at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnable8finishedEPS0_ at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnableC1ERKNS_5QueryEP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnableC2ERKNS_5QueryEP7QObject at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnableD0Ev at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnableD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo13QueryRunnableD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIterator4nextEv at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC1ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC1EiPNS_11SearchStoreE at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC2ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC2EiPNS_11SearchStoreE at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo14ResultIteratorD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo4File4loadERK10QByteArray at Base 5.9.0+git20150512
- _ZN5Baloo4File4loadERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4File4loadEv at Base 5.9.0+git20150512
- _ZN5Baloo4FileC1ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4FileC1ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4FileC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo4FileC2ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4FileC2ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4FileC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo4FileD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo4FileD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo4FileaSERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4Term10addSubTermERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4Term11setNegationEb at Base 5.9.0+git20150512
- _ZN5Baloo4Term11setPropertyERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4Term11setSubTermsERK5QListIS0_E at Base 5.9.0+git20150512
- _ZN5Baloo4Term11setUserDataERK7QStringRK8QVariant at Base 5.9.0+git20150512
- _ZN5Baloo4Term12setOperationENS0_9OperationE at Base 5.9.0+git20150512
- _ZN5Baloo4Term13setComparatorENS0_10ComparatorE at Base 5.9.0+git20150512
- _ZN5Baloo4Term14fromVariantMapERK4QMapI7QString8QVariantE at Base 5.9.0+git20150512
- _ZN5Baloo4Term8setValueERK8QVariant at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ENS0_9OperationE at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ENS0_9OperationERK5QListIS0_E at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ENS0_9OperationERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ERK7QStringRK8QVariantNS0_10ComparatorE at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1ERKS0_NS0_9OperationES2_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ENS0_9OperationE at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ENS0_9OperationERK5QListIS0_E at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ENS0_9OperationERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ERK7QStringRK8QVariantNS0_10ComparatorE at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2ERKS0_NS0_9OperationES2_ at Base 5.9.0+git20150512
- _ZN5Baloo4TermC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo4TermD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo4TermD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo4TermaSERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo5Query11toSearchUrlERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo5Query13fromSearchUrlERK4QUrl at Base 5.9.0+git20150512
- _ZN5Baloo5Query13setDateFilterEiii at Base 5.9.0+git20150512
- _ZN5Baloo5Query15setSearchStringERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo5Query16setIncludeFolderERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo5Query16setSortingOptionENS0_13SortingOptionE at Base 5.9.0+git20150512
- _ZN5Baloo5Query17titleFromQueryUrlERK4QUrl at Base 5.9.0+git20150512
- _ZN5Baloo5Query4execEv at Base 5.9.0+git20150512
- _ZN5Baloo5Query6toJSONEv at Base 5.9.0+git20150512
- _ZN5Baloo5Query7addTypeERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo5Query7setTermERKNS_4TermE at Base 5.9.0+git20150512
- _ZN5Baloo5Query7setTypeERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo5Query8addTypesERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo5Query8fromJSONERK10QByteArray at Base 5.9.0+git20150512
- _ZN5Baloo5Query8setLimitEj at Base 5.9.0+git20150512
- _ZN5Baloo5Query8setTypesERK11QStringList at Base 5.9.0+git20150512
- _ZN5Baloo5Query9setOffsetEj at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC1ERKNS_4TermE at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC1ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC2ERKNS_4TermE at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC2ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo5QueryC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo5QueryD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo5QueryD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo5QueryaSERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo6Result11setFilePathERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo6Result5setIdERK10QByteArray at Base 5.9.0+git20150512
- _ZN5Baloo6ResultC1ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo6ResultC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo6ResultC2ERKS0_ at Base 5.9.0+git20150512
- _ZN5Baloo6ResultC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo6ResultD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo6ResultD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo6ResultaSERKS0_ at Base 5.9.0+git20150512
- (optional=templinst)_ZN6Xapian5QueryC1IN15QTypedArrayDataISsE8iteratorEEENS0_2opET_S6_j at Base 5.9.0+git20150512
- (optional=templinst)_ZN6Xapian5QueryC2IN15QTypedArrayDataISsE8iteratorEEENS0_2opET_S6_j at Base 5.9.0+git20150512
- (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_ at Base 5.9.0+git20150512
- (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_ at Base 5.9.0+git20150512
- _ZNK5Baloo10TagListJob10metaObjectEv at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMapping2idEv at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMapping3urlEv at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMapping5emptyEv at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMappingeqERKS0_ at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMonitor10metaObjectEv at Base 5.9.0+git20150512
- _ZNK5Baloo11FileMonitor5filesEv at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig11setFirstRunEb at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig14excludeFoldersEv at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig14includeFoldersEv at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig15shouldBeIndexedERK7QString at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig19fileIndexingEnabledEv at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig22setFileIndexingEnabledEb at Base 5.9.0+git20150512
- _ZNK5Baloo13IndexerConfig8firstRunEv at Base 5.9.0+git20150512
- _ZNK5Baloo13QueryRunnable10metaObjectEv at Base 5.9.0+git20150512
- _ZNK5Baloo14ResultIterator2idEv at Base 5.9.0+git20150512
- _ZNK5Baloo14ResultIterator6resultEv at Base 5.9.0+git20150512
- _ZNK5Baloo14ResultIterator8filePathEv at Base 5.9.0+git20150512
- _ZNK5Baloo4File10propertiesEv at Base 5.9.0+git20150512
- _ZNK5Baloo4File2idEv at Base 5.9.0+git20150512
- _ZNK5Baloo4File4pathEv at Base 5.9.0+git20150512
- _ZNK5Baloo4File8propertyEN13KFileMetaData8Property8PropertyE at Base 5.9.0+git20150512
- _ZNK5Baloo4Term10comparatorEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term12toVariantMapEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term5emptyEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term5valueEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term7isEmptyEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term7isValidEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term7negatedEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term7subTermEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term8propertyEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term8subTermsEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term8userDataERK7QString at Base 5.9.0+git20150512
- _ZNK5Baloo4Term9isNegatedEv at Base 5.9.0+git20150512
- _ZNK5Baloo4Term9operationEv at Base 5.9.0+git20150512
- _ZNK5Baloo4TermeqERKS0_ at Base 5.9.0+git20150512
- _ZNK5Baloo5Query10yearFilterEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query11monthFilterEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query12searchStringEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query13includeFolderEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query13sortingOptionEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query4termEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query5limitEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query5typesEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query6offsetEv at Base 5.9.0+git20150512
- _ZNK5Baloo5Query9dayFilterEv at Base 5.9.0+git20150512
- _ZNK5Baloo5QueryeqERKS0_ at Base 5.9.0+git20150512
- _ZNK5Baloo5QueryneERKS0_ at Base 5.9.0+git20150512
- _ZNK5Baloo6Result2idEv at Base 5.9.0+git20150512
- _ZNK5Baloo6Result8filePathEv at Base 5.9.0+git20150512
- _ZTIN5Baloo10TagListJobE at Base 5.9.0+git20150512
- _ZTIN5Baloo11FileMonitorE at Base 5.9.0+git20150512
- _ZTIN5Baloo13QueryRunnableE at Base 5.9.0+git20150512
- _ZTIN6Xapian10LogicErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian12RuntimeErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian13DatabaseErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian16DocNotFoundErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian20DatabaseCorruptErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian20DatabaseOpeningErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian20InvalidArgumentErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian21DatabaseModifiedErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian5ErrorE at Base 5.9.0+git20150512
- _ZTSN5Baloo10TagListJobE at Base 5.9.0+git20150512
- _ZTSN5Baloo11FileMonitorE at Base 5.9.0+git20150512
- _ZTSN5Baloo13QueryRunnableE at Base 5.9.0+git20150512
- _ZTSN6Xapian10LogicErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian12RuntimeErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian13DatabaseErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian16DocNotFoundErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian20DatabaseCorruptErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian20DatabaseOpeningErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian20InvalidArgumentErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian21DatabaseModifiedErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian5ErrorE at Base 5.9.0+git20150512
- _ZTVN5Baloo10TagListJobE at Base 5.9.0+git20150512
- _ZTVN5Baloo11FileMonitorE at Base 5.9.0+git20150512
- _ZTVN5Baloo13QueryRunnableE at Base 5.9.0+git20150512
- _Zls6QDebugRKN5Baloo4TermE at Base 5.9.0+git20150512
- (c++)"non-virtual thunk to Baloo::QueryRunnable::run()@Base" 5.9.0+git20150512
- (c++)"non-virtual thunk to Baloo::QueryRunnable::~QueryRunnable()@Base" 5.9.0+git20150512
+ (optional=templinst)_ZN12KConfigGroup10writeEntryI7QStringEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZN12KConfigGroup10writeEntryIbEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJob11qt_metacallEN11QMetaObject4CallEiPPv at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJob11qt_metacastEPKc at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJob16staticMetaObjectE at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJob4tagsEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJob5startEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJobC1EP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJobC2EP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJobD0Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJobD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo10TagListJobD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping5clearEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping5fetchE12QSqlDatabase at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping5setIdEj at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping6createE12QSqlDatabase at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping6removeE12QSqlDatabase at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping6setUrlERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMapping7fetchedEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC1ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC1Ej at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC2ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC2Ej at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMappingC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor11qt_metacallEN11QMetaObject4CallEiPPv at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor11qt_metacastEPKc at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor16staticMetaObjectE at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor19fileMetaDataChangedERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor23slotFileMetaDataChangedERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor5clearEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor7addFileERK4QUrl at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor7addFileERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitor8setFilesERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitorC1EP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitorC2EP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitorD0Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitorD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo11FileMonitorD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfig17setExcludeFoldersERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfig17setIncludeFoldersERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfigC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfigC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfigD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13IndexerConfigD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable11qt_metacallEN11QMetaObject4CallEiPPv at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable11qt_metacastEPKc at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable11queryResultEPS0_RKNS_6ResultE at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable16staticMetaObjectE at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable3runEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable4stopEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnable8finishedEPS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnableC1ERKNS_5QueryEP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnableC2ERKNS_5QueryEP7QObject at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnableD0Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnableD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo13QueryRunnableD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIterator4nextEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC1ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC1EiPNS_11SearchStoreE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC2ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC2EiPNS_11SearchStoreE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14ResultIteratorD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4File4loadERK10QByteArray at Base 4:5.9.0+git20150512
+ _ZN5Baloo4File4loadERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4File4loadEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC1ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC1ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC2ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC2ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4FileaSERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term10addSubTermERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term11setNegationEb at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term11setPropertyERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term11setSubTermsERK5QListIS0_E at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term11setUserDataERK7QStringRK8QVariant at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term12setOperationENS0_9OperationE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term13setComparatorENS0_10ComparatorE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term14fromVariantMapERK4QMapI7QString8QVariantE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4Term8setValueERK8QVariant at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ENS0_9OperationE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ENS0_9OperationERK5QListIS0_E at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ENS0_9OperationERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ERK7QStringRK8QVariantNS0_10ComparatorE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1ERKS0_NS0_9OperationES2_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ENS0_9OperationE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ENS0_9OperationERK5QListIS0_E at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ENS0_9OperationERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ERK7QStringRK8QVariantNS0_10ComparatorE at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2ERKS0_NS0_9OperationES2_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo4TermaSERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query11toSearchUrlERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query13fromSearchUrlERK4QUrl at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query13setDateFilterEiii at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query15setSearchStringERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query16setIncludeFolderERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query16setSortingOptionENS0_13SortingOptionE at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query17titleFromQueryUrlERK4QUrl at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query4execEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query6toJSONEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query7addTypeERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query7setTermERKNS_4TermE at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query7setTypeERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query8addTypesERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query8fromJSONERK10QByteArray at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query8setLimitEj at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query8setTypesERK11QStringList at Base 4:5.9.0+git20150512
+ _ZN5Baloo5Query9setOffsetEj at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC1ERKNS_4TermE at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC1ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC2ERKNS_4TermE at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC2ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo5QueryaSERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo6Result11setFilePathERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo6Result5setIdERK10QByteArray at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultC1ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultC2ERKS0_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo6ResultaSERKS0_ at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZN6Xapian5QueryC1IN15QTypedArrayDataISsE8iteratorEEENS0_2opET_S6_j at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZN6Xapian5QueryC2IN15QTypedArrayDataISsE8iteratorEEENS0_2opET_S6_j at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_ at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_ at Base 4:5.9.0+git20150512
+ _ZNK5Baloo10TagListJob10metaObjectEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMapping2idEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMapping3urlEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMapping5emptyEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMappingeqERKS0_ at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMonitor10metaObjectEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo11FileMonitor5filesEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig11setFirstRunEb at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig14excludeFoldersEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig14includeFoldersEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig15shouldBeIndexedERK7QString at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig19fileIndexingEnabledEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig22setFileIndexingEnabledEb at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13IndexerConfig8firstRunEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo13QueryRunnable10metaObjectEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14ResultIterator2idEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14ResultIterator6resultEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14ResultIterator8filePathEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4File10propertiesEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4File2idEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4File4pathEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4File8propertyEN13KFileMetaData8Property8PropertyE at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term10comparatorEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term12toVariantMapEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term5emptyEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term5valueEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term7isEmptyEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term7isValidEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term7negatedEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term7subTermEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term8propertyEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term8subTermsEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term8userDataERK7QString at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term9isNegatedEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4Term9operationEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo4TermeqERKS0_ at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query10yearFilterEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query11monthFilterEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query12searchStringEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query13includeFolderEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query13sortingOptionEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query4termEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query5limitEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query5typesEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query6offsetEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5Query9dayFilterEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5QueryeqERKS0_ at Base 4:5.9.0+git20150512
+ _ZNK5Baloo5QueryneERKS0_ at Base 4:5.9.0+git20150512
+ _ZNK5Baloo6Result2idEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo6Result8filePathEv at Base 4:5.9.0+git20150512
+ _ZTIN5Baloo10TagListJobE at Base 4:5.9.0+git20150512
+ _ZTIN5Baloo11FileMonitorE at Base 4:5.9.0+git20150512
+ _ZTIN5Baloo13QueryRunnableE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian10LogicErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian12RuntimeErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian13DatabaseErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian16DocNotFoundErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian20DatabaseCorruptErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian20DatabaseOpeningErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian20InvalidArgumentErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian21DatabaseModifiedErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian5ErrorE at Base 4:5.9.0+git20150512
+ _ZTSN5Baloo10TagListJobE at Base 4:5.9.0+git20150512
+ _ZTSN5Baloo11FileMonitorE at Base 4:5.9.0+git20150512
+ _ZTSN5Baloo13QueryRunnableE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian10LogicErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian12RuntimeErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian13DatabaseErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian16DocNotFoundErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian20DatabaseCorruptErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian20DatabaseOpeningErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian20InvalidArgumentErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian21DatabaseModifiedErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian5ErrorE at Base 4:5.9.0+git20150512
+ _ZTVN5Baloo10TagListJobE at Base 4:5.9.0+git20150512
+ _ZTVN5Baloo11FileMonitorE at Base 4:5.9.0+git20150512
+ _ZTVN5Baloo13QueryRunnableE at Base 4:5.9.0+git20150512
+ _Zls6QDebugRKN5Baloo4TermE at Base 4:5.9.0+git20150512
+ (c++)"non-virtual thunk to Baloo::QueryRunnable::run()@Base" 4:5.9.0+git20150512
+ (c++)"non-virtual thunk to Baloo::QueryRunnable::~QueryRunnable()@Base" 4:5.9.0+git20150512
diff --git a/debian/libkf5balooxapian1.symbols b/debian/libkf5balooxapian1.symbols
index 8007bff..162683c 100644
--- a/debian/libkf5balooxapian1.symbols
+++ b/debian/libkf5balooxapian1.symbols
@@ -1,57 +1,57 @@
-# SymbolsHelper-Confirmed: 5.9.0+git20150512 amd64
+# SymbolsHelper-Confirmed: 4:5.9.0+git20150512 amd64
 libKF5BalooXapian.so.1 libkf5balooxapian1 #MINVER#
- _ZN5Baloo14XapianDatabase14deleteDocumentEj at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabase15replaceDocumentEjRKN6Xapian8DocumentE at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabase15replaceDocumentEjRKNS_14XapianDocumentE at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabase16createWritableDbEv at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabase6commitEv at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabase8documentEj at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabaseC1ERK7QStringb at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabaseC2ERK7QStringb at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabaseD1Ev at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDatabaseD2Ev at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument11addBoolTermERK7QStringS3_ at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument11addBoolTermEiRK7QString at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument19fetchTermStartsWithERK10QByteArray at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument20removeTermStartsWithERK10QByteArray at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument7addTermERK7QStringS3_ at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument8addValueEiRK7QString at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument9indexTextERK7QStringS3_i at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocument9indexTextERK7QStringi at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocumentC1ERKN6Xapian8DocumentE at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocumentC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocumentC2ERKN6Xapian8DocumentE at Base 5.9.0+git20150512
- _ZN5Baloo14XapianDocumentC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParser10expandWordERK7QStringS3_ at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParser10parseQueryERK7QStringS3_ at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParser11setDatabaseEPN6Xapian8DatabaseE at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParser14setAutoExapandEb at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParserC1Ev at Base 5.9.0+git20150512
- _ZN5Baloo17XapianQueryParserC2Ev at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGenerator11setDocumentEPN6Xapian8DocumentE at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGenerator11setPositionEi at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGenerator8termListERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGenerator9indexTextERK7QString at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGenerator9indexTextERK7QStringS3_i at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGeneratorC1EPN6Xapian8DocumentE at Base 5.9.0+git20150512
- _ZN5Baloo19XapianTermGeneratorC2EPN6Xapian8DocumentE at Base 5.9.0+git20150512
- (optional=templinst)_ZN6Xapian5QueryC1IN5QListIS0_E8iteratorEEENS0_2opET_S6_j at Base 5.9.0+git20150512
- (optional=templinst)_ZN6Xapian5QueryC2IN5QListIS0_E8iteratorEEENS0_2opET_S6_j at Base 5.9.0+git20150512
- _ZNK5Baloo14XapianDatabase11haveChangesEv at Base 5.9.0+git20150512
- _ZNK5Baloo14XapianDocument3docEv at Base 5.9.0+git20150512
- _ZNK5Baloo14XapianDocument5valueEi at Base 5.9.0+git20150512
- _ZNK5Baloo19XapianTermGenerator8positionEv at Base 5.9.0+git20150512
- _ZTIN6Xapian12RuntimeErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian13DatabaseErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian17DatabaseLockErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian19DatabaseCreateErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian20DatabaseCorruptErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian21DatabaseModifiedErrorE at Base 5.9.0+git20150512
- _ZTIN6Xapian5ErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian12RuntimeErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian13DatabaseErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian17DatabaseLockErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian19DatabaseCreateErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian20DatabaseCorruptErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian21DatabaseModifiedErrorE at Base 5.9.0+git20150512
- _ZTSN6Xapian5ErrorE at Base 5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase14deleteDocumentEj at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase15replaceDocumentEjRKN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase15replaceDocumentEjRKNS_14XapianDocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase16createWritableDbEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase6commitEv at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabase8documentEj at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabaseC1ERK7QStringb at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabaseC2ERK7QStringb at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabaseD1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDatabaseD2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument11addBoolTermERK7QStringS3_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument11addBoolTermEiRK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument19fetchTermStartsWithERK10QByteArray at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument20removeTermStartsWithERK10QByteArray at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument7addTermERK7QStringS3_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument8addValueEiRK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument9indexTextERK7QStringS3_i at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocument9indexTextERK7QStringi at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocumentC1ERKN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocumentC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocumentC2ERKN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo14XapianDocumentC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParser10expandWordERK7QStringS3_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParser10parseQueryERK7QStringS3_ at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParser11setDatabaseEPN6Xapian8DatabaseE at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParser14setAutoExapandEb at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParserC1Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo17XapianQueryParserC2Ev at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGenerator11setDocumentEPN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGenerator11setPositionEi at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGenerator8termListERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGenerator9indexTextERK7QString at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGenerator9indexTextERK7QStringS3_i at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGeneratorC1EPN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ _ZN5Baloo19XapianTermGeneratorC2EPN6Xapian8DocumentE at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZN6Xapian5QueryC1IN5QListIS0_E8iteratorEEENS0_2opET_S6_j at Base 4:5.9.0+git20150512
+ (optional=templinst)_ZN6Xapian5QueryC2IN5QListIS0_E8iteratorEEENS0_2opET_S6_j at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14XapianDatabase11haveChangesEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14XapianDocument3docEv at Base 4:5.9.0+git20150512
+ _ZNK5Baloo14XapianDocument5valueEi at Base 4:5.9.0+git20150512
+ _ZNK5Baloo19XapianTermGenerator8positionEv at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian12RuntimeErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian13DatabaseErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian17DatabaseLockErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian19DatabaseCreateErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian20DatabaseCorruptErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian21DatabaseModifiedErrorE at Base 4:5.9.0+git20150512
+ _ZTIN6Xapian5ErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian12RuntimeErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian13DatabaseErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian17DatabaseLockErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian19DatabaseCreateErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian20DatabaseCorruptErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian21DatabaseModifiedErrorE at Base 4:5.9.0+git20150512
+ _ZTSN6Xapian5ErrorE at Base 4:5.9.0+git20150512
diff --git a/debian/rules b/debian/rules
index 51e288a..1411c03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,9 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
 override_dh_strip:
-	$(overridden_command) --dbg-package=baloo-kf5-dbg
+	$(overridden_command) --dbg-package=baloo-dbg
 
 override_dh_auto_test:
 	PYBUILD_TEST_ARGS="export `dbus-launch`"\
 	dh_auto_test
 
-BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(\([[:digit:]]\+\):\)\?//')
-
-override_dh_gencontrol:
-	dh_gencontrol -pbaloo -- '-v4:$(BINARY_VERSION_NO_EPOCH)'
-	dh_gencontrol --remaining-packages

-- 
baloo packaging



More information about the pkg-kde-commits mailing list