~ubuntu-branches/ubuntu/trusty/libqtdbustest/trusty-proposed

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
Source: libqtdbustest
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubunu-devel.discuss@lists.ubuntu.com>
Build-Depends: cmake,
               debhelper (>= 9),
               gettext,
               google-mock (>= 1.6.0+svn437),
               pkg-config,
               qtbase5-dev,
               valgrind,
               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.