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
|
Source: tomcat6
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>,
Ludovic Claude <ludovic.claude@laposte.net>,
Damien Raude-Morvan <drazzib@debian.org>,
Miguel Landaeta <miguel@miguel.cc>,
tony mancill <tmancill@debian.org>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends: default-jdk, ant-optional, debhelper (>= 9), po-debconf
Build-Depends-Indep: maven-repo-helper (>> 1.0.1), libecj-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/tomcat6.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/tomcat6.git
Homepage: http://tomcat.apache.org
#Package: tomcat6-common
#Architecture: all
#Depends: libtomcat6-java (>= ${source:Version}), ${misc:Depends},
# default-jre-headless | java7-runtime-headless | java7-runtime | java6-runtime-headless | java6-runtime | java5-runtime
#Description: Servlet and JSP engine -- common files
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains common files needed by the tomcat6 and tomcat6-user
# packages (Tomcat 6 scripts and libraries).
#Package: tomcat6
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), ucf,
# adduser, ${misc:Depends}
#Recommends: authbind
#Suggests: tomcat6-docs (>= ${source:Version}),
# tomcat6-admin (>= ${source:Version}),
# tomcat6-examples (>= ${source:Version}),
# tomcat6-user (>= ${source:Version}),
# libtcnative-1 (>= 1.1.30)
#Description: Servlet and JSP engine
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains only the startup scripts for the system-wide daemon.
# No documentation or web applications are included here, please install
# the tomcat6-docs and tomcat6-examples packages if you want them.
# Install the authbind package if you need to use Tomcat on ports 1-1023.
# Install tomcat6-user instead of this package if you don't want Tomcat to
# start as a service.
#Package: tomcat6-user
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), netcat, ${misc:Depends}
#Suggests: tomcat6-docs (>= ${source:Version}),
# tomcat6-admin (>= ${source:Version}),
# tomcat6-examples (>= ${source:Version}),
# tomcat6 (>= ${source:Version})
#Description: Servlet and JSP engine -- tools to create user instances
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains files needed to create a user Tomcat instance.
# This user Tomcat instance can be started and stopped using the scripts
# provided in the Tomcat instance directory.
#Package: libtomcat6-java
#Architecture: all
#Depends: libecj-java,
# libcommons-dbcp-java,
# libcommons-pool-java,
# libservlet2.5-java (>= ${source:Version}), ${misc:Depends}
#Suggests: tomcat6 (>= ${source:Version})
#Conflicts: tomcat6-common (<< 6.0.20-5)
#Description: Servlet and JSP engine -- core libraries
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains the Tomcat core classes which can be used by other
# Java applications to embed Tomcat.
#Package: libservlet2.4-java
#Section: oldlibs
#Priority: extra
#Architecture: all
#Depends: ${misc:Depends}, libservlet2.5-java
#Description: Transitional package for libservlet2.5-java
# This is a transitional package to facilitate upgrading from
# libservlet2.4-java to libservlet2.5-java, and can be safely
# removed after the installation is complete.
Package: libservlet2.5-java
Architecture: all
Depends: ${misc:Depends}
Replaces: libservlet2.4-java (<= 5.5.33-1)
Conflicts: libservlet2.4-java (<= 5.5.33-1)
Description: Servlet 2.5 and JSP 2.1 Java API classes
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
specifications from Sun Microsystems, and provides a "pure Java" HTTP web
server environment for Java code to run.
.
This package contains the Java Servlet and JSP library.
Package: libservlet2.5-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Servlet 2.5 and JSP 2.1 Java API documentation
Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
specifications from Sun Microsystems, and provides a "pure Java" HTTP web
server environment for Java code to run.
.
This package contains the documentation for the Java Servlet and JSP library.
#Package: tomcat6-admin
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
#Description: Servlet and JSP engine -- admin web applications
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains the administrative web interfaces.
#Package: tomcat6-examples
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
#Description: Servlet and JSP engine -- example web applications
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains the default Tomcat example webapps.
#Package: tomcat6-docs
#Section: doc
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
#Description: Servlet and JSP engine -- documentation
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains the online documentation web application.
#Package: tomcat6-extras
#Architecture: all
#Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
#Description: Servlet and JSP engine -- additional components
# Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
# specifications from Sun Microsystems, and provides a "pure Java" HTTP web
# server environment for Java code to run.
# .
# This package contains additional ("extra") component libraries.
# (Currently only catalina-jmx-remote.jar.)
|