[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 23b48afc69d3e98b033192223f80dfdc8b356b21

Niels Thykier nthykier-guest at alioth.debian.org
Thu Nov 26 23:29:28 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  23b48afc69d3e98b033192223f80dfdc8b356b21 (commit)
      from  da4457f62ac3004fdf03e2a62ad702f59356d0ad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 23b48afc69d3e98b033192223f80dfdc8b356b21
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Nov 27 00:29:22 2009 +0100

    Corrected Depends and added java alternatives.

-----------------------------------------------------------------------

Summary of changes:
 debian/control |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 0f1b235..025c10c 100644
--- a/debian/control
+++ b/debian/control
@@ -62,7 +62,8 @@ Description: Extensible Tool Platform and Java IDE
 Package: eclipse-jdt
 Architecture: any
 Depends: ant-optional,
-         default-jre | java1-runtime | java2-runtime,
+         default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          eclipse-platform (= ${binary:Version}),
          eclipse-plugin-cvs (= ${binary:Version}),
          ${misc:Depends}
@@ -81,7 +82,8 @@ Description: Eclipse Java Development Tools (JDT)
 
 Package: eclipse-pde
 Architecture: any
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          eclipse-jdt (= ${binary:Version}),
          eclipse-platform (= ${binary:Version}),
          ${misc:Depends}
@@ -97,10 +99,13 @@ Description: Eclipse Plug-in Development Environment (PDE)
 
 Package: eclipse-platform
 Architecture: any
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          eclipse-platform-data (>= ${source:Version}),
          eclipse-rcp (= ${binary:Version}),
          java-common (>= 0.23),
+         libcommons-el-java (>= 1.0-5),
+         libservlet2.4-java (>= 5.0.30-9)),
          libswt-gtk-3.5-java (= ${binary:Version}),
          xulrunner-1.9.1,
          ${misc:Depends},
@@ -158,7 +163,8 @@ Description: Eclipse platform without plug-ins to develop any language (data)
 Package: eclipse-plugin-cvs
 Architecture: any
 Depends: cvs (>= 1.12.13-8),
-         default-jre | java1-runtime | java2-runtime,
+         default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          eclipse-platform (= ${binary:Version}),
          ${misc:Depends}
 Description: Eclipse Team Integration (CVS support)
@@ -173,7 +179,8 @@ Description: Eclipse Team Integration (CVS support)
 
 Package: eclipse-rcp
 Architecture: any
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          libequinox-osgi-java (= ${source:Version}),
          libswt-gtk-3.5-java (= ${binary:Version}),
          ${shlibs:Depends},
@@ -198,7 +205,8 @@ Description: Eclipse Rich Client Platform (RCP)
 
 Package: libequinox-osgi-java
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          ${misc:Depends}
 Conflicts: eclipse-rcp (<< 3.5.1-0ubuntu3)
 Description: Equinox OSGi framework
@@ -213,7 +221,8 @@ Description: Equinox OSGi framework
 
 Package: libswt-gtk-3.5-java
 Architecture: any
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          java-common (>= 0.23),
          libswt-gtk-3.5-jni (= ${binary:Version}),
          ${misc:Depends}
@@ -239,7 +248,8 @@ Description: Standard Widget Toolkit for Java, GTK+ version
 
 Package: libswt-gtk-3.5-jni
 Architecture: any
-Depends: default-jre | java1-runtime | java2-runtime,
+Depends: default-jre | java1-runtime | java2-runtime |
+         java5-runtime | java6-runtime,
          ${shlibs:Depends},
          ${misc:Depends}
 Recommends: ${shlibs:Recommends}


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list