1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: junit
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Takashi Okamoto <tora@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends-Indep: debhelper (>= 4.1), kaffe (>= 1.1.1), jikes (>= 1:1.18-6), fastjar (>= 3.3.2), gjdoc (>= 0.7.2-2)
Standards-Version: 3.6.1
Package: junit
Architecture: all
Depends: kaffe | gij (>= 3.3) | java1-runtime | java2-runtime
Description: Automated testing framework for Java
JUnit is a simple framework for writing and running automated tests.
As a political gesture, it celebrates programmers testing their own
software.
Package: junit-doc
Architecture: all
Suggests: junit
Description: Document for JUnit
This package provide documents and examples for JUnit which is a simple
framework for writing and running automated tests.
|