[Pkg-telepathy-commits] [folks] 02/07: Merge tag 'upstream/0.11.1' into debian

Emilio Pozuelo Monfort pochu at moszumanska.debian.org
Mon Jun 1 16:49:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

pochu pushed a commit to branch debian
in repository folks.

commit 7985b83234ddcb8ff6f55369e3355b2247b99650
Merge: dfbdc61 b803bdd
Author: Emilio Pozuelo Monfort <pochu at debian.org>
Date:   Sun May 31 23:35:37 2015 +0200

    Merge tag 'upstream/0.11.1' into debian
    
    Upstream version 0.11.1

 ChangeLog                                          | 1738 +++++++
 INSTALL                                            |    6 +-
 Makefile.am                                        |    2 +-
 Makefile.in                                        |  225 +-
 NEWS                                               |   49 +
 aclocal.m4                                         | 3251 +++++++------
 backends/Makefile.in                               |  192 +-
 backends/backend-library.mk                        |    1 +
 backends/backend.mk                                |    1 +
 backends/bluez/Makefile.am                         |    1 +
 backends/bluez/Makefile.in                         |  155 +-
 backends/bluez/bluez-backend-factory.c             |    2 +-
 backends/bluez/bluez-backend.c                     |    2 +-
 backends/bluez/bluez-persona-store.c               |    2 +-
 backends/bluez/bluez-persona.c                     |    2 +-
 backends/bluez/org-bluez-obex-client.c             |   10 +-
 backends/bluez/org-bluez-obex-client.vala          |   18 +-
 backends/bluez/org-bluez.c                         |    2 +-
 backends/dummy/Makefile.in                         |  216 +-
 backends/dummy/dummy-backend-factory.c             |    2 +-
 backends/dummy/lib/FolksDummy-0.6.gir              |   99 +
 backends/dummy/lib/Makefile.in                     |  165 +-
 backends/dummy/lib/dummy-backend.c                 |   23 +-
 backends/dummy/lib/dummy-full-persona.c            |  232 +-
 backends/dummy/lib/dummy-persona-store.c           |   81 +-
 backends/dummy/lib/dummy-persona.c                 |   28 +-
 backends/dummy/lib/dummy-persona.vala              |    2 +-
 backends/dummy/lib/folks-dummy.vapi                |    2 +-
 backends/dummy/lib/folks/folks-dummy.h             |    2 +-
 backends/eds/Makefile.in                           |  217 +-
 backends/eds/eds-backend-factory.c                 |    2 +-
 backends/eds/eds-backend.c                         |   22 +-
 backends/eds/lib/FolksEds-0.6.gir                  |   50 +
 backends/eds/lib/Makefile.am                       |    1 +
 backends/eds/lib/Makefile.in                       |  166 +-
 backends/eds/lib/edsf-persona-store.c              | 3298 ++++++++-----
 backends/eds/lib/edsf-persona-store.vala           |  411 +-
 backends/eds/lib/edsf-persona.c                    |  299 +-
 backends/eds/lib/edsf-persona.vala                 |   32 +
 backends/eds/lib/folks-eds.vapi                    |    4 +-
 backends/eds/lib/folks/folks-eds.h                 |    2 +-
 backends/eds/lib/namespace.c                       |    2 +-
 backends/key-file/Makefile.in                      |  150 +-
 backends/key-file/kf-backend-factory.c             |    2 +-
 backends/key-file/kf-backend.c                     |   20 +-
 backends/key-file/kf-persona-store.c               |   50 +-
 backends/key-file/kf-persona.c                     |   32 +-
 backends/libsocialweb/Makefile.in                  |  218 +-
 .../libsocialweb/lib/FolksLibsocialweb-0.6.gir     |   16 +-
 backends/libsocialweb/lib/Makefile.am              |    2 +-
 backends/libsocialweb/lib/Makefile.in              |  173 +-
 backends/libsocialweb/lib/folks-libsocialweb.vapi  |    2 +-
 .../libsocialweb/lib/folks/folks-libsocialweb.h    |    2 +-
 backends/libsocialweb/lib/namespace.c              |    2 +-
 backends/libsocialweb/lib/swf-persona-store.c      |   44 +-
 backends/libsocialweb/lib/swf-persona.c            |   12 +-
 backends/libsocialweb/sw-backend-factory.c         |    2 +-
 backends/libsocialweb/sw-backend.c                 |   32 +-
 backends/ofono/Makefile.in                         |  150 +-
 backends/ofono/ofono-backend-factory.c             |    2 +-
 backends/ofono/ofono-backend.c                     |   28 +-
 backends/ofono/ofono-persona-store.c               |   26 +-
 backends/ofono/ofono-persona.c                     |    4 +-
 backends/ofono/org-ofono.c                         |   11 +-
 backends/telepathy/Makefile.in                     |  218 +-
 backends/telepathy/lib/FolksTelepathy-0.6.gir      |   41 +-
 backends/telepathy/lib/Makefile.in                 |  266 +-
 backends/telepathy/lib/folks-telepathy.vapi        |    4 +-
 backends/telepathy/lib/folks/folks-telepathy.h     |    2 +-
 backends/telepathy/lib/namespace.c                 |    2 +-
 backends/telepathy/lib/tp-zeitgeist-dummy.c        |    2 +-
 backends/telepathy/lib/tp-zeitgeist-dummy.h        |    2 +-
 backends/telepathy/lib/tp-zeitgeist-dummy.vapi     |    2 +-
 backends/telepathy/lib/tp-zeitgeist.c              |   18 +-
 backends/telepathy/lib/tp-zeitgeist.h              |    2 +-
 backends/telepathy/lib/tp-zeitgeist.vapi           |    2 +-
 backends/telepathy/lib/tpf-logger.c                |    5 +-
 backends/telepathy/lib/tpf-persona-store-cache.c   |   10 +-
 backends/telepathy/lib/tpf-persona-store.c         |  239 +-
 backends/telepathy/lib/tpf-persona-store.vala      |    8 +-
 backends/telepathy/lib/tpf-persona.c               |  904 ++--
 backends/telepathy/lib/tpf-persona.vala            |   16 +-
 backends/telepathy/tp-backend-factory.c            |    2 +-
 backends/telepathy/tp-backend.c                    |   45 +-
 backends/telepathy/tp-backend.vala                 |    6 +-
 backends/tracker/Makefile.in                       |  218 +-
 backends/tracker/lib/FolksTracker-0.6.gir          |   18 +-
 backends/tracker/lib/Makefile.in                   |  165 +-
 backends/tracker/lib/folks-tracker.deps            |    2 +-
 backends/tracker/lib/folks-tracker.vapi            |    2 +-
 backends/tracker/lib/folks/folks-tracker.h         |    2 +-
 backends/tracker/lib/namespace.c                   |    2 +-
 backends/tracker/lib/trf-persona-store.c           |   88 +-
 backends/tracker/lib/trf-persona-store.vala        |    5 +
 backends/tracker/lib/trf-persona.c                 |    8 +-
 backends/tracker/lib/trf-util.c                    |    3 +-
 backends/tracker/tr-backend-factory.c              |    2 +-
 backends/tracker/tr-backend.c                      |   20 +-
 compile                                            |    2 +-
 config.guess                                       |  329 +-
 config.h.in                                        |    3 -
 config.sub                                         |   83 +-
 configure                                          | 1102 +++--
 configure.ac                                       |   85 +-
 depcomp                                            |  410 +-
 docs/Makefile.am                                   |    6 +-
 docs/Makefile.in                                   |   90 +-
 folks/Folks-0.6.gir                                | 4922 ++++++++++++++++----
 folks/Makefile.am                                  |    9 +-
 folks/Makefile.in                                  |  284 +-
 folks/abstract-field-details.c                     |    2 +-
 folks/alias-details.c                              |    2 +-
 folks/anti-linkable.c                              |    2 +-
 folks/avatar-cache.c                               |   64 +-
 folks/avatar-cache.vala                            |    7 +-
 folks/avatar-details.c                             |    2 +-
 folks/backend-store.c                              |  136 +-
 folks/backend-store.vala                           |    4 +-
 folks/backend.c                                    |    2 +-
 folks/birthday-details.c                           |    2 +-
 folks/build-conf.vapi                              |    6 +
 folks/debug.c                                      |   18 +-
 folks/debug.vala                                   |    4 +-
 folks/email-details.c                              |    2 +-
 folks/extended-info.c                              |  537 +++
 folks/extended-info.vala                           |  151 +
 folks/favourite-details.c                          |    2 +-
 folks/folks-internal.h                             |    2 +-
 folks/folks-internal.vapi                          |    2 +-
 folks/folks-namespace.c                            |    2 +-
 folks/folks.h                                      |  145 +-
 folks/folks.vapi                                   |   48 +-
 folks/gender-details.c                             |    2 +-
 folks/group-details.c                              |    2 +-
 folks/im-details.c                                 |    2 +-
 folks/individual-aggregator.c                      |  393 +-
 folks/individual-aggregator.vala                   |   22 +-
 folks/individual.c                                 |  782 +++-
 folks/individual.vala                              |  123 +-
 folks/interaction-details.c                        |    2 +-
 folks/internal.c                                   |    2 +-
 folks/local-id-details.c                           |    2 +-
 folks/location-details.c                           |    2 +-
 folks/name-details.c                               |    2 +-
 folks/note-details.c                               |    2 +-
 folks/object-cache.c                               |   47 +-
 folks/persona-store.c                              |   15 +-
 folks/persona-store.vala                           |   10 +-
 folks/persona.c                                    |   15 +-
 folks/phone-details.c                              |    2 +-
 folks/postal-address-details.c                     |    2 +-
 folks/potential-match.c                            |    2 +-
 folks/presence-details.c                           |    2 +-
 folks/query.c                                      |  341 ++
 folks/query.vala                                   |  140 +
 folks/role-details.c                               |    2 +-
 folks/search-view.c                                | 1504 ++++++
 folks/search-view.vala                             |  538 +++
 folks/simple-query.c                               | 1763 +++++++
 folks/simple-query.vala                            |  522 +++
 folks/small-set.c                                  |   31 +-
 folks/types.c                                      |    2 +-
 folks/url-details.c                                |    2 +-
 folks/utils.c                                      |    2 +-
 folks/web-service-details.c                        |    2 +-
 m4/libtool.m4                                      |   18 +-
 missing                                            |  405 +-
 po/LINGUAS                                         |    2 +
 po/POTFILES.in                                     |    1 +
 po/POTFILES.skip                                   |    1 +
 po/bn_IN.po                                        |  423 +-
 po/{id.po => bs.po}                                |  470 +-
 po/cs.po                                           |  168 +-
 po/da.po                                           |  193 +-
 po/de.po                                           |  119 +-
 po/el.po                                           |  179 +-
 po/es.po                                           |  176 +-
 po/eu.po                                           |  183 +-
 po/fr.po                                           |  166 +-
 po/gl.po                                           |  181 +-
 po/hi.po                                           |  362 +-
 po/hu.po                                           |  185 +-
 po/id.po                                           |  114 +-
 po/it.po                                           |  124 +-
 po/ko.po                                           |  217 +-
 po/lt.po                                           |  175 +-
 po/lv.po                                           |  179 +-
 po/mr.po                                           |  362 +-
 po/nb.po                                           |  174 +-
 po/pa.po                                           |  175 +-
 po/pl.po                                           |  175 +-
 po/pt.po                                           |  270 +-
 po/pt_BR.po                                        |  299 +-
 po/{sl.po => ro.po}                                |  475 +-
 po/ru.po                                           |  197 +-
 po/sk.po                                           |  518 +-
 po/sl.po                                           |  380 +-
 po/sr.po                                           |  179 +-
 po/sr at latin.po                                     |  179 +-
 po/sv.po                                           |  907 ++--
 po/ta.po                                           |  178 +-
 po/te.po                                           |  361 +-
 po/tr.po                                           |  499 +-
 po/vi.po                                           |  608 ++-
 po/zh_TW.po                                        |  106 +-
 test-driver                                        |   24 +-
 tests/Makefile.in                                  |  192 +-
 tests/bluez/Makefile.am                            |    5 +-
 tests/bluez/Makefile.in                            |  435 +-
 tests/bluez/device-properties.c                    |  282 +-
 tests/bluez/individual-retrieval.c                 |  157 +-
 tests/bluez/vcard-parsing.c                        |   31 +-
 tests/data/Makefile.am                             |    7 +-
 tests/data/Makefile.in                             |  721 ++-
 tests/dummy/Makefile.am                            |   10 +-
 tests/dummy/Makefile.in                            |  466 +-
 tests/dummy/add-persona.c                          |   10 +-
 tests/dummy/individual-retrieval.c                 |   52 +-
 tests/dummy/linkable-properties.c                  |   14 +-
 tests/dummy/search-view.c                          | 4831 +++++++++++++++++++
 tests/dummy/search-view.vala                       |  778 ++++
 tests/dummy/search_view_vala.stamp                 |    1 +
 tests/eds/Makefile.am                              |   12 +-
 tests/eds/Makefile.in                              |  969 ++--
 tests/eds/add-contacts-stress-test.c               |   12 +-
 tests/eds/add-persona.c                            |   12 +-
 tests/eds/anti-linking.c                           | 1677 ++++---
 tests/eds/anti-linking.vala                        |   11 -
 tests/eds/avatar-details.c                         |    6 +-
 tests/eds/email-details.c                          |    6 +-
 tests/eds/enable-disable-stores.c                  |  129 +-
 tests/eds/enable-disable-stores.vala               |    4 +-
 tests/eds/extended-info.c                          | 1415 ++++++
 tests/eds/extended-info.vala                       |  223 +
 tests/eds/extended_info_vala.stamp                 |    1 +
 tests/eds/helper-create-many-contacts.c            |  179 +-
 tests/eds/helper-create-many-contacts.vala         |    2 +-
 tests/eds/helper-delete-contacts.c                 |  113 +-
 tests/eds/helper-delete-contacts.vala              |    2 +-
 tests/eds/helper-prepare-aggregator.c              |   12 +-
 tests/eds/im-details.c                             |    6 +-
 tests/eds/individual-retrieval.c                   |    6 +-
 tests/eds/link-personas-diff-stores.c              | 1549 +++---
 tests/eds/link-personas-diff-stores.vala           |    9 +-
 tests/eds/link-personas.c                          | 3825 ++++++++-------
 tests/eds/link-personas.vala                       |   38 +-
 tests/eds/linkable-properties.c                    |    8 +-
 tests/eds/name-details.c                           |    6 +-
 tests/eds/perf.c                                   | 1913 ++++----
 tests/eds/perf.vala                                |    9 -
 tests/eds/persona-store-tests.c                    |   58 +-
 tests/eds/phone-details.c                          |    6 +-
 tests/eds/postal-address-details.c                 |    6 +-
 tests/eds/remove-persona.c                         |   10 +-
 tests/eds/removing-contacts.c                      |    6 +-
 tests/eds/set-avatar.c                             |   62 +-
 tests/eds/set-birthday.c                           |    6 +-
 tests/eds/set-emails.c                             |    6 +-
 tests/eds/set-gender.c                             |    6 +-
 tests/eds/set-im-addresses.c                       |    6 +-
 tests/eds/set-is-favourite.c                       |    6 +-
 tests/eds/set-names.c                              |    6 +-
 tests/eds/set-notes.c                              |    6 +-
 tests/eds/set-phones.c                             |    6 +-
 tests/eds/set-postal-addresses.c                   |    6 +-
 tests/eds/set-properties-race.c                    |    6 +-
 tests/eds/set-roles.c                              |    6 +-
 tests/eds/set-structured-name.c                    |    6 +-
 tests/eds/set-urls.c                               |    6 +-
 tests/eds/store-removed.c                          |   30 +-
 tests/eds/updating-contacts.c                      |    6 +-
 tests/eds/updating-phones.c                        |    6 +-
 tests/folks/Makefile.am                            |    5 +-
 tests/folks/Makefile.in                            |  581 ++-
 tests/folks/abstract-field-details.c               |    2 +-
 tests/folks/aggregation.c                          |  534 +--
 tests/folks/async-locking.c                        |   32 +-
 tests/folks/avatar-cache.c                         |  112 +-
 tests/folks/backend-loading.c                      |  110 +-
 tests/folks/init.c                                 |   34 +-
 tests/folks/name-details.c                         |    2 +-
 tests/folks/object-cache.c                         |  562 +--
 tests/folks/phone-field-details.c                  |    2 +-
 tests/folks/primary-store-changes.c                |  425 +-
 tests/folks/primary-store-changes.vala             |   17 +-
 tests/folks/small-set.c                            |  210 +-
 tests/folks/standalone-individuals.c               |    2 +-
 tests/folks/utils.c                                |    2 +-
 tests/key-file/Makefile.am                         |    5 +-
 tests/key-file/Makefile.in                         |  408 +-
 tests/key-file/individual-retrieval.c              |   26 +-
 tests/lib/Makefile.am                              |    2 +
 tests/lib/Makefile.in                              |  228 +-
 tests/lib/bluez/Makefile.in                        |  144 +-
 tests/lib/bluez/backend.c                          |  241 +-
 tests/lib/bluez/bluez-test.h                       |    2 +-
 tests/lib/bluez/bluez-test.vapi                    |    2 +-
 tests/lib/bluez/test-case.c                        |   49 +-
 tests/lib/disconnection-queue.c                    |   16 +-
 tests/lib/dummy/Makefile.in                        |  144 +-
 tests/lib/dummy/dummy-test.h                       |    2 +-
 tests/lib/dummy/dummy-test.vapi                    |    2 +-
 tests/lib/dummy/test-case.c                        |   24 +-
 tests/lib/eds/Makefile.in                          |  144 +-
 tests/lib/eds/backend.c                            | 2657 ++++++-----
 tests/lib/eds/backend.vala                         |   26 +-
 tests/lib/eds/eds-test.h                           |   10 +-
 tests/lib/eds/eds-test.vapi                        |    6 +-
 tests/lib/eds/test-case.c                          |  966 ++--
 tests/lib/eds/test-case.vala                       |   87 +-
 tests/lib/folks-test-internal.h                    |    2 +-
 tests/lib/folks-test.h                             |    2 +-
 tests/lib/folks-test.vapi                          |    2 +-
 tests/lib/key-file/Makefile.in                     |  144 +-
 tests/lib/key-file/backend.c                       |   24 +-
 tests/lib/key-file/kf-test.h                       |    2 +-
 tests/lib/key-file/kf-test.vapi                    |    2 +-
 tests/lib/key-file/test-case.c                     |    4 +-
 tests/lib/libsocialweb/Makefile.in                 |  145 +-
 tests/lib/libsocialweb/backend.c                   |  401 +-
 tests/lib/libsocialweb/libsocialweb-test.h         |    2 +-
 tests/lib/libsocialweb/libsocialweb-test.vapi      |    2 +-
 tests/lib/libsocialweb/test-case.c                 |   18 +-
 tests/lib/org-freedesktop-dbus-mock.c              |    9 +-
 tests/lib/telepathy/Makefile.in                    |  219 +-
 tests/lib/telepathy/contactlist/Makefile.in        |  155 +-
 tests/lib/telepathy/test-case.c                    |  120 +-
 tests/lib/telepathy/test-case.vala                 |    2 +-
 tests/lib/telepathy/tpf-test.h                     |    2 +-
 tests/lib/telepathy/tpf-test.vapi                  |    2 +-
 tests/lib/test-case.c                              | 1544 +++---
 tests/lib/test-case.vala                           |    5 +-
 tests/lib/test-utils.c                             |  654 +--
 tests/lib/test-utils.vala                          |   16 +-
 tests/lib/tracker/Makefile.in                      |  145 +-
 tests/lib/tracker/backend.c                        |  364 +-
 tests/lib/tracker/test-case.c                      |  450 +-
 tests/lib/tracker/test-case.vala                   |   21 +-
 tests/lib/tracker/tracker-test.h                   |    2 +-
 tests/lib/tracker/tracker-test.vapi                |    2 +-
 tests/libsocialweb/Makefile.am                     |    5 +-
 tests/libsocialweb/Makefile.in                     |  430 +-
 tests/libsocialweb/aggregation.c                   |  367 +-
 tests/libsocialweb/dummy-lsw.c                     |  339 +-
 tests/telepathy/Makefile.am                        |   13 +-
 tests/telepathy/Makefile.in                        |  475 +-
 tests/telepathy/fake-tp-backend.c                  |   30 +-
 tests/telepathy/individual-properties.c            |  142 +-
 tests/telepathy/individual-retrieval.c             |  126 +-
 tests/telepathy/individual-zeitgeist.c             |   62 +-
 tests/telepathy/init.c                             |   30 +-
 tests/telepathy/persona-store-capabilities.c       |   46 +-
 tests/telepathy/{data => }/relationships-empty.ini |    0
 tests/test.mk                                      |   39 +
 tests/tools/Makefile.in                            |   91 +-
 tests/tracker/Makefile.am                          |    5 +-
 tests/tracker/Makefile.in                          | 1211 +++--
 tests/tracker/add-contact.c                        |    2 +-
 tests/tracker/add-persona.c                        |    2 +-
 tests/tracker/additional-names-updates.c           |    6 +-
 tests/tracker/avatar-details-interface.c           |    2 +-
 tests/tracker/avatar-updates.c                     |    6 +-
 tests/tracker/birthday-details-interface.c         |    6 +-
 tests/tracker/birthday-updates.c                   |    6 +-
 tests/tracker/default-contact.c                    |    2 +-
 tests/tracker/duplicated-emails.c                  |    2 +-
 tests/tracker/duplicated-phones.c                  |    2 +-
 tests/tracker/email-details-interface.c            |    2 +-
 tests/tracker/emails-updates.c                     |    6 +-
 tests/tracker/family-name-updates.c                |    6 +-
 tests/tracker/favourite-details-interface.c        |    2 +-
 tests/tracker/favourite-updates.c                  |   18 +-
 tests/tracker/fullname-updates.c                   |    6 +-
 tests/tracker/gender-details-interface.c           |    6 +-
 tests/tracker/given-name-updates.c                 |    6 +-
 tests/tracker/im-details-interface.c               |    2 +-
 tests/tracker/imaddresses-updates.c                |    6 +-
 tests/tracker/individual-retrieval.c               |    2 +-
 tests/tracker/link-personas-via-local-ids.c        |    6 +-
 tests/tracker/link-personas.c                      |    6 +-
 tests/tracker/match-all.c                          |    2 +-
 tests/tracker/match-email-addresses.c              |    2 +-
 tests/tracker/match-im-addresses.c                 |    2 +-
 tests/tracker/match-known-emails.c                 |    2 +-
 tests/tracker/match-name.c                         |    2 +-
 tests/tracker/match-phone-number.c                 |    2 +-
 tests/tracker/name-details-interface.c             |    2 +-
 tests/tracker/nickname-updates.c                   |    6 +-
 tests/tracker/note-details-interface.c             |    6 +-
 tests/tracker/phone-details-interface.c            |    2 +-
 tests/tracker/phones-updates.c                     |    6 +-
 tests/tracker/postal-address-details-interface.c   |    2 +-
 tests/tracker/prefix-name-updates.c                |    6 +-
 tests/tracker/remove-contact.c                     |    2 +-
 tests/tracker/remove-persona.c                     |    2 +-
 tests/tracker/role-details-interface.c             |    6 +-
 tests/tracker/set-avatar.c                         |    2 +-
 tests/tracker/set-birthday.c                       |    2 +-
 tests/tracker/set-duplicate-email.c                |    2 +-
 tests/tracker/set-emails.c                         |    2 +-
 tests/tracker/set-favourite.c                      |    2 +-
 tests/tracker/set-full-name.c                      |    2 +-
 tests/tracker/set-gender.c                         |    2 +-
 tests/tracker/set-im-addresses.c                   |    2 +-
 tests/tracker/set-nickname.c                       |    2 +-
 tests/tracker/set-notes.c                          |    2 +-
 tests/tracker/set-null-avatar.c                    |    2 +-
 tests/tracker/set-phones.c                         |    2 +-
 tests/tracker/set-postal-addresses.c               |    2 +-
 tests/tracker/set-roles.c                          |    2 +-
 tests/tracker/set-structured-name.c                |    2 +-
 tests/tracker/set-urls.c                           |    2 +-
 tests/tracker/suffix-name-updates.c                |    6 +-
 tests/tracker/url-details-interface.c              |    6 +-
 tests/tracker/website-updates.c                    |    6 +-
 tools/Makefile.in                                  |  210 +-
 tools/import-pidgin.c                              |   18 +-
 tools/import.c                                     |   34 +-
 tools/inspect/Makefile.am                          |    1 +
 tools/inspect/Makefile.in                          |  198 +-
 tools/inspect/command-backends.c                   |   25 +-
 tools/inspect/command-backends.vala                |    6 +-
 tools/inspect/command-debug.c                      |   23 +-
 tools/inspect/command-debug.vala                   |    3 +-
 tools/inspect/command-help.c                       |   33 +-
 tools/inspect/command-help.vala                    |   13 +-
 tools/inspect/command-individuals.c                |   25 +-
 tools/inspect/command-individuals.vala             |    6 +-
 tools/inspect/command-linking.c                    | 1305 +++---
 tools/inspect/command-linking.vala                 |   40 +-
 tools/inspect/command-persona-stores.c             |   31 +-
 tools/inspect/command-persona-stores.vala          |    6 +-
 tools/inspect/command-personas.c                   |   60 +-
 tools/inspect/command-personas.vala                |   15 +-
 tools/inspect/command-quit.c                       |   14 +-
 tools/inspect/command-quit.vala                    |    2 +-
 tools/inspect/command-search.c                     |  408 ++
 tools/inspect/command-search.vala                  |   85 +
 tools/inspect/command-set.c                        |  495 +-
 tools/inspect/command-set.vala                     |   33 +-
 tools/inspect/command-signals.c                    |  529 ++-
 tools/inspect/command-signals.vala                 |   30 +-
 tools/inspect/inspect.c                            |  517 +-
 tools/inspect/inspect.vala                         |   46 +-
 tools/inspect/signal-manager.c                     |    2 +-
 tools/inspect/utils.c                              |   87 +-
 tools/inspect/utils.vala                           |   21 +
 447 files changed, 53805 insertions(+), 26022 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/folks.git



More information about the Pkg-telepathy-commits mailing list