1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libqtdbustest
Section: devel
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <mariogrip@debian.org>,
Build-Depends: cmake,
cmake-extras (>= 1.5-7~),
gcovr,
lcov,
debhelper-compat (= 13),
gettext,
googletest,
libgtest-dev,
pkgconf,
qtbase5-dev,
python3-dbusmock,
dbus,
Standards-Version: 4.7.0
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.
|