File: control.in

package info (click to toggle)
accerciser 1.2.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,340 kB
  • ctags: 756
  • sloc: python: 8,208; xml: 2,978; sh: 826; makefile: 234
file content (36 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download
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
Source: accerciser
Section: gnome
Priority: extra
Maintainer: Mario Lang <mlang@debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs (>= 0.2.11),
               debhelper (>= 5),
               gnome-pkg-tools (>= 0.10),
               pkg-config,
               gnome-doc-utils,
               scrollkeeper,
               libxml-parser-perl,
               python-support,
               python-gnome2,
               python-glade2,
               python-gnome2-desktop,
               at-spi
Standards-Version: 3.7.3

Package: accerciser
Section: gnome
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-pyatspi,
         python-gtk2 (>= 2.10),
         python-glade2,
         python-gnome2 (>= 2.12),
         python-gnome2-desktop,
         ipython
Description: an interactive Python accessibility explorer for the GNOME desktop
 It uses AT-SPI to inspect and control widgets, allowing you to check if
 an application is providing correct information to assistive technologies
 and automated test frameworks. Accerciser has a simple plugin framework which
 you can use to create custom views of accessibility information.