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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-11-28 10:03:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131128100359-vuycoolhvcyaolq4
Tags: 0.2+14.04.20131128.1-0ubuntu1
[ Pete Woods ]
* Add qdbus-simple-test-runner binary.
* Support running libqtdbustest inside a parent instance.
* Add environment variable to allow child process output printing

[ Ubuntu daily release ]
* Automatic snapshot from revision 27

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
Depends: dbus,
26
26
         ${misc:Depends},
27
27
         ${shlibs:Depends},
28
 
Description: Library for testing DBus interations using Qt
 
28
Description: Library for testing DBus interactions using Qt
29
29
 A simple library for testing Qt based DBus services and clients.
30
30
 .
31
31
 This package contains the shared libraries.
36
36
Multi-Arch: same
37
37
Depends: libqtdbustest1 (= ${binary:Version}),
38
38
         ${misc:Depends},
39
 
Description: Library for testing DBus interations using Qt
 
39
Description: Library for testing DBus interactions using Qt
40
40
 A simple library for testing Qt based DBus services and clients.
41
41
 .
42
 
 This package contains files that are needed to build.
 
 
b'\\ No newline at end of file'
 
42
 This package contains files that are needed to build.
 
43
 
 
44
Package: qtdbustest-runner
 
45
Architecture: any
 
46
Depends: libqtdbustest1 (= ${binary:Version}),
 
47
         ${shlibs:Depends},
 
48
         ${misc:Depends},
 
49
         gvfs-backends,
 
50
Description: Library for testing DBus interactions using Qt
 
51
 Simple executable for running a test script under a private
 
52
 DBus environment.