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 (>= 10),
default-jdk,
default-jdk-doc,
javahelper (>=0.32~)
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjemmy2-java
Vcs-Browser: https://anonscm.debian.org/viewvc/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.
|