File: control

package info (click to toggle)
tomcat-jakartaee-migration 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: java: 1,355; xml: 331; makefile: 5; sh: 3
file content (27 lines) | stat: -rw-r--r-- 1,050 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
Source: tomcat-jakartaee-migration
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 12),
 default-jdk,
 junit4 (>= 4.12),
 libbcel-java (>= 6.4.1),
 libcommons-io-java (>= 2.6),
 libmaven-antrun-plugin-java,
 libmaven-shade-plugin-java,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/tomcat-jakartaee-migration.git
Vcs-Browser: https://salsa.debian.org/java-team/tomcat-jakartaee-migration
Homepage: https://tomcat.apache.org

Package: tomcat-jakartaee-migration
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Apache Tomcat migration tool for Jakarta EE
 The aim of the Apache Tomcat migration tool for Jakarta EE is to take a web
 application written for Java EE 8 that runs on Apache Tomcat 9 and convert
 it automatically so it runs on Apache Tomcat 10 which implements Jakarta EE 9.