Source: libqtdbustest Section: devel Priority: optional Maintainer: The Ayatana Packagers Uploaders: Mike Gabriel , Debian UBports Team , Build-Depends: cmake, cmake-extras (>= 1.5-7~), gcovr, lcov, debhelper-compat (= 13), dpkg-dev (>= 1.16.1.1), gettext, googletest, libgtest-dev, pkg-config, qtbase5-dev, python3-dbusmock, dbus, Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://launchpad.net/libqtdbustest Vcs-Git: https://salsa.debian.org/debian-ayatana-team/libqtdbustest.git Vcs-Browser: https://salsa.debian.org/debian-edu-ayatana-team/libqtdbustest Package: libqtdbustest1 Section: libs Architecture: any Multi-Arch: same 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 library is relevant for running unit tests against DBus for Qt applications. . This package contains the shared library. Package: libqtdbustest1-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libqtdbustest1 (= ${binary:Version}), ${misc:Depends}, Description: Library for testing DBus interactions using Qt (development files) A simple library for testing Qt based DBus services and clients. This library is relevant for running unit tests against DBus for Qt applications. . This package contains header files needed for development. Package: qtdbustest-runner Architecture: any Depends: libqtdbustest1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, gvfs-backends, Description: Library for testing DBus interactions using Qt (test runner executable) The libqtdbustest library is a simple library for testing Qt based DBus services and clients. . This package contains a simple executable for running a test script under a private DBus environment.