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
|
Source: netty-tcnative
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
automake,
debhelper (>= 11~),
default-jdk,
junit4,
libapr1-dev,
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
libssl-dev,
libtool,
maven-debian-helper (>= 1.5)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/netty-tcnative.git
Vcs-Browser: https://salsa.debian.org/java-team/netty-tcnative
Homepage: https://github.com/netty/netty-tcnative/
Package: libnetty-tcnative-java
Architecture: all
Depends:
libnetty-tcnative-jni (>= ${source:Version}),
${maven:Depends},
${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Tomcat native fork for Netty
netty-tcnative is a fork of Tomcat Native, the native interface used by Tomcat
to leverage the Apache Portable Runtime and provide superior scalability,
performance, and better integration with native server technologies.
.
netty-tcnative includes a set of changes contributed by Twitter, Inc, such as:
* Simplified distribution and linkage of native library
* Complete mavenization of the project
* Improved OpenSSL support
Package: libnetty-tcnative-jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tomcat native fork for Netty (JNI library)
netty-tcnative is a fork of Tomcat Native, the native interface used by Tomcat
to leverage the Apache Portable Runtime and provide superior scalability,
performance, and better integration with native server technologies.
.
netty-tcnative includes a set of changes contributed by Twitter, Inc, such as:
* Simplified distribution and linkage of native library
* Complete mavenization of the project
* Improved OpenSSL support
.
This package contains the JNI library.
|