~veebers/autopilot/fix_1178014

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
64
65
66
67
68
69
70
71
72
73
74
Source: autopilot
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Thomi Richards <thomi.richards@canonical.com>
Build-Depends: debhelper (>= 9.0.0),
               gir1.2-ibus-1.0,
               gir1.2-gconf-2.0,
               gir1.2-gtk-2.0,
               python (>= 2.6),
               python-dbus,
               python-debian,
               python-setuptools,
               python-sphinx,
               python-testtools,
               python-testscenarios,
               python-xlib,
               python-zeitgeist,
Standards-Version: 3.9.3
Homepage: https://launchpad.net/autopilot
Vcs-bzr: https://code.launchpad.net/+branch/ubuntu/autopilot

Package: python-autopilot
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         gir1.2-gconf-2.0,
         gir1.2-glib-2.0,
         gir1.2-gtk-2.0,
         gir1.2-ibus-1.0,
         python-dbus,
         python-junitxml,
         python-qt4,
         python-qt4-dbus,
         python-testscenarios,
         python-testtools,
         python-xdg,
         python-xlib,
         python-zeitgeist,
Recommends: libautopilot-gtk (>= 1.3),
            libautopilot-qt (>= 1.3),
Description: Utility to write and run integration tests easily
 The autopilot engine enables to ease the writing of python tests
 for your application manipulating your inputs like the mouse and
 keyboard. It also provides a lot of utilities linked to the X server
 and detecting applications.

Package: python-autopilot-vis
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-autopilot,
         python-dbus,
         python-qt4,
         python-qt4-dbus,
Description: The visualisation application for Autopilot.
 The Autopilot vis tool allows you to inspect an application introspectioin
 tree. It is a useful tool for test authors, but not required to run autopilot
 tests.

Package: python-autopilot-tests
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-autopilot,
         libautopilot-qt,
         python-windowmocker,
Description: Tests for the autopilot functional test tool.
 This package contains tests for the python-autopilot package.
 You can use this package to verify that autopilot is functioning
 correctly, or to copy the techniques used in the autopilot tests
 themselves.