Source: uwsgi-plugin-java
Section: httpd
Maintainer: uWSGI packaging team <pkg-uwsgi-devel@lists.alioth.debian.org>
Uploaders: Alexandre Rossi <niol@zincube.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-uwsgi,
Build-Depends-Arch:
 help2man,
 uwsgi-src,
 java-common,
 default-jdk-headless,
Standards-Version: 4.7.3
Homepage: https://uwsgi-docs.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-java.git
Vcs-Browser: https://salsa.debian.org/uwsgi-team/uwsgi-plugin-java

Package: uwsgi-plugin-java
Architecture: any
Depends:
 openjdk-${uwsgi:jdkversion}-jre-headless,
 ${misc:Depends},
 ${shlibs:Depends},
 ${uwsgi:Depends},
Replaces:
 uwsgi-plugin-jvm-openjdk-17,
 uwsgi-plugin-jwsgi-openjdk-17,
 uwsgi-plugin-ring-openjdk-17,
 uwsgi-plugin-servlet-openjdk-17,
Conflicts:
 uwsgi-plugin-jvm-openjdk-17,
 uwsgi-plugin-jwsgi-openjdk-17,
 uwsgi-plugin-ring-openjdk-17,
 uwsgi-plugin-servlet-openjdk-17,
Description: Java plugin for uWSGI
 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Java plugins for uWSGI (jvm, JWSGI, Closure/Ring
 and Servlet 2.5).
