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
|
Source: jetty
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Thierry Carrez <thierry.carrez@ubuntu.com>,
Ludovic Claude <ludovic.claude@laposte.net>, Torsten Werner <twerner@debian.org>,
Niels Thykier <niels@thykier.net>, Pablo Duboue <pablo.duboue@gmail.com>
Build-Depends: debhelper (>= 9), cdbs (>> 0.4.5.3), default-jdk, ant-optional, maven-repo-helper,
libservlet2.5-java, libslf4j-java, libmx4j-java, libmail-java,
libcommons-daemon-java, junit, libgeronimo-jta-1.0.1b-spec-java,
libtomcat7-java, default-jdk-doc, libmail-java-doc, libservlet2.5-java-doc,
dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jetty
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jetty
Homepage: http://jetty.mortbay.com
Package: libjetty-java
Architecture: all
Depends: ${misc:Depends}, libservlet2.5-java, libslf4j-java
Suggests: jetty, libjetty-java-doc
Description: Java servlet engine and webserver -- core libraries
Jetty is an Open Source HTTP Servlet Server written in 100% Java.
It is designed to be light weight, high performance, embeddable,
extensible and flexible, thus making it an ideal platform for serving
dynamic HTTP requests from any Java application.
Package: libjetty-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: default-jdk-doc, libmail-java-doc, libservlet2.5-java-doc
Suggests: libjetty-java
Description: Javadoc for the Jetty API
Jetty is an Open Source HTTP Servlet Server written in 100% Java.
It is designed to be light weight, high performance, embeddable,
extensible and flexible, thus making it an ideal platform for serving
dynamic HTTP requests from any Java application.
.
This package contains the Javadoc for libjetty-java.
Package: libjetty-extra-java
Architecture: all
Depends: ${misc:Depends}, libjetty-java (>= ${source:Version}), libmx4j-java,
libmail-java, ant, libslf4j-java, libxerces2-java,
libtomcat7-java, libgeronimo-jta-1.0.1b-spec-java
Recommends: libjetty-extra
Suggests: jetty
Description: Java servlet engine and webserver -- extra libraries
Jetty is an Open Source HTTP Servlet Server written in 100% Java.
It is designed to be light weight, high performance, embeddable,
extensible and flexible, thus making it an ideal platform for serving
dynamic HTTP requests from any Java application.
The extra libraries include jetty-management, jetty-naming,
jetty-servlet-tester, jetty-ajp, jetty-java5-threadpool,
jetty-client, jetty-rewrite-handler, jetty-plus, jetty-annotations
Package: libjetty-extra
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libjetty-extra-java (>= ${source:Version})
Conflicts: libjetty-setuid-java
Suggests: jetty
Description: Java servlet engine and webserver -- extra libraries
Jetty is an Open Source HTTP Servlet Server written in 100% Java.
It is designed to be light weight, high performance, embeddable,
extensible and flexible, thus making it an ideal platform for serving
dynamic HTTP requests from any Java application.
This package contains the platform-dependent libraries used by Jetty.
Currently it contains libsetuid.so which can be used to start Jetty as root
so that privileged ports may be accessed and then switched to a non-root
user for security.
#Package: jetty
#Architecture: all
#Depends: ${misc:Depends}, libjetty-java (>= ${source:Version}),
# adduser, jsvc, apache2-utils, default-jre-headless | java5-runtime-headless
#Suggests: libjetty-extra-java (>= ${source:Version}), libjetty-extra (>= ${source:Version}),
# libjetty-java-doc (>= ${source:Version})
#Description: Java servlet engine and webserver
# Jetty is an Open Source HTTP Servlet Server written in 100% Java.
# It is designed to be light weight, high performance, embeddable,
# extensible and flexible, thus making it an ideal platform for serving
# dynamic HTTP requests from any Java application.
|