[pkg-java] r18093 - trunk/commons-javaflow/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Apr 28 15:22:30 UTC 2014


Author: ebourg-guest
Date: 2014-04-28 15:22:30 +0000 (Mon, 28 Apr 2014)
New Revision: 18093

Modified:
   trunk/commons-javaflow/debian/changelog
   trunk/commons-javaflow/debian/control
Log:
Removed the dependency on the Java runtime



Modified: trunk/commons-javaflow/debian/changelog
===================================================================
--- trunk/commons-javaflow/debian/changelog	2014-04-28 15:19:51 UTC (rev 18092)
+++ trunk/commons-javaflow/debian/changelog	2014-04-28 15:22:30 UTC (rev 18093)
@@ -2,6 +2,7 @@
 
   * Team upload.
   * debian/control:
+    - Removed the dependency on the Java runtime
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9

Modified: trunk/commons-javaflow/debian/control
===================================================================
--- trunk/commons-javaflow/debian/control	2014-04-28 15:19:51 UTC (rev 18092)
+++ trunk/commons-javaflow/debian/control	2014-04-28 15:22:30 UTC (rev 18093)
@@ -13,7 +13,7 @@
 
 Package: libcommons-javaflow-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel-java
+Depends: ${misc:Depends}, libcommons-logging-java, libcommons-jci-java, libbcel-java
 Description: Java implementation of Continuations concept
  Commons Javaflow is a pure Java implementation of the Continuations concept.
  .




More information about the pkg-java-commits mailing list