1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: mauve
Section: devel
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev
Standards-Version: 3.9.2
Homepage: http://sourceware.org/mauve/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mauve.git
Vcs-Git: git://anonscm.debian.org/pkg-java/mauve.git
Package: mauve
Architecture: all
Depends: default-jdk | java-sdk, ${misc:Depends}
Recommends: libecj-java
Description: free test suite for the Java Class libraries
Mauve is intended to test several different varieties of the
libraries. For instance, it will contain tests that are specific to
a particular JDK version. Tags in the test files help the test
framework decide which tests should or should not be run against a
given runtime.
|