--- libqtdbustest-0.2+16.04.20160216.orig/debian/changelog +++ libqtdbustest-0.2+16.04.20160216/debian/changelog @@ -0,0 +1,114 @@ +libqtdbustest (0.2+16.04.20160216-0ubuntu1) xenial; urgency=medium + + [ Gerry Boland ] + * Increase timeout when waiting for mock dbus service to appear on the + bus. (LP: #1541854) + + -- MichaƂ Sawicz Tue, 16 Feb 2016 09:29:55 +0000 + +libqtdbustest (0.2+15.10.20150918-0ubuntu1) wily; urgency=medium + + * Fix building on wily (LP: #1451507) + + -- Pete Woods Fri, 18 Sep 2015 10:50:35 +0000 + +libqtdbustest (0.2+15.10.20150604-0ubuntu1) wily; urgency=medium + + [ Pete Woods ] + * Fix FTBFS on PPC (LP: #1451507) + + -- CI Train Bot Thu, 04 Jun 2015 11:03:52 +0000 + +libqtdbustest (0.2+14.04.20140325-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Correctly handle crashing child processes (LP: #1296744) + + -- Ubuntu daily release Tue, 25 Mar 2014 12:50:21 +0000 + +libqtdbustest (0.2+14.04.20140303.1-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Valgrind is not present on all architectures. (LP: #1263926, + #1263925, #1262638) + * Valgrind doesn't like dlopens (LP: #1287135) + + -- Ubuntu daily release Mon, 03 Mar 2014 13:02:05 +0000 + +libqtdbustest (0.2+14.04.20131128.1-0ubuntu3) trusty; urgency=medium + + * Disable the testsuite on i386 for now. See #1262638 and #1263926. + + -- Matthias Klose Tue, 24 Dec 2013 13:12:50 +0100 + +libqtdbustest (0.2+14.04.20131128.1-0ubuntu2) trusty; urgency=medium + + * Don't build-depend on valgrind on architecture without valgrind. + * Don't run the testsuite when valgrind is not available. + + -- Matthias Klose Tue, 24 Dec 2013 12:05:47 +0100 + +libqtdbustest (0.2+14.04.20131128.1-0ubuntu1) trusty; urgency=low + + [ Pete Woods ] + * Add qdbus-simple-test-runner binary. + * Support running libqtdbustest inside a parent instance. + * Add environment variable to allow child process output printing + + [ Ubuntu daily release ] + * Automatic snapshot from revision 27 + + -- Ubuntu daily release Thu, 28 Nov 2013 10:03:59 +0000 + +libqtdbustest (0.1+13.10.20130815-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Rename parameter to be less confusing. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 24 + + -- Ubuntu daily release Thu, 15 Aug 2013 14:04:01 +0000 + +libqtdbustest (0.1+13.10.20130814-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Add more tests. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 + + -- Ubuntu daily release Wed, 14 Aug 2013 02:04:09 +0000 + +libqtdbustest (0.1+13.10.20130809-0ubuntu1) saucy; urgency=low + + [ Pete Woods ] + * Initial version. + * Initial commit + * Pull out the dbus initialisationd and mocking into separate + libraries + * Support separate mocked session and system buses + * Support the whole dbusmock interface + * Fix support for mocking session services + * Add code to construct gmenumodels + * Create a gmenumodel and confirm it is correct by reading it back in + again + * Delete everything not related to libqtdbustest + * More complete install + * Fix copyright + * Fix packaging + * First attempt at a watchdog + * Add suicidal process as an API class + * Add first test. + * Enable coverage reports + + [ Robert Bruce Park ] + * Packaging fixes necessary for daily release. + * wrap-and-sort -a -t + * Packaging comment. + * Copyright cleanup. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 20 + + -- Ubuntu daily release Fri, 09 Aug 2013 02:02:48 +0000 --- libqtdbustest-0.2+16.04.20160216.orig/debian/compat +++ libqtdbustest-0.2+16.04.20160216/debian/compat @@ -0,0 +1 @@ +9 --- libqtdbustest-0.2+16.04.20160216.orig/debian/control +++ libqtdbustest-0.2+16.04.20160216/debian/control @@ -0,0 +1,52 @@ +Source: libqtdbustest +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + cmake-extras, + debhelper (>= 9), + gettext, + google-mock (>= 1.6.0+svn437), + pkg-config, + qtbase5-dev, + python3-dbusmock, + dbus, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/libqtdbustest +# If you aren't a member of ~unity-team but need to upload packaging changes, +# just go ahead. ~unity-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~unity-team/libqtdbustest/trunk + +Package: libqtdbustest1 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: dbus, + ${misc:Depends}, + ${shlibs:Depends}, +Description: Library for testing DBus interactions using Qt + A simple library for testing Qt based DBus services and clients. + . + This package contains the shared libraries. + +Package: libqtdbustest1-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libqtdbustest1 (= ${binary:Version}), + ${misc:Depends}, +Description: Library for testing DBus interactions using Qt + A simple library for testing Qt based DBus services and clients. + . + This package contains files that are needed to build. + +Package: qtdbustest-runner +Architecture: any +Depends: libqtdbustest1 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends}, + gvfs-backends, +Description: Library for testing DBus interactions using Qt + Simple executable for running a test script under a private + DBus environment. --- libqtdbustest-0.2+16.04.20160216.orig/debian/copyright +++ libqtdbustest-0.2+16.04.20160216/debian/copyright @@ -0,0 +1,21 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libqtdbustest +Source: https://launchpad.net/libqtdbustest + +Files: * +Copyright: 2013 Canonical, Ltd. +License: LGPL-3 + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of version 3 of the GNU Lesser General Public + License 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 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'. --- libqtdbustest-0.2+16.04.20160216.orig/debian/libqtdbustest1-dev.install +++ libqtdbustest-0.2+16.04.20160216/debian/libqtdbustest1-dev.install @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/*.so +usr/lib/*/pkgconfig --- libqtdbustest-0.2+16.04.20160216.orig/debian/libqtdbustest1.install +++ libqtdbustest-0.2+16.04.20160216/debian/libqtdbustest1.install @@ -0,0 +1,3 @@ +usr/lib/*/*.so.* +usr/lib/*/libqtdbustest/* +usr/share --- libqtdbustest-0.2+16.04.20160216.orig/debian/libqtdbustest1.symbols +++ libqtdbustest-0.2+16.04.20160216/debian/libqtdbustest1.symbols @@ -0,0 +1,50 @@ +libqtdbustest.so.1 libqtdbustest1 #MINVER# + (c++)"QtDBusTest::DBusService::DBusService(QString const&, QDBusConnection::BusType)@Base" 0.1 + (c++)"QtDBusTest::DBusService::DBusService(QString const&, QDBusConnection::BusType)@Base" 0.1 + (c++)"QtDBusTest::DBusService::~DBusService()@Base" 0.1 + (c++)"QtDBusTest::DBusService::~DBusService()@Base" 0.1 + (c++)"QtDBusTest::DBusService::~DBusService()@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::startServices()@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::registerService(QSharedPointer)@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::DBusTestRunner(QString const&, QString const&)@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::DBusTestRunner(QString const&, QString const&)@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::~DBusTestRunner()@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::~DBusTestRunner()@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::~DBusTestRunner()@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::qt_metacast(char const*)@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::setSuicidal()@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::staticMetaObject@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::setWatchdogCommand(QString const&)@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::SuicidalProcess(QObject*)@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::SuicidalProcess(QObject*)@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::~SuicidalProcess()@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::~SuicidalProcess()@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::~SuicidalProcess()@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::start(QDBusConnection const&)@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::QProcessDBusService(QString const&, QDBusConnection::BusType, QString const&, QStringList const&)@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::QProcessDBusService(QString const&, QDBusConnection::BusType, QString const&, QStringList const&)@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::~QProcessDBusService()@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::~QProcessDBusService()@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::~QProcessDBusService()@Base" 0.1 + (c++)"QtDBusTest::DBusService::name() const@Base" 0.1 + (c++)"QtDBusTest::DBusService::busType() const@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::sessionBus() const@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::systemConnection() const@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::sessionConnection() const@Base" 0.1 + (c++)"QtDBusTest::DBusTestRunner::systemBus() const@Base" 0.1 + (c++)"QtDBusTest::SuicidalProcess::metaObject() const@Base" 0.1 + (c++)"QtDBusTest::QProcessDBusService::underlyingProcess() const@Base" 0.2 + (c++)"QtDBusTest::QProcessDBusService::pid() const@Base" 0.1 + (c++)"typeinfo for QtDBusTest::DBusService@Base" 0.1 + (c++)"typeinfo for QtDBusTest::DBusTestRunner@Base" 0.1 + (c++)"typeinfo for QtDBusTest::SuicidalProcess@Base" 0.1 + (c++)"typeinfo for QtDBusTest::QProcessDBusService@Base" 0.1 + (c++)"typeinfo name for QtDBusTest::DBusService@Base" 0.1 + (c++)"typeinfo name for QtDBusTest::DBusTestRunner@Base" 0.1 + (c++)"typeinfo name for QtDBusTest::SuicidalProcess@Base" 0.1 + (c++)"typeinfo name for QtDBusTest::QProcessDBusService@Base" 0.1 + (c++)"vtable for QtDBusTest::DBusService@Base" 0.1 + (c++)"vtable for QtDBusTest::DBusTestRunner@Base" 0.1 + (c++)"vtable for QtDBusTest::SuicidalProcess@Base" 0.1 + (c++)"vtable for QtDBusTest::QProcessDBusService@Base" 0.1 --- libqtdbustest-0.2+16.04.20160216.orig/debian/qtdbustest-runner.install +++ libqtdbustest-0.2+16.04.20160216/debian/qtdbustest-runner.install @@ -0,0 +1 @@ +usr/bin \ No newline at end of file --- libqtdbustest-0.2+16.04.20160216.orig/debian/rules +++ libqtdbustest-0.2+16.04.20160216/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing