File: control

package info (click to toggle)
libjemmy2-java 2.3.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,912 kB
  • ctags: 6,161
  • sloc: java: 30,822; xml: 551; sh: 15; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,317 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
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: debhelper (>= 7.0.50~), javahelper (>=0.32~) 
Build-Depends-Indep: default-jdk, default-jdk-doc, ant
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjemmy2-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/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.