Source: libqtdbustest
Section: devel
Priority: optional
Maintainer: UBports Developers <developers@ubports.com>
Build-Depends: cmake,
               cmake-extras (>= 0.10),
               debhelper-compat (= 13),
               gcovr,
               gettext,
               googletest,
               libgtest-dev,
               lcov,
               pkg-config,
               qtbase5-dev,
               python3-dbusmock,
               dbus,
Standards-Version: 3.9.4
Homepage: https://gitlab.com/ubports/development/core/libqtdbustest
Vcs-Git: https://gitlab.com/ubports/development/core/libqtdbustest.git
Vcs-Browser: https://gitlab.com/ubports/development/core/libqtdbustest

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
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.
