File: control

package info (click to toggle)
java-access-bridge 1.26.2-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,400 kB
  • sloc: sh: 8,963; java: 5,228; makefile: 204; ansic: 10
file content (52 lines) | stat: -rw-r--r-- 1,923 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: java-access-bridge
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klose <doko@ubuntu.com>,
           Torsten Werner <twerner@debian.org>,
           Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: at-spi (>= 1.8),
               autotools-dev,
               cdbs (>= 0.4.93),
               debhelper (>= 8.1.3),
               gawk,
               libatspi-dev,
               libbonobo2-dev,
               libgtk2.0-dev,
               openjdk-6-jdk [linux-any] | openjdk-7-jdk [kfreebsd-any hurd-any],
               pkg-config,
               x11-utils
Build-Conflicts: dh-buildinfo
Standards-Version: 3.9.3
Homepage: http://live.gnome.org/Java%20Access%20Bridge
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-access-bridge
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-access-bridge/

Package: libaccess-bridge-java
Multi-Arch: foreign
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Recommends: libaccess-bridge-java-jni
Description: Java Access Bridge for GNOME
 This module contains the Java Access Bridge for GNOME,
 which connects the built-in accessibility support in
 Java Swing apps to the GNOME Accessibility framework,
 specifically the Assistive Technology Service Provider
 Interface (AT-SPI).

Package: libaccess-bridge-java-jni
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libaccess-bridge-java (>= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Java Access Bridge for GNOME (jni bindings)
 This module contains the Java Access Bridge for GNOME,
 which connects the built-in accessibility support in
 Java Swing apps to the GNOME Accessibility framework,
 specifically the Assistive Technology Service Provider
 Interface (AT-SPI).
 .
 This package contains the JNI bindings.