r2289 - trunk/eclipse/debian

Michael Koch mkoch at costa.debian.org
Sat Jul 29 14:18:07 UTC 2006


Author: mkoch
Date: 2006-07-29 14:18:06 +0000 (Sat, 29 Jul 2006)
New Revision: 2289

Modified:
   trunk/eclipse/debian/changelog
   trunk/eclipse/debian/control
   trunk/eclipse/debian/control.in
Log:
* debian/control.in: eclipse-efj: Removed Recommends on java-gcj-compat. It
  is listed in Depends too.


Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog	2006-07-19 10:46:53 UTC (rev 2288)
+++ trunk/eclipse/debian/changelog	2006-07-29 14:18:06 UTC (rev 2289)
@@ -8,19 +8,21 @@
     libswt3.1-gtk-jni: Make dependencies on GNOME and Mozilla a Recommends.
     Closes: #361696, #368705.
   * debian/control.in: eclipse-platform-common: Added Depends on
-    java2-runtime. Closes: #369415.
+    java2-runtime. Closes: #369415, #380170.
   * debian/control.in: eclipse-jdt-common: Don't Depends on eclipse-jdt.
     Closes: #375908.
   * debian/control.in: libswt3.1-gtk-jni: Don't Depends on libswt3.1-gtk-java.
     Closes: #375870.
   * debian/extra/java_home: Added path for SUN JDK from non-free. Thanks to
     Tom Marble. Closes: #368583, #369194, #369950.
+  * debian/control.in: eclipse-efj: Removed Recommends on java-gcj-compat. It
+    is listed in Depends too.
 
   [ Stephan Michels ]
   * debian/extra/ecj-gcj.1, debian/extra/ecj-java.1: Revised.
   * debian/extra/efj.1, debian/eclipse-efj.manpages: New manpage for efj.
 
- -- Michael Koch <konqueror at gmx.de>  Tue, 11 Jul 2006 08:11:09 +0000
+ -- Michael Koch <konqueror at gmx.de>  Sat, 29 Jul 2006 14:15:36 +0000
 
 eclipse (3.1.2-2) unstable; urgency=low
 

Modified: trunk/eclipse/debian/control
===================================================================
--- trunk/eclipse/debian/control	2006-07-19 10:46:53 UTC (rev 2288)
+++ trunk/eclipse/debian/control	2006-07-29 14:18:06 UTC (rev 2289)
@@ -291,7 +291,7 @@
 Package: eclipse-efj
 Architecture: any
 Depends: java-runtime, java-gcj-compat | java-virtual-machine, java-common (>= 0.22), eclipse-jdt (= ${Source-Version})
-Recommends: ant-optional (>= 1.6.5-3), java-gcj-compat
+Recommends: ant-optional (>= 1.6.5-3)
 Description: Eclipse Java code formatter
  This package provides a script to launch the Eclipse JDT code formatter
  from outside of Eclipse. Use this utility to format your code from a shell.

Modified: trunk/eclipse/debian/control.in
===================================================================
--- trunk/eclipse/debian/control.in	2006-07-19 10:46:53 UTC (rev 2288)
+++ trunk/eclipse/debian/control.in	2006-07-29 14:18:06 UTC (rev 2289)
@@ -291,7 +291,7 @@
 Package: eclipse-efj
 Architecture: any
 Depends: java-runtime, java-gcj-compat | java-virtual-machine, java-common (>= 0.22), eclipse-jdt (= ${Source-Version})
-Recommends: @ANT_DEP@, java-gcj-compat
+Recommends: @ANT_DEP@
 Description: Eclipse Java code formatter
  This package provides a script to launch the Eclipse JDT code formatter
  from outside of Eclipse. Use this utility to format your code from a shell.




More information about the pkg-java-commits mailing list