[pkg-java] r18256 - in trunk/java-common: . debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 15 13:18:37 UTC 2014
Author: ebourg-guest
Date: 2014-07-15 13:18:37 +0000 (Tue, 15 Jul 2014)
New Revision: 18256
Modified:
trunk/java-common/debian/changelog
trunk/java-common/policy.xml
Log:
Programs must depend on the needed runtime environment, but not the libraries
Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog 2014-07-15 10:14:35 UTC (rev 18255)
+++ trunk/java-common/debian/changelog 2014-07-15 13:18:37 UTC (rev 18256)
@@ -1,3 +1,12 @@
+java-common (0.53) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Policy changes:
+ - Programs must depend on the needed runtime environment, but not
+ the libraries (Closes: #730133)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 15 Jul 2014 15:15:36 +0200
+
java-common (0.52) unstable; urgency=medium
* Team upload.
Modified: trunk/java-common/policy.xml
===================================================================
--- trunk/java-common/policy.xml 2014-07-15 10:14:35 UTC (rev 18255)
+++ trunk/java-common/policy.xml 2014-07-15 13:18:37 UTC (rev 18256)
@@ -189,7 +189,7 @@
<title>Building Java packages</title>
<para>
- Since it is common for Java source tarball to ship jar files of thirdparty
+ Since it is common for Java source tarball to ship jar files of third party
libraries, creating a repack script to remove them from the upstream tarball
is mandatory.
</para>
@@ -247,6 +247,11 @@
</para>
<para>
+ Programs &must; depend on the needed runtime environment (&d-jre; and/or
+ &d-jre-h; if need a GUI or not).
+ </para>
+
+ <para>
There is no naming rules for programs, they are ordinary programs,
from the user point of view.
</para>
@@ -261,7 +266,7 @@
</para>
<para>
- Libraries &must; depend on the needed runtime environment (&d-jre; and/or &d-jre-h; if need a GUI or not).
+ Libraries &must; not depend on a Java runtime.
</para>
<para>
More information about the pkg-java-commits
mailing list