[pkg-java] r17987 - trunk/electric/debian

Tony Mancill tmancill at moszumanska.debian.org
Sat Apr 5 21:34:10 UTC 2014


Author: tmancill
Date: 2014-04-05 21:34:10 +0000 (Sat, 05 Apr 2014)
New Revision: 17987

Modified:
   trunk/electric/debian/changelog
   trunk/electric/debian/control
Log:
add java6-runtime to binary depends

Modified: trunk/electric/debian/changelog
===================================================================
--- trunk/electric/debian/changelog	2014-04-05 10:29:22 UTC (rev 17986)
+++ trunk/electric/debian/changelog	2014-04-05 21:34:10 UTC (rev 17987)
@@ -11,7 +11,7 @@
       + scala, jython, libslf4j-java.
     - Use ${java:Depends} substvar.
     - Remove recommendation for libjava3d-java. It is a dependency now.
-    - Depend on default-jre | java7-runtime.
+    - Depend on default-jre | java7-runtime | java6-runtime.
   * electric.desktop: Add comment in German and Keywords.
   * Drop README.source since source format 3.0 uses quilt by default.
   * Drop TODO.Debian. Done.

Modified: trunk/electric/debian/control
===================================================================
--- trunk/electric/debian/control	2014-04-05 10:29:22 UTC (rev 17986)
+++ trunk/electric/debian/control	2014-04-05 21:34:10 UTC (rev 17987)
@@ -24,7 +24,7 @@
 Package: electric
 Architecture: all
 Depends:
- default-jre | java7-runtime,
+ default-jre | java7-runtime | java6-runtime,
  java-wrappers,
  ${java:Depends},
  ${misc:Depends}




More information about the pkg-java-commits mailing list