Merge lp:~thomas-voss/dbus-cpp/fix-1452322 into lp:dbus-cpp

Proposed by Thomas Voß
Status: Merged
Approved by: Ken VanDine
Approved revision: 105
Merged at revision: 98
Proposed branch: lp:~thomas-voss/dbus-cpp/fix-1452322
Merge into: lp:dbus-cpp
Diff against target: 591 lines (+141/-156)
12 files modified
CMakeLists.txt (+2/-2)
debian/changelog (+12/-0)
debian/control (+3/-7)
debian/libdbus-cpp5.symbols.32bit (+56/-65)
debian/libdbus-cpp5.symbols.64bit (+56/-65)
debian/libdbus-cpp5.symbols.amd64 (+2/-2)
debian/libdbus-cpp5.symbols.arm64 (+2/-2)
debian/libdbus-cpp5.symbols.armhf (+2/-2)
debian/libdbus-cpp5.symbols.i386 (+2/-2)
debian/libdbus-cpp5.symbols.powerpc (+2/-2)
debian/libdbus-cpp5.symbols.ppc64el (+2/-2)
debian/rules (+0/-5)
To merge this branch: bzr merge lp:~thomas-voss/dbus-cpp/fix-1452322
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+265627@code.launchpad.net

Commit message

Bump major revision to account for toolchain update. Fixes LP:#1452322

Description of the change

Bump major revision to account for toolchain update. Fixes LP:#1452322

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks fine

review: Approve
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Note: CI builds failing because they are building on vivid

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-11-10 08:35:29 +0000
+++ CMakeLists.txt 2015-10-21 07:54:47 +0000
@@ -61,8 +61,8 @@
61 SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -ftest-coverage -fprofile-arcs" )61 SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -ftest-coverage -fprofile-arcs" )
62ENDIF(CMAKE_BUILD_TYPE MATCHES [cC][oO][vV][eE][rR][aA][gG][eE])62ENDIF(CMAKE_BUILD_TYPE MATCHES [cC][oO][vV][eE][rR][aA][gG][eE])
6363
64set(DBUS_CPP_VERSION_MAJOR 4)64set(DBUS_CPP_VERSION_MAJOR 5)
65set(DBUS_CPP_VERSION_MINOR 3) 65set(DBUS_CPP_VERSION_MINOR 0)
66set(DBUS_CPP_VERSION_PATCH 0)66set(DBUS_CPP_VERSION_PATCH 0)
6767
68include(CTest)68include(CTest)
6969
=== modified file 'debian/changelog'
--- debian/changelog 2015-05-05 08:24:50 +0000
+++ debian/changelog 2015-10-21 07:54:47 +0000
@@ -1,3 +1,15 @@
1dbus-cpp (5.0.0-0ubuntu3) wily; urgency=medium
2
3 * Bump revision as the archive has 5.0.0-0ubuntu2
4
5 -- Thomas Voß <thomas.voss@canonical.com> Tue, 20 Oct 2015 17:03:52 +0200
6
7dbus-cpp (5.0.0) wily; urgency=medium
8
9 * Bump major revision to account for toolchain update. Fixes LP:#1452322
10
11 -- Thomas Voß <thomas.voss@canonical.com> Tue, 21 Jul 2015 12:36:46 +0200
12
1dbus-cpp (4.3.0+15.04.20150505-0ubuntu1) vivid; urgency=medium13dbus-cpp (4.3.0+15.04.20150505-0ubuntu1) vivid; urgency=medium
214
3 [ CI Train Bot ]15 [ CI Train Bot ]
416
=== modified file 'debian/control'
--- debian/control 2014-06-17 09:36:53 +0000
+++ debian/control 2015-10-21 07:54:47 +0000
@@ -1,14 +1,10 @@
1Source: dbus-cpp1Source: dbus-cpp
2Priority: optional2Priority: optional
3Maintainer: Thomas Voß <thomas.voss@ubuntu.com>3Maintainer: Thomas Voß <thomas.voss@ubuntu.com>
4# We rely on C++11 features, and to prevent from ABI breaks
5# in libstdc++ causing us issues, we explicitly select a G++
6# version.
7Build-Depends: cmake,4Build-Depends: cmake,
8 dbus,5 dbus,
9 debhelper (>= 9),6 debhelper (>= 9),
10 doxygen,7 doxygen,
11 g++-4.9,
12 google-mock,8 google-mock,
13 libboost-filesystem-dev,9 libboost-filesystem-dev,
14 libboost-system-dev,10 libboost-system-dev,
@@ -26,7 +22,7 @@
26Vcs-Bzr: https://code.launchpad.net/~phablet-team/dbus-cpp/trunk22Vcs-Bzr: https://code.launchpad.net/~phablet-team/dbus-cpp/trunk
27Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/dbus-cpp/trunk/files23Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/dbus-cpp/trunk/files
2824
29Package: libdbus-cpp425Package: libdbus-cpp5
30Section: libdevel26Section: libdevel
31Architecture: any27Architecture: any
32Multi-Arch: same28Multi-Arch: same
@@ -43,7 +39,7 @@
43Multi-Arch: foreign39Multi-Arch: foreign
44Depends: ${misc:Depends},40Depends: ${misc:Depends},
45 ${shlibs:Depends},41 ${shlibs:Depends},
46 libdbus-cpp4 (= ${binary:Version})42 libdbus-cpp5 (= ${binary:Version})
47Description: header-only dbus-binding leveraging C++-1143Description: header-only dbus-binding leveraging C++-11
48 Protocol compiler and generator to automatically generate protocol headers from44 Protocol compiler and generator to automatically generate protocol headers from
49 introspection XML.45 introspection XML.
@@ -55,7 +51,7 @@
55Depends: ${misc:Depends},51Depends: ${misc:Depends},
56 ${shlibs:Depends},52 ${shlibs:Depends},
57 dbus,53 dbus,
58 libdbus-cpp4 (= ${binary:Version})54 libdbus-cpp5 (= ${binary:Version})
59Replaces: dbus-cpp-dev55Replaces: dbus-cpp-dev
60Conflicts: dbus-cpp-dev56Conflicts: dbus-cpp-dev
61Provides: dbus-cpp-dev57Provides: dbus-cpp-dev
6258
=== renamed file 'debian/libdbus-cpp4.install' => 'debian/libdbus-cpp5.install'
=== renamed file 'debian/libdbus-cpp4.symbols.32bit' => 'debian/libdbus-cpp5.symbols.32bit'
--- debian/libdbus-cpp4.symbols.32bit 2015-05-05 08:24:50 +0000
+++ debian/libdbus-cpp5.symbols.32bit 2015-10-21 07:54:47 +0000
@@ -1,5 +1,5 @@
1 (c++)"core::dbus::Fixture::system_bus_address()@Base" 4.3.0+15.04.201505051 (c++)"core::dbus::Fixture::system_bus_address[abi:cxx11]()@Base" 4.3.0+15.04.20150505
2 (c++)"core::dbus::Fixture::session_bus_address()@Base" 4.3.0+15.04.201505052 (c++)"core::dbus::Fixture::session_bus_address[abi:cxx11]()@Base" 4.3.0+15.04.20150505
3 (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.201407303 (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.20140730
4 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.201403104 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.20140310
5 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&, boost::asio::io_service&)@Base" 3.1.0+14.10.201407115 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&, boost::asio::io_service&)@Base" 3.1.0+14.10.20140711
@@ -7,23 +7,20 @@
7 (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.201403107 (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
8 (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.201403108 (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.20140310
9 (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.201403109 (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.20140310
10 (c++)"core::dbus::Bus::Bus(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031010 (c++)"core::dbus::Bus::Bus(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
11 (c++)"core::dbus::Bus::Errors::AlreadyOwned::~AlreadyOwned()@Base" 2.0.0+14.04.20140310
12 (c++)"core::dbus::Bus::Errors::AlreadyOwner::~AlreadyOwner()@Base" 2.0.0+14.04.20140310
13 (c++)"core::dbus::Bus::Errors::NoMemory::~NoMemory()@Base" 2.0.0+14.04.20140310
14 (c++)"core::dbus::Bus::handle_message(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031011 (c++)"core::dbus::Bus::handle_message(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
15 (c++)"core::dbus::Bus::has_owner_for_name(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031012 (c++)"core::dbus::Bus::has_owner_for_name(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
16 (c++)"core::dbus::Bus::install_executor(std::shared_ptr<core::dbus::Executor> const&)@Base" 2.0.0+14.04.2014031013 (c++)"core::dbus::Bus::install_executor(std::shared_ptr<core::dbus::Executor> const&)@Base" 2.0.0+14.04.20140310
17 (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.2014031014 (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.20140310
18 (c++)"core::dbus::Bus::Name::as_string() const@Base" 2.0.0+14.04.2014031015 (c++)"core::dbus::Bus::Name::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
19 (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031016 (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
20 (c++)"core::dbus::Bus::Name::Name(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031017 (c++)"core::dbus::Bus::Name::Name(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
21 (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031018 (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
22 (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.2014031019 (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.20140310
23 (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr<core::dbus::Object> const&)@Base" 2.0.0+14.04.2014031020 (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr<core::dbus::Object> const&)@Base" 2.0.0+14.04.20140310
24 (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031021 (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
25 (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031022 (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
26 (c++)"core::dbus::Bus::request_name_on_bus(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.2014031023 (c++)"core::dbus::Bus::request_name_on_bus(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.20140310
27 (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.2014031024 (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.20140310
28 (c++)"core::dbus::Bus::send(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031025 (c++)"core::dbus::Bus::send(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
29 (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr<core::dbus::Message> const&, std::chrono::duration<long long, std::ratio<1ll, 1000ll> > const&)@Base" 2.0.0+14.04.2014031026 (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr<core::dbus::Message> const&, std::chrono::duration<long long, std::ratio<1ll, 1000ll> > const&)@Base" 2.0.0+14.04.20140310
@@ -31,62 +28,62 @@
31 (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.2014031028 (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.20140310
32 (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.2014031029 (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
33 (c++)"core::dbus::DBus::DBus(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.2014031030 (c++)"core::dbus::DBus::DBus(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.20140310
34 (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name()::s@Base" 2.0.0+14.04.2014031031 (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
35 (c++)"core::dbus::DBus::get_connection_unix_process_id(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031032 (c++)"core::dbus::DBus::get_connection_unix_process_id(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
36 (c++)"core::dbus::DBus::GetConnectionUnixUser::name()::s@Base" 2.0.0+14.04.2014031033 (c++)"core::dbus::DBus::GetConnectionUnixUser::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
37 (c++)"core::dbus::DBus::get_connection_unix_user(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031034 (c++)"core::dbus::DBus::get_connection_unix_user(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
38 (c++)"core::dbus::DBus::hello() const@Base" 2.0.0+14.04.2014031035 (c++)"core::dbus::DBus::hello[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
39 (c++)"core::dbus::DBus::Hello::name()::s@Base" 2.0.0+14.04.2014031036 (c++)"core::dbus::DBus::Hello::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
40 (c++)"core::dbus::DBus::interface()@Base" 2.0.0+14.04.2014031037 (c++)"core::dbus::DBus::interface[abi:cxx11]()@Base" 2.0.0+14.04.20140310
41 (c++)"core::dbus::DBus::list_names() const@Base" 2.0.0+14.04.2014031038 (c++)"core::dbus::DBus::list_names[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
42 (c++)"core::dbus::DBus::ListNames::name()::s@Base" 2.0.0+14.04.2014031039 (c++)"core::dbus::DBus::ListNames::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
43 (c++)"core::dbus::DBus::make_service_watcher(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.2014031040 (c++)"core::dbus::DBus::make_service_watcher(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310
44 (c++)"core::dbus::DBus::name()@Base" 2.0.0+14.04.2014031041 (c++)"core::dbus::DBus::name[abi:cxx11]()@Base" 2.0.0+14.04.20140310
45 (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.2014031042 (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.20140310
46 (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.2014031043 (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.20140310
47 (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.2014031044 (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.20140310
48 (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.2014031045 (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310
49 (c++)"core::dbus::Error::message() const@Base" 2.0.0+14.04.2014031046 (c++)"core::dbus::Error::message[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
50 (c++)"core::dbus::Error::name() const@Base" 2.0.0+14.04.2014031047 (c++)"core::dbus::Error::name[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
51 (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.2014031048 (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.20140310
52 (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.2014031049 (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310
53 (c++)"core::dbus::Error::print() const@Base" 2.0.0+14.04.2014031050 (c++)"core::dbus::Error::print[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
54 (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.2014031051 (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.20140310
55 (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.2014031052 (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.20140310
56 (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.2014031053 (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.20140310
57 (c++)"core::dbus::Fixture::default_session_bus_config_file()@Base" 2.0.0+14.04.2014031054 (c++)"core::dbus::Fixture::default_session_bus_config_file[abi:cxx11]()@Base" 2.0.0+14.04.20140310
58 (c++)"core::dbus::Fixture::default_system_bus_config_file()@Base" 2.0.0+14.04.2014031055 (c++)"core::dbus::Fixture::default_system_bus_config_file[abi:cxx11]()@Base" 2.0.0+14.04.20140310
59 (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.2014031056 (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.20140310
60 (c++)"core::dbus::Fixture::Fixture(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031057 (c++)"core::dbus::Fixture::Fixture(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
61 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)@Base" 2.0.0+14.04.2014031058 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)@Base" 2.0.0+14.04.20140310
62 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&) const@Base" 2.0.0+14.04.2014031059 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&) const@Base" 2.0.0+14.04.20140310
63 (c++)"core::dbus::MatchRule::as_string() const@Base" 2.0.0+14.04.2014031060 (c++)"core::dbus::MatchRule::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
64 (c++)"core::dbus::MatchRule::interface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031061 (c++)"core::dbus::MatchRule::interface(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
65 (c++)"core::dbus::MatchRule::interface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031062 (c++)"core::dbus::MatchRule::interface(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
66 (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.2014031063 (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.20140310
67 (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.2014031064 (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.20140310
68 (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031065 (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
69 (c++)"core::dbus::MatchRule::member(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031066 (c++)"core::dbus::MatchRule::member(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
70 (c++)"core::dbus::MatchRule::member(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031067 (c++)"core::dbus::MatchRule::member(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
71 (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031068 (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
72 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.2014031069 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
73 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.2014031070 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
74 (c++)"core::dbus::MatchRule::sender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031071 (c++)"core::dbus::MatchRule::sender(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
75 (c++)"core::dbus::MatchRule::sender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031072 (c++)"core::dbus::MatchRule::sender(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
76 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.2014031073 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.20140310
77 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.2014031074 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.20140310
78 (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.2014031075 (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.20140310
79 (c++)"core::dbus::Message::destination() const@Base" 2.0.0+14.04.2014031076 (c++)"core::dbus::Message::destination[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
80 (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.2014031077 (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.20140310
81 (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.2014031078 (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.20140310
82 (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.2014031079 (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.20140310
83 (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.2014031080 (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.20140310
84 (c++)"core::dbus::Message::interface() const@Base" 2.0.0+14.04.2014031081 (c++)"core::dbus::Message::interface[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
85 (c++)"core::dbus::Message::make_error(std::shared_ptr<core::dbus::Message> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031082 (c++)"core::dbus::Message::make_error(std::shared_ptr<core::dbus::Message> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
86 (c++)"core::dbus::Message::make_method_call(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::types::ObjectPath const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031083 (c++)"core::dbus::Message::make_method_call(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::types::ObjectPath const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
87 (c++)"core::dbus::Message::make_method_return(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031084 (c++)"core::dbus::Message::make_method_return(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
88 (c++)"core::dbus::Message::make_signal(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031085 (c++)"core::dbus::Message::make_signal(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
89 (c++)"core::dbus::Message::member() const@Base" 2.0.0+14.04.2014031086 (c++)"core::dbus::Message::member[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
90 (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.2014031087 (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.20140310
91 (c++)"core::dbus::Message::Message(std::unique_ptr<core::dbus::Message::Private, std::default_delete<core::dbus::Message::Private> >)@Base" 2.0.0+14.04.2014031088 (c++)"core::dbus::Message::Message(std::unique_ptr<core::dbus::Message::Private, std::default_delete<core::dbus::Message::Private> >)@Base" 2.0.0+14.04.20140310
92 (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.2014031089 (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.20140310
@@ -116,8 +113,8 @@
116 (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310113 (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310
117 (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310114 (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
118 (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310115 (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310
119 (c++)"core::dbus::Message::sender() const@Base" 2.0.0+14.04.20140310116 (c++)"core::dbus::Message::sender[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
120 (c++)"core::dbus::Message::signature() const@Base" 2.0.0+14.04.20140310117 (c++)"core::dbus::Message::signature[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
121 (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310118 (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310
122 (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310119 (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310
123 (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310120 (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310
@@ -148,30 +145,26 @@
148 (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310145 (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
149 (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310146 (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
150 (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310147 (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310
151 (c++)"core::dbus::Service::get_name() const@Base" 2.0.0+14.04.20140310148 (c++)"core::dbus::Service::get_name[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
152 (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310149 (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310
153 (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310150 (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
154 (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310151 (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
155 (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310152 (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310
156 (c++)"core::dbus::Service::~Service()@Base" 2.0.0+14.04.20140310153 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
157 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310154 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310
158 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310155 (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
159 (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310156 (c++)"core::dbus::Service::use_service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
160 (c++)"core::dbus::Service::use_service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310157 (c++)"core::dbus::ServiceWatcher::owner_changed[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
161 (c++)"core::dbus::ServiceWatcher::owner_changed() const@Base" 2.0.0+14.04.20140310
162 (c++)"core::dbus::ServiceWatcher::Private::~Private()@Base" 2.0.0+14.04.20140310
163 (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310158 (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310
164 (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310159 (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310
165 (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr<core::dbus::Object>, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310160 (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr<core::dbus::Object>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310
166 (c++)"core::dbus::types::ObjectPath::as_string() const@Base" 2.0.0+14.04.20140310161 (c++)"core::dbus::types::ObjectPath::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
167 (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310162 (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310
168 (c++)"core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation::~InvalidObjectPathStringRepresentation()@Base" 2.0.0+14.04.20140310163 (c++)"core::dbus::types::ObjectPath::ObjectPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
169 (c++)"core::dbus::types::ObjectPath::~ObjectPath()@Base" 2.0.0+14.04.20140310
170 (c++)"core::dbus::types::ObjectPath::ObjectPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
171 (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310164 (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
172 (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310165 (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
173 (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310166 (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
174 (c++)"core::dbus::types::ObjectPath::root()@Base" 2.0.0+14.04.20140310167 (c++)"core::dbus::types::ObjectPath::root[abi:cxx11]()@Base" 2.0.0+14.04.20140310
175 (c++)"core::dbus::types::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310168 (c++)"core::dbus::types::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
176 (c++)"std::hash<core::dbus::types::ObjectPath>::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310169 (c++)"std::hash<core::dbus::types::ObjectPath>::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
177 (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310170 (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
@@ -181,8 +174,8 @@
181 (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310174 (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310
182 (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310175 (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310
183 (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310176 (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
184 (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310177 (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
185 (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310178 (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
186 (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310179 (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
187 (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310180 (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
188 (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310181 (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
@@ -192,16 +185,14 @@
192 (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310185 (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310
193 (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310186 (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310
194 (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310187 (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
195 (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310188 (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
196 (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310189 (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
197 (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310190 (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310
198 (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310191 (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
199 (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310192 (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
200 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310193 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
201 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310194 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310
202 (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310195 (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310
203 (c++)"vtable for core::dbus::Executor@Base" 2.0.0+14.04.20140310
204 (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310196 (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
205 (c++)"vtable for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
206 (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310197 (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
207#include "libdbus-cpp4.symbols.coverage"198#include "libdbus-cpp5.symbols.coverage"
208199
=== renamed file 'debian/libdbus-cpp4.symbols.64bit' => 'debian/libdbus-cpp5.symbols.64bit'
--- debian/libdbus-cpp4.symbols.64bit 2015-05-05 08:24:50 +0000
+++ debian/libdbus-cpp5.symbols.64bit 2015-10-21 07:54:47 +0000
@@ -1,5 +1,5 @@
1 (c++)"core::dbus::Fixture::system_bus_address()@Base" 4.3.0+15.04.201505051 (c++)"core::dbus::Fixture::system_bus_address[abi:cxx11]()@Base" 4.3.0+15.04.20150505
2 (c++)"core::dbus::Fixture::session_bus_address()@Base" 4.3.0+15.04.201505052 (c++)"core::dbus::Fixture::session_bus_address[abi:cxx11]()@Base" 4.3.0+15.04.20150505
3 (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.201407303 (c++)"core::dbus::Fixture::default_daemon_timeout()@Base" 4.0.0+14.10.20140730
4 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.201403104 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.20140310
5 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&, boost::asio::io_service&)@Base" 3.1.0+14.10.201407115 (c++)"core::dbus::asio::make_executor(std::shared_ptr<core::dbus::Bus> const&, boost::asio::io_service&)@Base" 3.1.0+14.10.20140711
@@ -7,23 +7,20 @@
7 (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.201403107 (c++)"core::dbus::Bus::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
8 (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.201403108 (c++)"core::dbus::Bus::~Bus()@Base" 2.0.0+14.04.20140310
9 (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.201403109 (c++)"core::dbus::Bus::Bus(core::dbus::WellKnownBus)@Base" 2.0.0+14.04.20140310
10 (c++)"core::dbus::Bus::Bus(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031010 (c++)"core::dbus::Bus::Bus(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
11 (c++)"core::dbus::Bus::Errors::AlreadyOwned::~AlreadyOwned()@Base" 2.0.0+14.04.20140310
12 (c++)"core::dbus::Bus::Errors::AlreadyOwner::~AlreadyOwner()@Base" 2.0.0+14.04.20140310
13 (c++)"core::dbus::Bus::Errors::NoMemory::~NoMemory()@Base" 2.0.0+14.04.20140310
14 (c++)"core::dbus::Bus::handle_message(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031011 (c++)"core::dbus::Bus::handle_message(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
15 (c++)"core::dbus::Bus::has_owner_for_name(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031012 (c++)"core::dbus::Bus::has_owner_for_name(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
16 (c++)"core::dbus::Bus::install_executor(std::shared_ptr<core::dbus::Executor> const&)@Base" 2.0.0+14.04.2014031013 (c++)"core::dbus::Bus::install_executor(std::shared_ptr<core::dbus::Executor> const&)@Base" 2.0.0+14.04.20140310
17 (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.2014031014 (c++)"core::dbus::Bus::message_factory()@Base" 2.0.0+14.04.20140310
18 (c++)"core::dbus::Bus::Name::as_string() const@Base" 2.0.0+14.04.2014031015 (c++)"core::dbus::Bus::Name::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
19 (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031016 (c++)"core::dbus::Bus::Name::Name(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
20 (c++)"core::dbus::Bus::Name::Name(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031017 (c++)"core::dbus::Bus::Name::Name(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
21 (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031018 (c++)"core::dbus::Bus::Name::operator=(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
22 (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.2014031019 (c++)"core::dbus::Bus::raw() const@Base" 2.0.0+14.04.20140310
23 (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr<core::dbus::Object> const&)@Base" 2.0.0+14.04.2014031020 (c++)"core::dbus::Bus::register_object_for_path(core::dbus::types::ObjectPath const&, std::shared_ptr<core::dbus::Object> const&)@Base" 2.0.0+14.04.20140310
24 (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.2014031021 (c++)"core::dbus::Bus::release_name_on_bus(core::dbus::Bus::Name&&)@Base" 2.0.0+14.04.20140310
25 (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031022 (c++)"core::dbus::Bus::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
26 (c++)"core::dbus::Bus::request_name_on_bus(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.2014031023 (c++)"core::dbus::Bus::request_name_on_bus(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag)@Base" 2.0.0+14.04.20140310
27 (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.2014031024 (c++)"core::dbus::Bus::run()@Base" 2.0.0+14.04.20140310
28 (c++)"core::dbus::Bus::send(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031025 (c++)"core::dbus::Bus::send(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
29 (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr<core::dbus::Message> const&, std::chrono::duration<long, std::ratio<1l, 1000l> > const&)@Base" 2.0.0+14.04.2014031026 (c++)"core::dbus::Bus::send_with_reply_and_block_for_at_most(std::shared_ptr<core::dbus::Message> const&, std::chrono::duration<long, std::ratio<1l, 1000l> > const&)@Base" 2.0.0+14.04.20140310
@@ -31,62 +28,62 @@
31 (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.2014031028 (c++)"core::dbus::Bus::stop()@Base" 2.0.0+14.04.20140310
32 (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.2014031029 (c++)"core::dbus::Bus::unregister_object_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
33 (c++)"core::dbus::DBus::DBus(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.2014031030 (c++)"core::dbus::DBus::DBus(std::shared_ptr<core::dbus::Bus> const&)@Base" 2.0.0+14.04.20140310
34 (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name()::s@Base" 2.0.0+14.04.2014031031 (c++)"core::dbus::DBus::GetConnectionUnixProcessID::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
35 (c++)"core::dbus::DBus::get_connection_unix_process_id(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031032 (c++)"core::dbus::DBus::get_connection_unix_process_id(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
36 (c++)"core::dbus::DBus::GetConnectionUnixUser::name()::s@Base" 2.0.0+14.04.2014031033 (c++)"core::dbus::DBus::GetConnectionUnixUser::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
37 (c++)"core::dbus::DBus::get_connection_unix_user(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031034 (c++)"core::dbus::DBus::get_connection_unix_user(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
38 (c++)"core::dbus::DBus::hello() const@Base" 2.0.0+14.04.2014031035 (c++)"core::dbus::DBus::hello[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
39 (c++)"core::dbus::DBus::Hello::name()::s@Base" 2.0.0+14.04.2014031036 (c++)"core::dbus::DBus::Hello::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
40 (c++)"core::dbus::DBus::interface()@Base" 2.0.0+14.04.2014031037 (c++)"core::dbus::DBus::interface[abi:cxx11]()@Base" 2.0.0+14.04.20140310
41 (c++)"core::dbus::DBus::list_names() const@Base" 2.0.0+14.04.2014031038 (c++)"core::dbus::DBus::list_names[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
42 (c++)"core::dbus::DBus::ListNames::name()::s@Base" 2.0.0+14.04.2014031039 (c++)"core::dbus::DBus::ListNames::name[abi:cxx11]()::s@Base" 2.0.0+14.04.20140310
43 (c++)"core::dbus::DBus::make_service_watcher(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.2014031040 (c++)"core::dbus::DBus::make_service_watcher(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310
44 (c++)"core::dbus::DBus::name()@Base" 2.0.0+14.04.2014031041 (c++)"core::dbus::DBus::name[abi:cxx11]()@Base" 2.0.0+14.04.20140310
45 (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.2014031042 (c++)"core::dbus::DBus::path()@Base" 2.0.0+14.04.20140310
46 (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.2014031043 (c++)"core::dbus::Error::~Error()@Base" 2.0.0+14.04.20140310
47 (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.2014031044 (c++)"core::dbus::Error::Error()@Base" 2.0.0+14.04.20140310
48 (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.2014031045 (c++)"core::dbus::Error::Error(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310
49 (c++)"core::dbus::Error::message() const@Base" 2.0.0+14.04.2014031046 (c++)"core::dbus::Error::message[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
50 (c++)"core::dbus::Error::name() const@Base" 2.0.0+14.04.2014031047 (c++)"core::dbus::Error::name[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
51 (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.2014031048 (c++)"core::dbus::Error::operator bool() const@Base" 2.0.0+14.04.20140310
52 (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.2014031049 (c++)"core::dbus::Error::operator=(core::dbus::Error&&)@Base" 2.0.0+14.04.20140310
53 (c++)"core::dbus::Error::print() const@Base" 2.0.0+14.04.2014031050 (c++)"core::dbus::Error::print[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
54 (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.2014031051 (c++)"core::dbus::Error::raw()@Base" 2.0.0+14.04.20140310
55 (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.2014031052 (c++)"core::dbus::Fixture::create_connection_to_session_bus()@Base" 2.0.0+14.04.20140310
56 (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.2014031053 (c++)"core::dbus::Fixture::create_connection_to_system_bus()@Base" 2.0.0+14.04.20140310
57 (c++)"core::dbus::Fixture::default_session_bus_config_file()@Base" 2.0.0+14.04.2014031054 (c++)"core::dbus::Fixture::default_session_bus_config_file[abi:cxx11]()@Base" 2.0.0+14.04.20140310
58 (c++)"core::dbus::Fixture::default_system_bus_config_file()@Base" 2.0.0+14.04.2014031055 (c++)"core::dbus::Fixture::default_system_bus_config_file[abi:cxx11]()@Base" 2.0.0+14.04.20140310
59 (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.2014031056 (c++)"core::dbus::Fixture::~Fixture()@Base" 2.0.0+14.04.20140310
60 (c++)"core::dbus::Fixture::Fixture(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031057 (c++)"core::dbus::Fixture::Fixture(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
61 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)@Base" 2.0.0+14.04.2014031058 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)@Base" 2.0.0+14.04.20140310
62 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&) const@Base" 2.0.0+14.04.2014031059 (c++)"core::dbus::MatchRule::args(std::vector<std::pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&) const@Base" 2.0.0+14.04.20140310
63 (c++)"core::dbus::MatchRule::as_string() const@Base" 2.0.0+14.04.2014031060 (c++)"core::dbus::MatchRule::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
64 (c++)"core::dbus::MatchRule::interface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031061 (c++)"core::dbus::MatchRule::interface(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
65 (c++)"core::dbus::MatchRule::interface(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031062 (c++)"core::dbus::MatchRule::interface(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
66 (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.2014031063 (c++)"core::dbus::MatchRule::~MatchRule()@Base" 2.0.0+14.04.20140310
67 (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.2014031064 (c++)"core::dbus::MatchRule::MatchRule()@Base" 2.0.0+14.04.20140310
68 (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031065 (c++)"core::dbus::MatchRule::MatchRule(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
69 (c++)"core::dbus::MatchRule::member(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031066 (c++)"core::dbus::MatchRule::member(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
70 (c++)"core::dbus::MatchRule::member(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031067 (c++)"core::dbus::MatchRule::member(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
71 (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.2014031068 (c++)"core::dbus::MatchRule::operator=(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
72 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.2014031069 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
73 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.2014031070 (c++)"core::dbus::MatchRule::path(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
74 (c++)"core::dbus::MatchRule::sender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031071 (c++)"core::dbus::MatchRule::sender(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
75 (c++)"core::dbus::MatchRule::sender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.2014031072 (c++)"core::dbus::MatchRule::sender(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@Base" 2.0.0+14.04.20140310
76 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.2014031073 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type)@Base" 2.0.0+14.04.20140310
77 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.2014031074 (c++)"core::dbus::MatchRule::type(core::dbus::Message::Type) const@Base" 2.0.0+14.04.20140310
78 (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.2014031075 (c++)"core::dbus::Message::clone()@Base" 2.0.0+14.04.20140310
79 (c++)"core::dbus::Message::destination() const@Base" 2.0.0+14.04.2014031076 (c++)"core::dbus::Message::destination[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
80 (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.2014031077 (c++)"core::dbus::Message::ensure_serial_larger_than_zero_for_testing()@Base" 2.0.0+14.04.20140310
81 (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.2014031078 (c++)"core::dbus::Message::error() const@Base" 2.0.0+14.04.20140310
82 (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.2014031079 (c++)"core::dbus::Message::expects_reply() const@Base" 2.0.0+14.04.20140310
83 (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.2014031080 (c++)"core::dbus::Message::from_raw_message(DBusMessage*)@Base" 2.0.0+14.04.20140310
84 (c++)"core::dbus::Message::interface() const@Base" 2.0.0+14.04.2014031081 (c++)"core::dbus::Message::interface[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
85 (c++)"core::dbus::Message::make_error(std::shared_ptr<core::dbus::Message> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031082 (c++)"core::dbus::Message::make_error(std::shared_ptr<core::dbus::Message> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
86 (c++)"core::dbus::Message::make_method_call(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::types::ObjectPath const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031083 (c++)"core::dbus::Message::make_method_call(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::types::ObjectPath const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
87 (c++)"core::dbus::Message::make_method_return(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.2014031084 (c++)"core::dbus::Message::make_method_return(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
88 (c++)"core::dbus::Message::make_signal(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.2014031085 (c++)"core::dbus::Message::make_signal(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
89 (c++)"core::dbus::Message::member() const@Base" 2.0.0+14.04.2014031086 (c++)"core::dbus::Message::member[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
90 (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.2014031087 (c++)"core::dbus::Message::~Message()@Base" 2.0.0+14.04.20140310
91 (c++)"core::dbus::Message::Message(std::unique_ptr<core::dbus::Message::Private, std::default_delete<core::dbus::Message::Private> >)@Base" 2.0.0+14.04.2014031088 (c++)"core::dbus::Message::Message(std::unique_ptr<core::dbus::Message::Private, std::default_delete<core::dbus::Message::Private> >)@Base" 2.0.0+14.04.20140310
92 (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.2014031089 (c++)"core::dbus::Message::path() const@Base" 2.0.0+14.04.20140310
@@ -116,8 +113,8 @@
116 (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310113 (c++)"core::dbus::Message::Reader::Reader(core::dbus::Message::Reader&&)@Base" 2.0.0+14.04.20140310
117 (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310114 (c++)"core::dbus::Message::Reader::Reader(std::shared_ptr<core::dbus::Message> const&)@Base" 2.0.0+14.04.20140310
118 (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310115 (c++)"core::dbus::Message::Reader::type() const@Base" 2.0.0+14.04.20140310
119 (c++)"core::dbus::Message::sender() const@Base" 2.0.0+14.04.20140310116 (c++)"core::dbus::Message::sender[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
120 (c++)"core::dbus::Message::signature() const@Base" 2.0.0+14.04.20140310117 (c++)"core::dbus::Message::signature[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
121 (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310118 (c++)"core::dbus::Message::type() const@Base" 2.0.0+14.04.20140310
122 (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310119 (c++)"core::dbus::Message::writer()@Base" 2.0.0+14.04.20140310
123 (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310120 (c++)"core::dbus::Message::Writer::close_array(core::dbus::Message::Writer)@Base" 2.0.0+14.04.20140310
@@ -148,30 +145,26 @@
148 (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310145 (c++)"core::dbus::Service::add_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
149 (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310146 (c++)"core::dbus::Service::add_object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
150 (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310147 (c++)"core::dbus::Service::get_connection() const@Base" 2.0.0+14.04.20140310
151 (c++)"core::dbus::Service::get_name() const@Base" 2.0.0+14.04.20140310148 (c++)"core::dbus::Service::get_name[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
152 (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310149 (c++)"core::dbus::Service::is_stub() const@Base" 2.0.0+14.04.20140310
153 (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310150 (c++)"core::dbus::Service::object_for_path(core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
154 (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310151 (c++)"core::dbus::Service::remove_match(core::dbus::MatchRule const&)@Base" 2.0.0+14.04.20140310
155 (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310152 (c++)"core::dbus::Service::root_object()@Base" 2.0.0+14.04.20140310
156 (c++)"core::dbus::Service::~Service()@Base" 2.0.0+14.04.20140310153 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
157 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310154 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310
158 (c++)"core::dbus::Service::Service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::Bus::RequestNameFlag const&)@Base" 2.0.0+14.04.20140310155 (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
159 (c++)"core::dbus::Service::use_service_or_throw_if_not_available(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310156 (c++)"core::dbus::Service::use_service(std::shared_ptr<core::dbus::Bus> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
160 (c++)"core::dbus::Service::use_service(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310157 (c++)"core::dbus::ServiceWatcher::owner_changed[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
161 (c++)"core::dbus::ServiceWatcher::owner_changed() const@Base" 2.0.0+14.04.20140310
162 (c++)"core::dbus::ServiceWatcher::Private::~Private()@Base" 2.0.0+14.04.20140310
163 (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310158 (c++)"core::dbus::ServiceWatcher::service_registered() const@Base" 2.0.0+14.04.20140310
164 (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310159 (c++)"core::dbus::ServiceWatcher::service_unregistered() const@Base" 2.0.0+14.04.20140310
165 (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr<core::dbus::Object>, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310160 (c++)"core::dbus::ServiceWatcher::ServiceWatcher(std::shared_ptr<core::dbus::Object>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, core::dbus::DBus::WatchMode)@Base" 2.0.0+14.04.20140310
166 (c++)"core::dbus::types::ObjectPath::as_string() const@Base" 2.0.0+14.04.20140310161 (c++)"core::dbus::types::ObjectPath::as_string[abi:cxx11]() const@Base" 2.0.0+14.04.20140310
167 (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310162 (c++)"core::dbus::types::ObjectPath::empty() const@Base" 2.0.0+14.04.20140310
168 (c++)"core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation::~InvalidObjectPathStringRepresentation()@Base" 2.0.0+14.04.20140310163 (c++)"core::dbus::types::ObjectPath::ObjectPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
169 (c++)"core::dbus::types::ObjectPath::~ObjectPath()@Base" 2.0.0+14.04.20140310
170 (c++)"core::dbus::types::ObjectPath::ObjectPath(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 2.0.0+14.04.20140310
171 (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310164 (c++)"core::dbus::types::ObjectPath::operator<(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
172 (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310165 (c++)"core::dbus::types::ObjectPath::operator==(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
173 (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310166 (c++)"core::dbus::types::ObjectPath::operator!=(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
174 (c++)"core::dbus::types::ObjectPath::root()@Base" 2.0.0+14.04.20140310167 (c++)"core::dbus::types::ObjectPath::root[abi:cxx11]()@Base" 2.0.0+14.04.20140310
175 (c++)"core::dbus::types::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310168 (c++)"core::dbus::types::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::dbus::types::ObjectPath const&)@Base" 2.0.0+14.04.20140310
176 (c++)"std::hash<core::dbus::types::ObjectPath>::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310169 (c++)"std::hash<core::dbus::types::ObjectPath>::operator()(core::dbus::types::ObjectPath const&) const@Base" 2.0.0+14.04.20140310
177 (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310170 (c++)"typeinfo for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
@@ -181,8 +174,8 @@
181 (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310174 (c++)"typeinfo for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310
182 (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310175 (c++)"typeinfo for core::dbus::Executor@Base" 2.0.0+14.04.20140310
183 (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310176 (c++)"typeinfo for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
184 (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310177 (c++)"typeinfo for core::dbus::Fixture::Private::Session::Session(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
185 (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310178 (c++)"typeinfo for core::dbus::Fixture::Private::System::System(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
186 (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310179 (c++)"typeinfo for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
187 (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310180 (c++)"typeinfo for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
188 (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310181 (c++)"typeinfo name for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
@@ -192,17 +185,15 @@
192 (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310185 (c++)"typeinfo name for core::dbus::Bus::Private::Private()::{lambda(std::shared_ptr<core::dbus::Message> const&)#2}@Base" 2.0.0+14.04.20140310
193 (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310186 (c++)"typeinfo name for core::dbus::Executor@Base" 2.0.0+14.04.20140310
194 (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310187 (c++)"typeinfo name for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
195 (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310188 (c++)"typeinfo name for core::dbus::Fixture::Private::Session::Session(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
196 (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310189 (c++)"typeinfo name for core::dbus::Fixture::Private::System::System(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)#1}@Base" 2.0.0+14.04.20140310
197 (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310190 (c++)"typeinfo name for core::dbus::Message::Private::Private(DBusMessage*, bool)::{lambda(DBusMessage*)#1}@Base" 2.0.0+14.04.20140310
198 (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310191 (c++)"typeinfo name for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
199 (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310192 (c++)"typeinfo name for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
200 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310193 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwned@Base" 2.0.0+14.04.20140310
201 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310194 (c++)"vtable for core::dbus::Bus::Errors::AlreadyOwner@Base" 2.0.0+14.04.20140310
202 (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310195 (c++)"vtable for core::dbus::Bus::Errors::NoMemory@Base" 2.0.0+14.04.20140310
203 (c++)"vtable for core::dbus::Executor@Base" 2.0.0+14.04.20140310
204 (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310196 (c++)"vtable for core::dbus::Fixture@Base" 2.0.0+14.04.20140310
205 (c++)"vtable for core::dbus::PendingCall@Base" 2.0.0+14.04.20140310
206 (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310197 (c++)"vtable for core::dbus::types::ObjectPath::Errors::InvalidObjectPathStringRepresentation@Base" 2.0.0+14.04.20140310
207#include "libdbus-cpp4.symbols.coverage"198#include "libdbus-cpp5.symbols.coverage"
208199
209200
=== renamed file 'debian/libdbus-cpp4.symbols.amd64' => 'debian/libdbus-cpp5.symbols.amd64'
--- debian/libdbus-cpp4.symbols.amd64 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.amd64 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.64bit"2#include "libdbus-cpp5.symbols.64bit"
33
=== renamed file 'debian/libdbus-cpp4.symbols.arm64' => 'debian/libdbus-cpp5.symbols.arm64'
--- debian/libdbus-cpp4.symbols.arm64 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.arm64 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.64bit"2#include "libdbus-cpp5.symbols.64bit"
33
=== renamed file 'debian/libdbus-cpp4.symbols.armhf' => 'debian/libdbus-cpp5.symbols.armhf'
--- debian/libdbus-cpp4.symbols.armhf 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.armhf 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.32bit"2#include "libdbus-cpp5.symbols.32bit"
33
=== renamed file 'debian/libdbus-cpp4.symbols.coverage' => 'debian/libdbus-cpp5.symbols.coverage'
=== renamed file 'debian/libdbus-cpp4.symbols.i386' => 'debian/libdbus-cpp5.symbols.i386'
--- debian/libdbus-cpp4.symbols.i386 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.i386 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.32bit"2#include "libdbus-cpp5.symbols.32bit"
33
=== renamed file 'debian/libdbus-cpp4.symbols.powerpc' => 'debian/libdbus-cpp5.symbols.powerpc'
--- debian/libdbus-cpp4.symbols.powerpc 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.powerpc 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.32bit"2#include "libdbus-cpp5.symbols.32bit"
33
=== renamed file 'debian/libdbus-cpp4.symbols.ppc64el' => 'debian/libdbus-cpp5.symbols.ppc64el'
--- debian/libdbus-cpp4.symbols.ppc64el 2014-06-16 12:19:18 +0000
+++ debian/libdbus-cpp5.symbols.ppc64el 2015-10-21 07:54:47 +0000
@@ -1,2 +1,2 @@
1libdbus-cpp.so.4 libdbus-cpp4 #MINVER#1libdbus-cpp.so.5 libdbus-cpp5 #MINVER#
2#include "libdbus-cpp4.symbols.64bit"2#include "libdbus-cpp5.symbols.64bit"
33
=== modified file 'debian/rules'
--- debian/rules 2014-06-17 09:23:10 +0000
+++ debian/rules 2015-10-21 07:54:47 +0000
@@ -6,11 +6,6 @@
66
7include /usr/share/dpkg/default.mk7include /usr/share/dpkg/default.mk
88
9# Explicitly selecting a G{CC,++}-version here to avoid accidental
10# ABI breaks introduced by toolchain updates.
11export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
12export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
13
14export DPKG_GENSYMBOLS_CHECK_LEVEL=49export DPKG_GENSYMBOLS_CHECK_LEVEL=4
1510
16%:11%:

Subscribers

People subscribed via source and target branches