[pkg-java] r16819 - trunk/java-common

Sylvestre Ledru sylvestre at alioth.debian.org
Wed Jun 5 13:22:23 UTC 2013


Author: sylvestre
Date: 2013-06-05 13:22:23 +0000 (Wed, 05 Jun 2013)
New Revision: 16819

Modified:
   trunk/java-common/policy.xml
Log:
Also recommend default-jre & default-jre-headless for Java libraries

Modified: trunk/java-common/policy.xml
===================================================================
--- trunk/java-common/policy.xml	2013-06-05 13:17:29 UTC (rev 16818)
+++ trunk/java-common/policy.xml	2013-06-05 13:22:23 UTC (rev 16819)
@@ -236,13 +236,18 @@
     
     <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;
 	only contain the necessary part. The version part &should; only be




More information about the pkg-java-commits mailing list