File: control

package info (click to toggle)
libjemmy2-java 2.3.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,888 kB
  • sloc: java: 30,822; xml: 551; sh: 15; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 1,294 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
Source: libjemmy2-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 default-jdk-doc,
 javahelper (>=0.32~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/libjemmy2-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libjemmy2-java
Homepage: http://java.net/projects/jemmy

Package: libjemmy2-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends:
 ${java:Recommends}
Description: Java library for automated Java GUI testing
 Jemmy is a Java library that is used to create automated tests for
 Java GUI applications. It contains methods to reproduce all user
 actions which can be performed on Swing/AWT components.

Package: libjemmy2-java-doc
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends:
 ${java:Recommends}
Section: doc
Description: Java library for automated Java GUI testing (documentation)
 Jemmy is a Java library that is used to create automated tests for
 Java GUI applications. It contains methods to reproduce all user
 actions which can be performed on Swing/AWT components.
 .
 This package provides the documentation.