This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit f982c65db6053d5c9b1798564354ec9d9cb54bbc Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 1 23:11:49 2015 +0200 Mentioned the virtual packages java{5,6,7,8}-runtime(-headless)? --- debian/changelog | 1 + policy.xml | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index d9bfb64..2b08c23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ java-common (0.53) UNRELEASED; urgency=medium - Programs must depend on the needed runtime environment, but not the libraries (Closes: #730133) - Replaced 'java' with 'Java' when referring to the language + - Mentioned the virtual packages java{5,6,7,8}-runtime(-headless)? * Removed Niels Thykier from the uploaders (Closes: #770579) * Changed the maintainer from 'Debian Java Mailing List' to 'Debian Java Maintainers' diff --git a/policy.xml b/policy.xml index e59b47a..8a51ee5 100644 --- a/policy.xml +++ b/policy.xml @@ -8,6 +8,14 @@ <!ENTITY should "<emphasis>should</emphasis>"> <!ENTITY j1r "<emphasis>java1-runtime</emphasis>"> <!ENTITY j2r "<emphasis>java2-runtime</emphasis>"> +<!ENTITY j5r "<emphasis>java5-runtime</emphasis>"> +<!ENTITY j5rh "<emphasis>java5-runtime-headless</emphasis>"> +<!ENTITY j6r "<emphasis>java6-runtime</emphasis>"> +<!ENTITY j6rh "<emphasis>java6-runtime-headless</emphasis>"> +<!ENTITY j7r "<emphasis>java7-runtime</emphasis>"> +<!ENTITY j7rh "<emphasis>java7-runtime-headless</emphasis>"> +<!ENTITY j8r "<emphasis>java8-runtime</emphasis>"> +<!ENTITY j8rh "<emphasis>java8-runtime-headless</emphasis>"> <!ENTITY d-jdk "<emphasis>default-jdk</emphasis>"> <!ENTITY d-jre "<emphasis>default-jre</emphasis>"> <!ENTITY d-jre-h "<emphasis>default-jre-headless</emphasis>"> @@ -123,7 +131,8 @@ <title>Policy</title> <para> - Virtual packages are created: &j1r; and &j2r;. + Virtual packages are created: &j1r;, &j2r;, &j5r;, &j5rh;, &j6r;, &j6rh;, + &j7r;, &j7rh;, &j8r; and &j8rh;. </para> <para> @@ -155,9 +164,9 @@ <para> Java virtual machines &must; depend on java-common. They can also - provide the runtime environment that the package contains (&j1r; - and/or &j2r;). If it does not provide the files itself it &must; - depend on the needed runtime environment. + provide the runtime environment that the package supports (&j1r;, + &j2r;, &j8r;, &j8rh;, etc). If it does not provide the files itself + it &must; depend on the needed runtime environment. </para> <para> @@ -165,6 +174,7 @@ for the name 'java' if they are command-line compatible with the Oracle's java program. </para> + <para> They &should; have a CLASSPATH predefined which include the needed runtime environment. @@ -247,8 +257,10 @@ </para> <para> - Programs &must; depend on the needed runtime environment (&d-jre; and/or - &d-jre-h; if need a GUI or not). + Programs &must; depend on the needed runtime environment (&d-jre; or + &d-jre-h; if need a GUI or not, and <emphasis>java<N>-runtime</emphasis> + or <emphasis>java<N>-runtime-headless</emphasis> as provided + by alternative Java environments). </para> <para> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

