[SCM] telepathy-logger-qt packaging branch, master, updated. debian/0.4.0-1-61-g2a2da4b

Maximiliano Curia maxy at moszumanska.debian.org
Wed May 20 11:27:03 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-logger-qt.git;a=commitdiff;h=88523a4

The following commit has been merged in the master branch:
commit 88523a4548908cb61ae8c8d8515bf4ec616fbbcb
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Apr 28 15:37:26 2015 +0200

    Imported Upstream version 15.04.0
---
 CMakeLists.txt                                     | 274 ++++++--------------
 TelepathyLoggerQt/CMakeLists.txt                   | 171 +++++++++++++
 .../TelepathyLoggerQt-uninstalled.pc.in            |   0
 TelepathyLoggerQt/TelepathyLoggerQt.pc.in          |  11 +
 TelepathyLoggerQt/TelepathyLoggerQtConfig.cmake.in |   9 +
 .../call-event.cpp                                 |   9 +-
 .../call-event.h                                   |  20 +-
 .../entity.cpp                                     |  11 +-
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/entity.h |  23 +-
 .../event.cpp                                      |  17 +-
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/event.h  |  22 +-
 TelepathyLoggerQt/global.h                         |  70 ++++++
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/init.cpp |  11 +-
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/init.h   |  16 +-
 .../log-manager.cpp                                |  72 ++++--
 .../log-manager.h                                  |  64 +++--
 .../log-walker.cpp                                 |  13 +-
 .../log-walker.h                                   |  22 +-
 .../logger.xml                                     |   0
 .../init.h => TelepathyLoggerQt/object.cpp         |  30 +--
 .../init.h => TelepathyLoggerQt/object.h           |  33 ++-
 .../pending-clear.cpp                              |   8 +-
 .../pending-clear.h                                |  17 +-
 .../pending-dates.cpp                              |  22 +-
 .../pending-dates.h                                |  18 +-
 .../pending-entities.cpp                           |  22 +-
 .../pending-entities.h                             |  18 +-
 .../pending-events.cpp                             |  48 ++--
 .../pending-events.h                               |  18 +-
 .../pending-log-walker-operation.cpp               |  17 +-
 .../pending-log-walker-operation.h                 |  14 +-
 .../pending-operation.cpp                          |   7 +-
 .../pending-operation.h                            |  17 +-
 .../pending-search.cpp                             |  26 +-
 .../pending-search.h                               |  18 +-
 .../search-hit.cpp                                 |   9 +-
 .../search-hit.h                                   |  18 +-
 .../stable-interfaces.xml                          |   0
 .../text-event.cpp                                 |   6 +-
 .../text-event.h                                   |  21 +-
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/types.h  |  37 ++-
 .../utils.cpp                                      |  28 +--
 {TelepathyLoggerQt4 => TelepathyLoggerQt}/utils.h  |  27 +-
 TelepathyLoggerQt4/CMakeLists.txt                  | 267 --------------------
 TelepathyLoggerQt4/CallEvent                       |  12 -
 TelepathyLoggerQt4/Entity                          |  12 -
 TelepathyLoggerQt4/Event                           |  12 -
 TelepathyLoggerQt4/Global                          |  12 -
 TelepathyLoggerQt4/Init                            |  12 -
 TelepathyLoggerQt4/LogManager                      |  12 -
 TelepathyLoggerQt4/LogWalker                       |  12 -
 TelepathyLoggerQt4/PendingDates                    |  12 -
 TelepathyLoggerQt4/PendingEntities                 |  12 -
 TelepathyLoggerQt4/PendingEvents                   |  12 -
 TelepathyLoggerQt4/PendingOperation                |  12 -
 TelepathyLoggerQt4/PendingSearch                   |  12 -
 TelepathyLoggerQt4/SearchHit                       |  12 -
 TelepathyLoggerQt4/TelepathyLoggerQt4.pc.in        |  11 -
 .../TelepathyLoggerQt4Config.cmake.in              |  34 ---
 TelepathyLoggerQt4/TextEvent                       |  12 -
 TelepathyLoggerQt4/Types                           |  12 -
 TelepathyLoggerQt4/global.h                        |  75 ------
 cmake/modules/BasicFindPackageVersion.cmake.in     |  30 ---
 cmake/modules/CompilerWarnings.cmake               |   6 +-
 cmake/modules/Doxygen.cmake                        |  13 +
 cmake/modules/FindDBus.cmake                       |  73 ++----
 cmake/modules/FindDBusGLib.cmake                   |  38 ++-
 cmake/modules/FindGStreamer.cmake                  |  80 ------
 cmake/modules/FindQt.cmake                         |  85 -------
 cmake/modules/FindQt5.cmake                        | 164 ------------
 cmake/modules/FindQtGLib.cmake                     |  46 ----
 cmake/modules/FindTelepathyFarsight.cmake          |  49 ----
 cmake/modules/FindTelepathyGlib.cmake              |   6 +-
 cmake/modules/FindTelepathyLogger.cmake            |  10 +
 cmake/modules/MacroLogFeature.cmake                | 146 -----------
 .../modules/MacroWriteBasicCMakeVersionFile.cmake  |  21 --
 cmake/modules/TelepathyDefaults.cmake              | 146 -----------
 cmake/modules/TelepathyDist.cmake                  |  39 ---
 cmake/modules/TpLoggerQtMacros.cmake               |  39 +++
 cmake/modules/TpQtMacros.cmake                     |   6 +-
 codegen/CMakeLists.txt                             |  29 ---
 codegen/analyzer.l                                 | 143 -----------
 codegen/generator.cpp                              | 279 ---------------------
 codegen/generator.h                                |  78 ------
 codegen/parser.y                                   | 202 ---------------
 codegen/yystype.h                                  |  29 ---
 doxygen.cfg.in                                     |   4 +-
 tools/tpl-tool.cpp                                 |  50 ++--
 tools/tpl-tool.h                                   |   6 +-
 89 files changed, 916 insertions(+), 2782 deletions(-)

The diff has been stripped from this email because it exceeds 50KB


-- 
telepathy-logger-qt packaging



More information about the pkg-kde-commits mailing list