[Pkg-telepathy-commits] [telepathy-mission-control-6] branch debian updated (0406747 -> 9f60bdb)

Simon McVittie smcv at debian.org
Wed May 14 12:08:58 UTC 2014


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

smcv pushed a change to branch debian
in repository telepathy-mission-control-6.

      from  0406747   New upstream branch for Telepathy 1.0
       new  e2ef058   Imported Upstream version 5.99.8+68+g9ea179a
       new  963ad2e   Merge tag 'upstream/5.99.8+68+g9ea179a' into debian
       new  e3c4cd1   New snapshot
       new  f3ed5a0   Remove obsolete files from telepathy-mission-control-5
       new  0b4f890   Imported Upstream version 5.99.10
       new  72680b4   Merge tag 'upstream/5.99.10' into debian
       new  6b0a6f4   New release
       new  2c596f3   nano version
       new  48c67a1   Change plugin directory to avoid collision with MC 5
       new  c652cf4   fix incorrect library name in .pc files
       new  e070539   autogen.sh: stop trying to use an obsolete Automake version
       new  f09076f   installed-tests: have one GNOME-style installed-test per Python test-case
       new  eb9d0e1   don't try to use more than one -rpath for installed tests' plugins
       new  4b94612   tests: link plugin libraries to their dependencies
       new  9b4a62d   Simplify how the slow test is run
       new  aa70226   output log files from skipped tests
       new  43e2a1b   account-manager/server-drops-us.py: update so it actually passes
       new  ed1be86   Install tests to a version-specific location
       new  6aebd3e   fake-network-monitor also uses telepathy-glib utility functions
       new  5d2a3f4   run-test.sh: allow use of system-wide data
       new  e4cccbc   Replace MC_TEST_CURDIR with CHECK_TWISTED_CURDIR
       new  00ca212   Replace MC_TEST_LOG_DIR with CHECK_TWISTED_LOG_DIR
       new  3f776a3   Replace MC_TEST_KEEP_TEMP with CHECK_TWISTED_KEEP_TEMP
       new  fe00811   Replace MC_TEST_SLEEP with CHECK_TWISTED_SLEEP
       new  85e5124   Replace MC_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED
       new  50c2b81   Replace MC_TWISTED_PATH with CHECK_TWISTED_PATH
       new  3af07d2   Replace MC_ABS_TOP_BUILDDIR, ...SRCDIR with CHECK_TWISTED_ABS_TOP_BUILDDIR, ...SRCDIR
       new  a339b11   tests: work in terms of G_TEST_SRCDIR, G_TEST_BUILDDIR and ${twistedtestsdir}
       new  80a8039   Rename mc-twisted-tests.list to twisted-tests.
       new  a7b7ccb   Remove unused CHECK_TWISTED_PATH variable
       new  7de4725   Re-enable some account storage tests
       new  257a407   McdAccountManagerDefault: copy accounts from Telepathy 0 on first run
       new  27c1749   mcd_account_delete_async: remove #if 0 code to delete old account storage
       new  037ba9c   McdAccount: reinstate avatar-migration code, considerably simplified
       new  457a0e0   Re-enable regression tests for account import, and add more
       new  cd4d6ab   sync_dbus: work around GNOME #726259
       new  60c441c   mctest: use the AccountManager path for 'MC' object so we can use sync_dbus
       new  dc6d465   Use the AccountManager object path to call Abort
       new  ba2378a   telepathy.am: update for out-of-tree releases
       new  8d1cfc6   replace DBusGMethodInvocation with GDBusMethodInvocation
       new  b08a02e   Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerror
       new  e403fb8   McdClientRegistry: use GDBus to watch for NameOwnerChanged
       new  fa267ab   Use g_dbus_method_invocation_get_sender
       new  7656a24   Use tp_dbus_daemon_register_object to register object paths
       new  c807dd7   McdConnection: use g_dbus_connection_call() for simple Disconnect call
       new  65ccb15   McdConnection: tp_connection_init_known_interfaces() no longer exists
       new  8ba869f   McdConnection: rewrite translate_g_error() using g_dbus_error_encode_gerror()
       new  3fdaf80   McdMaster: don't force exit-on-disconnect on
       new  705fa4b   McdStorage: rewrite unique_name to avoid dbus_g_connection_lookup_g_object
       new  1c87436   TestPermissionPluginClass etc.: adapt for GDBus
       new  2c2c2e6   mc-debug-server: use GDBus to watch for disconnection
       new  bdec147   mc-debug-server: export a GDBus interface rather than a libdbus filter
       new  55ded35   mc-debug-server: hold a reference to the debug sender
       new  3946c98   tests: make sure to specify a D-Bus interface for method calls
       new  ea79d98   McdDispatchOperation: don't run approvers if we already have a result
       new  522827c   sync_dbus: support being called on a CM, too
       new  b7914a7   McdClient: replace tp_dbus_daemon_watch_name_owner with g_bus_watch_name_on_connection
       new  f6f0089   wait-for-name: use GDBus directly
       new  01c0fd6   McdHandlerMap: use g_bus_watch_name_on_connection
       new  bf07333   McdHandlerMap: add some assertions for clarity
       new  ff2328c   McdAccountManager: replace tp_list_connection_names with direct GDBus calls
       new  a1e564f   McdMaster: take a TpClientFactory at construct-time
       new  965b7d3   mcd_account_manager_get_dbus_daemon: replace with mcd_account_manager_get_factory
       new  960a57b   McdAccount: have a construct-only factory and demote dbus-daemon to readable
       new  209c392   mcp-plugin: avoid TpDBusDaemon, just use g_bus_get_sync()
       new  5fd0d65   Pass TpClientFactory to McdDispatcher
       new  6571a4d   McdClientRegistry: have a TpClientFactory
       new  0c4b02c   McdClientProxy: have a factory
       new  9039fa8   McdHandlerMap: have a TpClientFactory instead of a TpDBusDaemon
       new  e0cdd15   McdClientRegistry: use GDBus to call ListNames, ListActivatableNames
       new  f369b2e   McdClientRegistry: stop having a TpDBusDaemon
       new  8207104   mc-tool: use the global singleton client factory
       new  21b56ff   McdManager: use tp_client_factory_ensure_connection_manager
       new  1735c79   Remove references to TpDBusDaemon
       new  9ea179a   mc-debug-server: if we have several reasons to stop, don't crash
       new  b43b258   5.99.10
       new  bcae7d9   restart development
       new  8a432b3   Adapt for removal of tp_connection_manager_param_get_default
       new  629a54c   change terminology from "handle type" to "entity type"
       new  ba5600c   McpAccountStorage: use GVariant instead of dbus-glib types
       new  39cfcee   McpDispatchOperation: use GVariant for the channel's properties
       new  65b1605   McpRequest: use GVariant for the requested properties
       new  ede5efb   Stop using tp_dbus_properties_mixin_iface_init which has been removed
       new  19817f5   Rewrite the protocol name for local-xmpp accounts created by Telepathy1
       new  0ac9677   Stop putting TpDBusPropertiesMixinClass in class structs
       new  4703204   5.99.11
       new  7ca90b1   Install test metadata to a fully versioned location
       new  78bb4df   Imported Upstream version 5.99.11
       new  d1f463e   Merge tag 'upstream/5.99.11' into debian
       new  9f60bdb   Update for 5.99.11

The 90 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          | 193 +++++++++++++++++++++
 NEWS                                               |  43 +++--
 aclocal.m4                                         |  55 ++++++
 configure                                          |  38 ++--
 configure.ac                                       |   4 +-
 debian/NEWS                                        |  12 --
 debian/changelog                                   |   5 +-
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +
 debian/libmission-control-plugins-6-0.symbols      |  12 +-
 debian/libmission-control-plugins-dev.install      |   3 -
 debian/libmission-control-plugins-dev.links        |   1 -
 debian/libmission-control-plugins-doc.doc-base     |   9 -
 debian/libmission-control-plugins-doc.install      |   1 -
 debian/libmission-control-plugins-doc.links        |   1 -
 debian/libmission-control-plugins0.install         |   1 -
 debian/libmission-control-plugins0.symbols         | 105 -----------
 debian/telepathy-mission-control-5.docs            |   3 -
 debian/telepathy-mission-control-5.install         |   8 -
 debian/tests/installed-tests                       |   2 +-
 debian/update-patches.mk                           |  12 --
 .../html/McpDispatchOperation.html                 |  35 ++--
 .../mission-control-plugins/html/McpRequest.html   |   6 +-
 .../html/annotation-glossary.html                  |   4 -
 .../html/api-index-full.html                       |  16 +-
 .../mission-control-plugins/html/index.sgml        |   6 +-
 .../mission-control-plugins-McpAccountStorage.html |  68 ++++----
 .../html/mission-control-plugins.devhelp2          |   4 +-
 .../mission-control-plugins-sections.txt           |   4 +-
 mission-control-plugins/account-storage.c          | 101 +++++------
 mission-control-plugins/account-storage.h          |  15 +-
 mission-control-plugins/dispatch-operation.c       |  47 +++--
 mission-control-plugins/dispatch-operation.h       |   6 +-
 mission-control-plugins/implementation.h           |   4 +-
 mission-control-plugins/request.c                  |  12 +-
 mission-control-plugins/request.h                  |   4 +-
 src/client-registry.c                              | 128 ++++++++------
 src/client-registry.h                              |   4 +-
 src/mcd-account-manager.c                          |  57 ++----
 src/mcd-account-manager.h                          |   2 +-
 src/mcd-account.c                                  |  92 ++++++----
 src/mcd-channel.c                                  |  12 +-
 src/mcd-channel.h                                  |   2 +-
 src/mcd-client-priv.h                              |   2 +-
 src/mcd-client.c                                   |   4 +-
 src/mcd-dispatch-operation.c                       |   9 +-
 src/mcd-dispatcher.c                               |  76 ++++----
 src/mcd-dispatcher.h                               |   3 +-
 src/mcd-handler-map-priv.h                         |   2 +-
 src/mcd-handler-map.c                              |  33 ++--
 src/mcd-manager.c                                  |  10 +-
 src/mcd-master.c                                   |  39 ++---
 src/mcd-master.h                                   |   2 +-
 src/mcd-service.c                                  |  20 ++-
 src/plugin-dispatch-operation.c                    |  18 +-
 src/plugin-request.c                               |   8 +-
 src/request.c                                      |  31 ++--
 tests/twisted/Makefile.am                          |   2 +-
 tests/twisted/Makefile.in                          |   2 +-
 tests/twisted/constants.py                         |   2 +
 tests/twisted/dbus-account-plugin.c                |  31 ++--
 tests/twisted/dispatcher/cdo-claim.py              |   2 +-
 tests/twisted/dispatcher/redispatch-channels.py    |   4 +-
 tests/twisted/mc-debug-server.c                    |  27 +--
 tests/twisted/mcp-plugin.c                         |  49 +++---
 tests/twisted/mctest.py                            |   4 +-
 util/mc-tool.c                                     |  16 +-
 67 files changed, 800 insertions(+), 739 deletions(-)
 delete mode 100644 debian/NEWS
 delete mode 100644 debian/libmission-control-plugins-dev.install
 delete mode 100644 debian/libmission-control-plugins-dev.links
 delete mode 100644 debian/libmission-control-plugins-doc.doc-base
 delete mode 100644 debian/libmission-control-plugins-doc.install
 delete mode 100644 debian/libmission-control-plugins-doc.links
 delete mode 100644 debian/libmission-control-plugins0.install
 delete mode 100644 debian/libmission-control-plugins0.symbols
 delete mode 100644 debian/telepathy-mission-control-5.docs
 delete mode 100644 debian/telepathy-mission-control-5.install
 delete mode 100644 debian/update-patches.mk

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



More information about the Pkg-telepathy-commits mailing list