File: control

package info (click to toggle)
tomcat10 10.1.34-0%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,112 kB
  • sloc: java: 367,834; xml: 56,735; jsp: 4,620; sh: 1,379; perl: 314; makefile: 25; ansic: 15
file content (158 lines) | stat: -rw-r--r-- 5,436 bytes parent folder | download
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
Source: tomcat10
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 tony mancill <tmancill@debian.org>,
 Emmanuel Bourg <ebourg@apache.org>,
 Markus Koschany <apo@debian.org>
Build-Depends:
 ant-optional,
 bnd (>= 5.0.1),
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 junit4 (>= 4.11),
 libbyte-buddy-java,
 libderby-java,
 libeasymock-java (>= 3.0),
 libeclipse-jdt-core-java (>= 3.26.0),
 libhamcrest-java (>= 1.3),
 libjaxrpc-api-java,
 libobjenesis-java,
 libtaglibs-standard-impl-java,
 libtaglibs-standard-spec-java,
 libtcnative-1 (>= 1.2.35),
 libwsdl4j-java,
 lsb-release,
 maven-repo-helper,
 tomcat-jakartaee-migration
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/tomcat10.git
Vcs-Browser: https://salsa.debian.org/java-team/tomcat10
Homepage: http://tomcat.apache.org

Package: tomcat10-common
Architecture: all
Depends:
 default-jre-headless | java11-runtime-headless | java11-runtime,
 libtomcat10-java (>= ${source:Version}),
 ${misc:Depends}
Description: Apache Tomcat 10 - Servlet and JSP engine -- common files
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, and provides a "pure Java" HTTP web
 server environment for Java code to run.
 .
 This package contains common files needed by the tomcat10 and tomcat10-user
 packages (Tomcat 10 scripts and libraries).

Package: tomcat10
Architecture: all
Depends:
 systemd (>= 238) | systemd-sysusers,
 systemd (>= 238) | systemd-tmpfiles,
 tomcat10-common (>= ${source:Version}),
 ucf,
 ${misc:Depends}
Recommends:
 libtcnative-1 (>= 1.2.18)
Suggests:
 tomcat10-admin (>= ${source:Version}),
 tomcat10-docs (>= ${source:Version}),
 tomcat10-examples (>= ${source:Version}),
 tomcat10-user (>= ${source:Version})
Description: Apache Tomcat 10 - Servlet and JSP engine
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, 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 tomcat10-docs and tomcat10-examples packages if you want them.
 Install tomcat10-user instead of this package if you don't want Tomcat to
 start as a service.

Package: tomcat10-user
Architecture: all
Depends:
 netcat-openbsd,
 tomcat10-common (>= ${source:Version}),
 ${misc:Depends}
Suggests:
 tomcat10 (>= ${source:Version}),
 tomcat10-admin (>= ${source:Version}),
 tomcat10-docs (>= ${source:Version}),
 tomcat10-examples (>= ${source:Version})
Description: Apache Tomcat 10 - Servlet and JSP engine -- tools to create user instances
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, 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: libtomcat10-java
Architecture: all
Depends:
 libeclipse-jdt-core-java (>= 3.26.0),
 ${misc:Depends}
Suggests:
 tomcat10 (>= ${source:Version})
Description: Apache Tomcat 10 - Servlet and JSP engine -- core libraries
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, 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: libtomcat10-embed-java
Architecture: all
Depends:
 libeclipse-jdt-core-java (>= 3.26.0),
 ${misc:Depends}
Description: Apache Tomcat 10 - Servlet and JSP engine -- embed libraries
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, and provides a "pure Java" HTTP web
 server environment for Java code to run.
 .
 This package contains the libraries required to embed Tomcat into Java
 applications.

Package: tomcat10-admin
Architecture: all
Depends:
 tomcat10-common (>= ${source:Version}),
 ${misc:Depends}
Description: Apache Tomcat 10 - Servlet and JSP engine -- admin web applications
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, and provides a "pure Java" HTTP web
 server environment for Java code to run.
 .
 This package contains the administrative web interfaces.

Package: tomcat10-examples
Architecture: all
Depends:
 tomcat10-common (>= ${source:Version}),
 ${misc:Depends}
Description: Apache Tomcat 10 - Servlet and JSP engine -- example web applications
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, and provides a "pure Java" HTTP web
 server environment for Java code to run.
 .
 This package contains the default Tomcat example webapps.

Package: tomcat10-docs
Section: doc
Architecture: all
Depends:
 tomcat10-common (>= ${source:Version}),
 ${misc:Depends}
Description: Apache Tomcat 10 - Servlet and JSP engine -- documentation
 Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
 specifications from Oracle, and provides a "pure Java" HTTP web
 server environment for Java code to run.
 .
 This package contains the online documentation web application.