1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
|
Source: eclipse
Section: devel
Priority: optional
Maintainer: Debian Orbital Alignment Team <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>,
Benjamin Drung <bdrung@ubuntu.com>,
Adrian Perez <adrianperez-deb@ubuntu.com>,
Adnan Hodzic <adnan@foolcontrol.org>
Build-Depends: ant (>= 1.7.1),
ant-optional,
debhelper (>= 7.0.50~),
default-jdk,
docbook2x,
junit (>= 3.8.2-4),
junit4 (>= 4.7-3),
libasm3-java (>= 3.2-3),
libatk1.0-dev,
libcairo2-dev,
libcommons-codec-java (>= 1.4-2),
libcommons-el-java (>= 1.0-5),
libcommons-httpclient-java (>= 3.1-9),
libcommons-logging-java (>= 1.1.1-6),
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
libgnome-vfsmm-2.6-dev,
libgnomeui-dev,
libgtk2.0-dev,
libhamcrest-java (>= 1.1-8~),
libicu4j-java (>= 4.0.1.1),
libjasper-java,
libjetty-java (>= 6.1.24-4~),
libjsch-java (>= 0.1.37-3),
liblucene2-java (>= 2.9.2+ds1),
liblucene2-java (<< 2.9.3),
libpango1.0-dev,
libservlet2.5-java (>= 6.0.20-8),
libxt-dev,
libxtst-dev,
lsb-release,
maven-ant-helper,
maven-repo-helper,
pkg-config,
sat4j (>= 2.2.0-3~),
sat4j (<< 2.2.1),
unzip,
xulrunner-dev (>= 1.9.1.3-2),
zip
Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse.git
Homepage: http://www.eclipse.org/
Package: eclipse
Architecture: all
Depends: eclipse-jdt (>= ${source:Version}),
eclipse-pde (>= ${source:Version}),
${misc:Depends}
Description: Extensible Tool Platform and Java IDE
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package provides the whole Eclipse SDK, along with the Java Development
Tools (JDT) and the Plugin Development Environment (PDE). Please note that
many plugins will fail to install if you don't have the eclipse-pde package
installed.
Package: eclipse-jdt
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-platform (= ${binary:Version}),
eclipse-plugin-cvs (= ${binary:Version}),
junit (>= 3.8.2-4),
junit4 (>= 4.7-3),
libhamcrest-java (>= 1.1-8~),
${misc:Depends}
Recommends: default-jdk | sun-java6-jdk
Suggests: eclipse
Replaces: eclipse-jdt-gcj
Description: Eclipse Java Development Tools (JDT)
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package includes only the Java Development Tools, which are plug-ins to
develop Java applications within Eclipse. It includes a complete and powerful
Java IDE along with several editors, a refactoring engine, Ant and JUnit
integration, debugger, and many more features.
.
Please note that many plugins will fail to install if you don't have the
eclipse-pde package installed.
Package: eclipse-pde
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-jdt (= ${binary:Version}),
eclipse-platform (= ${binary:Version}),
libasm3-java (>= 3.2-3),
${misc:Depends}
Suggests: eclipse
Replaces: eclipse-pde-gcj
Description: Eclipse Plug-in Development Environment (PDE)
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package provides tools for easy development of plug-ins for Eclipse.
.
Please note that many plugins will fail to install if you don't have the
eclipse-pde package installed.
Package: eclipse-platform
Architecture: any
Depends: ant (>= 1.7.1),
ant-optional,
default-jre | java5-runtime | java6-runtime,
eclipse-platform-data (>= ${source:Version}),
eclipse-rcp (= ${binary:Version}),
java-common (>= 0.23),
libcommons-codec-java (>= 1.4-2),
libcommons-el-java (>= 1.0-5),
libcommons-httpclient-java (>= 3.1-9),
libcommons-logging-java (>= 1.1.1-6),
libjasper-java,
libjetty-java (>= 6.1.24-4~),
libjsch-java (>= 0.1.37-3),
liblucene2-java (>= 2.9.2+ds1),
liblucene2-java (<< 2.9.3),
libservlet2.5-java (>= 6.0.20-8),
sat4j (>= 2.2.0-3~),
sat4j (<< 2.2.1),
${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Recommends: eclipse-pde
Replaces: eclipse-jdt (<< 3.5.1+repack~3),
eclipse-platform-common,
eclipse-platform-gcj,
eclipse-source (<= 3.1.1-3),
libeclipse-jni
Breaks: eclipse-source (<= 3.1.1-3)
Conflicts: eclipse-platform-common,
libeclipse-jni,
eclipse-platform-nls,
eclipse-common-nls
Suggests: eclipse-jdt
Description: Eclipse platform without plug-ins to develop any language
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package provides only the Eclipse Platform. It does not include any
development plug-ins. These are available in different packages:
.
* eclipse-jdt Java Development Tools
* eclipse-pde Plug-in Development Tools
* eclipse Complete development environment
.
This package is the base for all eclipse plug-ins. Please note that many
plugins will fail to install if you don't have the eclipse-pde package
installed.
Package: eclipse-platform-data
Architecture: all
Depends: ${misc:Depends}
Replaces: eclipse (<< 3.5.2),
eclipse-platform (<< 3.5.2-4),
eclipse-platform-gcj
Description: Eclipse platform without plug-ins to develop any language (data)
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package provides only the Eclipse Platform. It does not include any
development plug-ins. These are available in different packages:
.
* eclipse-jdt Java Development Tools
* eclipse-pde Plug-in Development Tools
* eclipse Complete development environment
.
This package is the base for all eclipse plug-ins.
.
This package contains the architecture-independent data files.
Package: eclipse-plugin-cvs
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
eclipse-platform (= ${binary:Version}),
${misc:Depends}
Replaces: eclipse-cvs
Description: Eclipse Team Integration (CVS support)
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package provides CVS support for Source Code Management to the
Eclipse Team Integration component.
Package: eclipse-rcp
Architecture: any
Depends: default-jre | java5-runtime | java6-runtime,
libequinox-osgi-java (= ${source:Version}),
libicu4j-java (>= 4.0.1.1),
${shlibs:Depends},
${misc:Depends}
Recommends: ${shlibs:Recommends}
Suggests: eclipse
Replaces: eclipse-rcp-gcj,
libswt3.2-gtk-java,
libswt3.2-gtk-gcj,
libswt3.2-gtk-jni,
libswt-gtk-3.4-java,
libswt-gtk-3.4-jni,
libswt-gtk-3.5-jni (<< 3.5.1+repack)
Description: Eclipse Rich Client Platform (RCP)
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package includes only the Eclipse Rich Client Platform (RCP), which is
the basis upon other Eclipse-based applications are built. It does not
include any development plug-ins. These are available on different packages:
.
* eclipse-jdt Java Development Tools
* eclipse-pde Plug-in Development Tools
* eclipse Complete development environment
.
This package is the basis for all Eclipse applications.
Package: libequinox-osgi-java
Architecture: all
Section: java
Depends: ${misc:Depends}
Recommends: libservlet2.5-java
Breaks: eclipse-rcp (<< 3.5.1-0ubuntu3)
Replaces: eclipse-platform-gcj,
eclipse-rcp-gcj
Description: Equinox OSGi framework
The Eclipse Platform is an open and extensible platform for anything and yet
nothing in particular. It provides a foundation for constructing and running
integrated software-development tools. The Eclipse Platform allows tool
builders to independently develop tools that integrate with other people's
tools so seamlessly you can't tell where one tool ends and another starts.
.
This package includes only the Eclipse Equinox OSGi framework, which can
be used outside Eclipse.
|