~3v1n0/autopilot/badwindow-errors-protect

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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
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),
               dh-python,
               dvipng,
               gir1.2-gconf-2.0,
               gir1.2-gtk-3.0,
               gir1.2-ibus-1.0,
               gir1.2-ubuntu-app-launch-2 | gir1.2-upstart-app-launch-2,
               graphviz,
               libjs-jquery,
               libjs-underscore,
               liblttng-ust-dev,
               python3-all-dev (>= 3.4),
               python3-dateutil,
               python3-dbus,
               python3-decorator,
               python3-evdev,
               python3-fixtures,
               python3-flake8,
               python3-gi,
               python3-junitxml,
               python3-pil,
               python3-psutil,
               python3-setuptools,
               python3-sphinx,
               python3-subunit,
               python3-testscenarios,
               python3-testtools,
               python3-xlib (>=0.14+20091101-1ubuntu3),
               sphinx-common,
               texlive-latex-extra,
Standards-Version: 3.9.5
Homepage: https://launchpad.net/autopilot
Vcs-bzr: https://code.launchpad.net/+branch/ubuntu/autopilot
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python3-autopilot
Architecture: all
Depends: gir1.2-ubuntu-app-launch-2 | gir1.2-upstart-app-launch-2,
         libjs-jquery,
         libjs-underscore,
         python3-dateutil,
         python3-dbus,
         python3-decorator,
         python3-fixtures,
         python3-gi,
         python3-junitxml,
         python3-pil,
         python3-psutil,
         python3-subunit,
         python3-testscenarios,
         python3-testtools,
         udev,
         ${misc:Depends},
         ${python3:Depends},
Recommends: gir1.2-gconf-2.0,
            gir1.2-glib-2.0,
            gir1.2-gtk-3.0,
            gir1.2-ibus-1.0,
            libautopilot-gtk (>= 1.4),
            libautopilot-qt (>= 1.4),
            python3-autopilot-trace,
            python3-evdev,
            python3-xlib (>=0.14+20091101-1ubuntu3),
            recordmydesktop,
            ubuntu-keyboard-data,
Breaks: libautopilot-gtk (<< 1.4),
        libautopilot-qt (<< 1.4),
Description: Utility to write and run integration tests easily (Python 3)
 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: python3-autopilot-trace
Architecture: any
Depends: python3-autopilot,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Support for tracing in autopilot (Python 3)
 This package contains the binary lttng trace point for tracing
 autopilot tests. This is useful when using autopilot to exercise
 an instrumented application.

Package: autopilot-touch
Architecture: all
Section: metapackages
Depends: autopilot-qt5,
         fbset,
         python3-autopilot,
         python3-evdev,
         qttestability-autopilot,
         ${misc:Depends},
Description: Autopilot support for the ubuntu Touch platform
 This metapackage exists to depend on the packages needed to install and use
 autopilot on the Ubuntu Touch platform.

Package: autopilot-desktop
Architecture: all
Section: metapackages
Depends: at-spi2-core,
         bamfdaemon,
         gir1.2-gconf-2.0,
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         python3-autopilot,
         python3-xlib (>=0.14+20091101-1ubuntu3),
         ${misc:Depends},
Recommends: python3-autopilot-vis,
            python3-evdev,
Description: Autopilot support for the ubuntu Desktop platform
 This metapackage exists to depend on the packages needed to install and use
 autopilot on the Ubuntu Desktop platform.

Package: python3-autopilot-vis
Architecture: all
Depends: gnome-icon-theme,
         python3-autopilot,
         python3-dbus,
         python3-dbus.mainloop.qt,
         python3-pyqt4,
         ${misc:Depends},
         ${python3:Depends},
Recommends: python3-lxml,
Description: visualisation application for Autopilot (Python 3)
 The Autopilot vis tool allows you to inspect an application introspection
 tree. It is a useful tool for test authors, but not required to run autopilot
 tests.

Package: python3-autopilot-tests
Architecture: all
Depends: libautopilot-gtk (>= 1.4),
         libautopilot-qt (>= 1.4),
         python-windowmocker,
         python3-autopilot,
         python3-dateutil,
         python3-dbus.mainloop.qt,
         python3-evdev,
         python3-pyqt4,
         qmlscene,
         recordmydesktop,
         ${misc:Depends},
         ${python3:Depends},
Description: Tests for the autopilot functional test tool. (Python 3)
 This package contains tests for the python3-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.