File: control

package info (click to toggle)
jnr-netdb 1.1.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 296 kB
  • sloc: java: 2,749; xml: 53; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 1,685 bytes parent folder | download | duplicates (2)
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
Source: jnr-netdb
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends:
 debhelper (>= 9),
 javahelper,
 default-jdk,
 maven-debian-helper (>= 2.0)
Build-Depends-Indep:
 junit4,
 default-jdk-doc,
 libmaven-javadoc-plugin-java,
 libjffi-java (>= 1.2.7~),
 libjnr-ffi-java,
 netbase
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jnr-netdb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-netdb.git
Homepage: https://github.com/jnr/jnr-netdb

Package: libjnr-netdb-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libjnr-netdb-java-doc
Description: Lookup TCP and UDP services from java
 jnr-netdb is a java interface to getservbyname(3), getservbyport(3).
 .
 It tries to use the native functions if possible, falling back to parsing
 /etc/services directly, and finally to an inbuilt table for use in
 environments where neither native code, nor filesystem access is possible.

Package: libjnr-netdb-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjnr-netdb-java
Description: Documentation for jnr-netdb
 jnr-netdb is a java interface to getservbyname(3), getservbyport(3).
 .
 It tries to use the native functions if possible, falling back to parsing
 /etc/services directly, and finally to an inbuilt table for use in
 environments where neither native code, nor filesystem access is possible.
 .
 This package contains the API documentation of libjnr-netdb-java.