Source: libqtdbustest Section: devel Priority: optional Maintainer: Debian UBports Team Uploaders: Mike Gabriel , Marius Gripsgard , Build-Depends: cmake, cmake-extras (>= 1.5-7~), gcovr, lcov, debhelper-compat (= 13), gettext, googletest, libgtest-dev, pkg-config, qtbase5-dev, python3-dbusmock, dbus, Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://gitlab.com/ubports/development/core/libqtdbustest Vcs-Git: https://salsa.debian.org/ubports-team/libqtdbustest.git Vcs-Browser: https://salsa.debian.org/ubports-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 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.