Source: java-common Section: misc Priority: optional Maintainer: Debian Java Mailing List Uploaders: Stefan Gybas , Arnaud Vandyck , Michael Koch , Matthias Klose Build-Depends: debhelper (>= 5) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx Standards-Version: 3.8.1 Package: java-common Architecture: all Suggests: default-jre, equivs Description: Base of all Java packages This package must be installed in the system if a Java environment is desired. It covers useful information for Java users in Debian GNU/Linux, including: * The Java policy document which describes the layout of Java support in Debian and how Java packages should behave. * The Debian-Java-FAQ which provides information on the status of Java support in Debian, available compilers, virtual machines, Java programs and libraries as well as on legal issues. * Information on how to create dummy packages to fulfill java2 requirements. Package: default-jre Section: interpreters Architecture: any Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version} Suggests: default-jre Provides: ${jre:provides} Description: Standard Java or Java compatible Runtime This package points to the Java runtime, or Java compatible runtime recommended for the ${jre:arch} architecture, which is ${jdk} for ${jre:arch}. Package: default-jre-headless Section: interpreters Architecture: any Depends: ${jhl}${jre:version}, java-common Suggests: default-jre Provides: ${jhl:provides} Description: Standard Java or Java compatible Runtime (headless) This package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is ${jhl} for ${jre:arch}. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jdk Section: devel Architecture: any Depends: default-jre (= ${binary:Version}), ${jdk}${jdk:version} Provides: ${jdk:provides} Description: Standard Java or Java compatible Development Kit This package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is ${jdk} for ${jre:arch}. Package: default-jdk-builddep Section: devel Architecture: any Depends: default-jdk (= ${binary:Version}), ${jdk:builddep} Description: Standard Java or Java compatible build dependencies This package points to the build dependencies used to build packages requiring a Java or Java compatible Development Kit.