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
|
Source: junit
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Wolfgang Baer <WBaer@gmx.de>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-repo-helper (>= 1.5)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/junit.git
Vcs-Browser: https://salsa.debian.org/java-team/junit
Homepage: http://www.junit.org
Package: junit
Architecture: all
Depends: ${misc:Depends}
Recommends: default-jre-headless (>= 1:1.7) | java7-runtime-headless
Suggests: junit-doc
Enhances: ant-optional
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
Section: doc
Architecture: all
Depends: ${misc:Depends}
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.
|