| Index: src/platform/autox/debian/control
|
| diff --git a/src/platform/autox/debian/control b/src/platform/autox/debian/control
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cf5cab7457e86e485b4f288c65826d88a0a20745
|
| --- /dev/null
|
| +++ b/src/platform/autox/debian/control
|
| @@ -0,0 +1,13 @@
|
| +Source: chromeos-autox
|
| +Section: unknown
|
| +Priority: extra
|
| +Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com>
|
| +Build-Depends: debhelper (>= 7.3.0), dh-chromeos, libx11-dev, libxtst-dev, libpcre3-dev
|
| +Standards-Version: 3.8.0
|
| +
|
| +Package: chromeos-autox
|
| +Architecture: any
|
| +Depends: ${shlibs:Depends}
|
| +Description: Automate interaction with X11 apps
|
| + This program reads a script containing a list of input events and injects
|
| + them into an X server using the XTEST extension.
|
|
|