diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-06-05 13:22:23 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-06-05 13:22:23 +0000 |
commit | 4ecc5518caa4b08266b31b3638d54ac0ac9bb205 (patch) | |
tree | d71c926c25444a9ecac4192b7668f14f0e4ffb8a | |
parent | ec82a48888596fbcc7486c2df6de55861b69681a (diff) | |
download | java-common-4ecc5518caa4b08266b31b3638d54ac0ac9bb205.tar.gz |
Also recommend default-jre & default-jre-headless for Java libraries
-rw-r--r-- | policy.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -236,12 +236,17 @@ <sect1 id="policy-libraries"> <title>Java libraries</title> - + <para> Libraries are not separated between developers (-dev) and users versions, since this is meaningless in Java. </para> - + + <para> + Libraries &must; depend on the needed runtime environment (&d-jre; and/or &d-jre-h; if need a GUI or not). + </para> + + <para> Java libraries packages &must; be named libXXX[version]-java (without the brackets), where the version part is optional and &should; |