--- dbus-cpp-4.0.0+14.10.20140730.orig/debian/changelog +++ dbus-cpp-4.0.0+14.10.20140730/debian/changelog @@ -0,0 +1,242 @@ +dbus-cpp (4.0.0+14.10.20140730-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * debian/libdbus-cpp4.symbols.32bit: auto-update to released version + * debian/libdbus-cpp4.symbols.64bit: auto-update to released version + + [ thomas-voss ] + * Make sure that dbus daemon instances fired up for testing are torn + down after a configurable timeout. (LP: #1326200) + * Make sure that core::dbus::Service::Service(...) interprets return + values of dbus_bus_request_name correctly. (LP: #1329211) + + -- Ubuntu daily release Wed, 30 Jul 2014 16:12:30 +0000 + +dbus-cpp (4.0.0+14.10.20140718-0ubuntu2) utopic; urgency=medium + + * No-change rebuild to get dbgsyms for all binaries onto + ddebs.ubuntu.com + + -- Steve Langasek Thu, 24 Jul 2014 12:12:39 -0700 + +dbus-cpp (4.0.0+14.10.20140718-0ubuntu1) utopic; urgency=medium + + [ Thomas Voß ] + * Bump major revision and so name to account for toolchain update. + + -- Ubuntu daily release Fri, 18 Jul 2014 12:24:18 +0000 + +dbus-cpp (3.1.0+14.10.20140716.1-0ubuntu1) utopic; urgency=medium + + [ Thomas Voß ] + * Bumping revision to force build-dependency. + + -- Ubuntu daily release Wed, 16 Jul 2014 20:19:01 +0000 + +dbus-cpp (3.1.0+14.10.20140711-0ubuntu1) utopic; urgency=medium + + [ Manuel de la Pena ] + * Provide a new make_executor method to allow to pass the io_service. + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Fri, 11 Jul 2014 13:53:03 +0000 + +dbus-cpp (3.0.0+14.10.20140709.2-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Antti Kaijanmäki ] + * Fix read-only property PropertiesChanged updates. (LP: #1339589) + + -- Ubuntu daily release Wed, 09 Jul 2014 10:15:33 +0000 + +dbus-cpp (3.0.0+14.10.20140612-0ubuntu1) utopic; urgency=low + + [ Manuel de la Peña ] + * Provide useful macros to be used by developers so that less code has + to be written to define methods, properties and signals. + + -- Ubuntu daily release Thu, 12 Jun 2014 11:08:49 +0000 + +dbus-cpp (3.0.0+14.10.20140604-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * Remove unnecessary std::moves in return statements. + + -- Ubuntu daily release Wed, 04 Jun 2014 07:29:10 +0000 + +dbus-cpp (3.0.0+14.10.20140507-0ubuntu1) utopic; urgency=medium + + [ Thomas Voß ] + * Version bump, switching to GCC 4.8. + + [ Ubuntu daily release ] + * New rebuild forced + + -- Ubuntu daily release Wed, 07 May 2014 09:54:12 +0000 + +dbus-cpp (2.0.0+14.04.20140326-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Wed, 26 Mar 2014 18:03:49 +0000 + +dbus-cpp (2.0.0+14.04.20140322-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * Resync trunk + + [ Robert Bruce Park ] + * Do not build-dep explicitly on specific g++ version for ppc64-el. + + [ thomas-voss ] + * Do not build-dep explicitly on specific g++ version for ppc64-el. + + -- Ubuntu daily release Sat, 22 Mar 2014 09:42:35 +0000 + +dbus-cpp (2.0.0+14.04.20140310-0ubuntu1) trusty; urgency=medium + + [ Pete Woods ] + * Change the way signals register match rules -> ABI version bump + * Mark symbols that only appear when built under Jenkins as optional. + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + * New rebuild forced + + [ thomas-voss ] + * Make sure that signals call about_to_be_destroyed. Make + core::dbus::Signal report that it is about to be destructed. Add a + thread-safe lifetime constrained object cache & accompanying tests. + * Add dbus as runtime dependency for libdbus-cpp-dev. (LP: #1272191) + * Don't exit on dbus connection close. + * Remove local versions of cross-process-sync and fork-and-run. + * Switch to release build type for production builds. + * Small adjustments to the symbols file. + * Try to create symbols files for each architecture, not caring for + too much redundancy. It's really hard to maintain those otherwise. + * Add a test for racyness and provide an alternative to _and_block. + + [ Antti Kaijanmäki ] + * Fix stack corruption in core::dbus::Message::pop_boolean(). + * Fix Signal::emit(). + * Fix deadlock in MessageRouter. + + [ Łukasz 'sil2100' Zemczak ] + * Try to create symbols files for each architecture, not caring for + too much redundancy. It's really hard to maintain those otherwise. + + -- Ubuntu daily release Mon, 10 Mar 2014 09:20:09 +0000 + +dbus-cpp (1.0.0+14.04.20140123.1-0ubuntu1) trusty; urgency=medium + + [ Thomas Voß ] + * Force compilation against GCC 4.7. Account for toolchain differences. + + [ Łukasz 'sil2100' Zemczak ] + * Drop symbols file as a last minute decision. The ABI is not stable and + different between architectures. This change won't be merged in trunk. + shlibs -V is used in the meantime. + + -- Lukasz 'sil2100' Zemczak Wed, 05 Feb 2014 13:42:44 +0000 + +dbus-cpp (1.0.0+14.04.20140123-0ubuntu1) trusty; urgency=low + + [ Thomas Voß ] + * Manual version bump. + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + [ thomas-voss ] + * Update fork_and_run method ensuring that the test process does not + get corrupted. Fix emission of signals carrying values. Remove + duplicate setup of message handler for get and set on property. + * Fix property handling. Fix pkgconfig setup to make sure that clients + of the library correctly link to it. + * Add fixture for testing purposes. + * Fix map decoding. + * Make sure that the map is cleared initially. + * Make sure that expectations not being met fails cross-process test + cases. Add a class SigTermCatcher to ease cross-process testing. + * Add operator!= for types::ObjectPath. + * Fix signal creation to always return unique instances. Add test case + to prevent from regressions. + * Clean up patch and augment test case. Refactor Variant to rely on an + encoder and decoder functor. + * Switch type for ArgumentType::byte to std::uint8_t as per DBus spec. + (LP: #1270843) + * Add test-cases for same object, same interface, different & same + member signals. + * Add sender to match rule for event filtering. + * Add a thread-safe lifetime constrained object cache & accompanying + tests. + * Fix paths to default system and session bus config files. + + [ Antti Kaijanmäki ] + * Add Object::path() to get the ObjectPath for an Object. + * Fix signal creation to always return unique instances. Add test case + to prevent from regressions. + + [ Łukasz 'sil2100' Zemczak ] + * Merge all symbols file into one file with arch-conditional symbols + in it. It should be good this way. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 31 + + -- Ubuntu daily release Thu, 23 Jan 2014 15:53:27 +0000 + +dbus-cpp (0.0.1+13.10.20130904-0ubuntu2) trusty; urgency=low + + * No change rebuild for Boost 1.54 transition. + + -- Dmitrijs Ledkovs Mon, 21 Oct 2013 14:52:42 +0100 + +dbus-cpp (0.0.1+13.10.20130904-0ubuntu1) saucy; urgency=low + + [ thomas-voss ] + * Drop lcov dependency. (LP: #1218896) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 12 + + -- Ubuntu daily release Wed, 04 Sep 2013 02:32:09 +0000 + +dbus-cpp (0.0.1daily13.06.18-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 10 + + -- Ubuntu daily release Tue, 18 Jun 2013 02:02:20 +0000 + +dbus-cpp (0.0.1daily13.06.17-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Mon, 17 Jun 2013 02:02:03 +0000 + +dbus-cpp (0.0.1daily13.06.14.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/rules, debian/control, debian/compat, debian/copyright: + - Modifications related to compliance with our packaging standards + * Disable tests during build for powerpc, as those are currently broken + * Automatic snapshot from revision 5 (bootstrap) + + [ Timo Jyrinki ] + * Add copyright headers, fix lintian errors, use @ubuntu.com + maintainer address, enable multi-arch. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Fri, 14 Jun 2013 15:25:24 +0000 + +dbus-cpp (0.0.1-0ubuntu1) raring; urgency=low + + * Initial release + + -- Thomas Voß Mon, 06 May 2013 11:43:05 +0200 --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/compat +++ dbus-cpp-4.0.0+14.10.20140730/debian/compat @@ -0,0 +1 @@ +9 --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/control +++ dbus-cpp-4.0.0+14.10.20140730/debian/control @@ -0,0 +1,76 @@ +Source: dbus-cpp +Priority: optional +Maintainer: Thomas Voß +# We rely on C++11 features, and to prevent from ABI breaks +# in libstdc++ causing us issues, we explicitly select a G++ +# version. +Build-Depends: cmake, + dbus, + debhelper (>= 9), + doxygen, + g++-4.9, + google-mock, + libboost-filesystem-dev, + libboost-system-dev, + libboost-program-options-dev, + libdbus-1-dev, + libgtest-dev, + libprocess-cpp-dev, + libproperties-cpp-dev, + libxml2-dev, +Standards-Version: 3.9.5 +Section: libs +Homepage: http://launchpad.net/dbus-cpp +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/dbus-cpp/trunk +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/dbus-cpp/trunk/files + +Package: libdbus-cpp4 +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: header-only dbus-binding leveraging C++-11 + A header-only dbus-binding leveraging C++-11, relying on compile-time + polymorphism to integrate with arbitrary type systems. Runtime portions to bind + to different event loops. + +Package: dbus-cpp-bin +Section: libdevel +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libdbus-cpp4 (= ${binary:Version}) +Description: header-only dbus-binding leveraging C++-11 + Protocol compiler and generator to automatically generate protocol headers from + introspection XML. + +Package: libdbus-cpp-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + dbus, + libdbus-cpp4 (= ${binary:Version}) +Replaces: dbus-cpp-dev +Conflicts: dbus-cpp-dev +Provides: dbus-cpp-dev +Description: header-only dbus-binding leveraging C++-11 + A header-only dbus-binding leveraging C++-11, relying on compile-time + polymorphism to integrate with arbitrary type systems. + +Package: dbus-cpp-dev-examples +Section: x11 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: header-only dbus-binding leveraging C++-11, example binaries + A header-only dbus-binding leveraging C++-11, relying on compile-time + polymorphism to integrate with arbitrary type systems. + . + This package provides examples. --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/copyright +++ dbus-cpp-4.0.0+14.10.20140730/debian/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dbus-cpp +Source: http://launchpad.net/dbus-cpp + +Files: cmake/* +Copyright: 2010-2011 Johannes Wienke +License: GPL-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; + either version 2, or (at your option) any later version. + . + This program 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 General Public License for more details. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 as + published by the Free Software Foundation. + . + This program 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. + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/dbus-cpp-bin.install +++ dbus-cpp-4.0.0+14.10.20140730/debian/dbus-cpp-bin.install @@ -0,0 +1 @@ +usr/bin/* --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/dbus-cpp-dev-examples.install +++ dbus-cpp-4.0.0+14.10.20140730/debian/dbus-cpp-dev-examples.install @@ -0,0 +1 @@ +usr/lib/*/dbus-cpp/examples/* --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp-dev.install +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/*/libdbus-cpp.so +usr/lib/*/pkgconfig/dbus-cpp.pc +usr/share/dbus-cpp/* --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.install +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.install @@ -0,0 +1 @@ +usr/lib/*/libdbus-cpp.so.* --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.32bit +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.32bit @@ -0,0 +1,205 @@ + (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.20140730 + (c++)"core::dbus::asio::make_executor(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::asio::make_executor(std::shared_ptr const&, boost::asio::io_service&)@Base" 3.1.0+14.10.20140711 + (c++)"core::dbus::Bus::access_signal_router()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Bus(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::AlreadyOwned::~AlreadyOwned()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::AlreadyOwner::~AlreadyOwner()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::NoMemory::~NoMemory()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::handle_message(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::has_owner_for_name(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::install_executor(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::Name(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::request_name_on_bus(std::basic_string, std::allocator > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr const&, std::chrono::duration > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send_with_reply_and_timeout(std::shared_ptr const&, std::chrono::duration > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::DBus(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::get_connection_unix_process_id(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::GetConnectionUnixUser::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::get_connection_unix_user(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::hello() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::Hello::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::interface()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::list_names() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::ListNames::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::make_service_watcher(std::basic_string, std::allocator > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::name()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::message() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::name() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::print() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::default_session_bus_config_file()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::default_system_bus_config_file()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::Fixture(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::args(std::vector, std::allocator > >, std::allocator, std::allocator > > > > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::args(std::vector, std::allocator > >, std::allocator, std::allocator > > > > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::interface(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::interface(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::member(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::member(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::sender(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::sender(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::destination() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::interface() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_error(std::shared_ptr const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_method_call(std::basic_string, std::allocator > const&, core::dbus::types::ObjectPath const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_method_return(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_signal(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::member() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Message(std::unique_ptr >)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::access_message()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::operator=(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_array()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_boolean()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_byte()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_dict_entry()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_floating_point()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int16()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int32()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int64()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_object_path()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_signature()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_string()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_structure()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint16()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint32()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint64()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_unix_fd()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_variant()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::~Reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::sender() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::signature() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_dict_entry(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_structure(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_variant(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_array(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_dict_entry()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_structure()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_variant(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::operator=(core::dbus::Message::Writer&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_boolean(bool)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_byte(signed char)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_floating_point(double)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int16(short)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int32(int)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int64(long long)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_signature(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_stringn(char const*, unsigned int)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint16(unsigned short)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint32(unsigned int)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint64(unsigned long long)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_unix_fd(core::dbus::types::UnixFd const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::~Writer()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::Writer(core::dbus::Message::Writer&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::Writer(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::get_name() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::~Service()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::Service(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::Service(std::shared_ptr const&, std::basic_string, std::allocator > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::use_service(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::owner_changed() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::Private::~Private()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr, std::basic_string, std::allocator > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation::~InvalidObjectPathStringRepresentation()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::~ObjectPath()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::ObjectPath(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::root()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::operator<<(std::basic_ostream >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"std::hash::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#2}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#2}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 +#include "libdbus-cpp4.symbols.coverage" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.64bit +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.64bit @@ -0,0 +1,206 @@ + (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.20140730 + (c++)"core::dbus::asio::make_executor(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::asio::make_executor(std::shared_ptr const&, boost::asio::io_service&)@Base" 3.1.0+14.10.20140711 + (c++)"core::dbus::Bus::access_signal_router()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Bus(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::AlreadyOwned::~AlreadyOwned()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::AlreadyOwner::~AlreadyOwner()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Errors::NoMemory::~NoMemory()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::handle_message(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::has_owner_for_name(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::install_executor(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::Name(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::request_name_on_bus(std::basic_string, std::allocator > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr const&, std::chrono::duration > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::send_with_reply_and_timeout(std::shared_ptr const&, std::chrono::duration > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::DBus(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::get_connection_unix_process_id(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::GetConnectionUnixUser::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::get_connection_unix_user(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::hello() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::Hello::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::interface()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::list_names() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::ListNames::name()::s@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::make_service_watcher(std::basic_string, std::allocator > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::name()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::message() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::name() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::print() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::default_session_bus_config_file()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::default_system_bus_config_file()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Fixture::Fixture(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::args(std::vector, std::allocator > >, std::allocator, std::allocator > > > > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::args(std::vector, std::allocator > >, std::allocator, std::allocator > > > > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::interface(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::interface(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::member(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::member(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::sender(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::sender(std::basic_string, std::allocator > const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::destination() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::interface() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_error(std::shared_ptr const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_method_call(std::basic_string, std::allocator > const&, core::dbus::types::ObjectPath const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_method_return(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::make_signal(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::member() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Message(std::unique_ptr >)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::access_message()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::operator=(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_array()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_boolean()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_byte()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_dict_entry()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_floating_point()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int16()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int32()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_int64()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_object_path()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_signature()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_string()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_structure()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint16()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint32()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_uint64()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_unix_fd()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::pop_variant()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::~Reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::sender() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::signature() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_dict_entry(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_structure(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::close_variant(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_array(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_dict_entry()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_structure()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::open_variant(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::operator=(core::dbus::Message::Writer&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_boolean(bool)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_byte(signed char)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_floating_point(double)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int16(short)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int32(int)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_int64(long)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_signature(core::dbus::types::Signature const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_stringn(char const*, unsigned long)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint16(unsigned short)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint32(unsigned int)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_uint64(unsigned long)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::push_unix_fd(core::dbus::types::UnixFd const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::~Writer()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::Writer(core::dbus::Message::Writer&&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Message::Writer::Writer(std::shared_ptr const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::get_name() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::~Service()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::Service(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::Service(std::shared_ptr const&, std::basic_string, std::allocator > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::Service::use_service(std::shared_ptr const&, std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::owner_changed() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::Private::~Private()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr, std::basic_string, std::allocator > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::as_string() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation::~InvalidObjectPathStringRepresentation()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::~ObjectPath()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::ObjectPath(std::basic_string, std::allocator > const&)@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::ObjectPath::root()@Base" 2.0.0+14.04.20140310 + (c++)"core::dbus::types::operator<<(std::basic_ostream >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310 + (c++)"std::hash::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#2}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr const&)#2}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::basic_string, std::allocator > const&)::{lambda(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Executor@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310 + (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310 +#include "libdbus-cpp4.symbols.coverage" + --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.amd64 +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.amd64 @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.64bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.arm64 +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.arm64 @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.64bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.armhf +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.armhf @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.32bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.coverage +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.coverage @@ -0,0 +1,5 @@ + (c++|optional)"core::dbus::ServiceWatcher::Private::Private()@Base" 2.0.0+14.04.20140310 + (c++|optional)"core::dbus::Bus::Name::~Name()@Base" 2.0.0+14.04.20140310 + (c++|optional)"core::dbus::Bus::Private::~Private()@Base" 2.0.0+14.04.20140310 + (c++|optional)"core::dbus::Message::Writer::Private::~Private()@Base" 2.0.0+14.04.20140310 + (c++|optional)"typeinfo for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310 --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.i386 +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.i386 @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.32bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.powerpc +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.powerpc @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.32bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/libdbus-cpp4.symbols.ppc64el +++ dbus-cpp-4.0.0+14.10.20140730/debian/libdbus-cpp4.symbols.ppc64el @@ -0,0 +1,2 @@ +libdbus-cpp.so.4 libdbus-cpp4 #MINVER# +#include "libdbus-cpp4.symbols.64bit" --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/rules +++ dbus-cpp-4.0.0+14.10.20140730/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +include /usr/share/dpkg/default.mk + +# Explicitly selecting a G{CC,++}-version here to avoid accidental +# ABI breaks introduced by toolchain updates. +export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9 +export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9 + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/dbus-cpp -DCMAKE_C_COMPILER=$(CC) -DCMAKE_CXX_COMPILER=$(CXX) + +override_dh_auto_test: + if [ "$(DEB_HOST_MULTIARCH)" != "powerpc-linux-gnu" ]; then \ + dh_auto_test; \ + fi --- dbus-cpp-4.0.0+14.10.20140730.orig/debian/source/format +++ dbus-cpp-4.0.0+14.10.20140730/debian/source/format @@ -0,0 +1 @@ +1.0