jnr-netdb 1.0.3-2 source package in Ubuntu

Changelog

jnr-netdb (1.0.3-2) unstable; urgency=low


  * Team upload.
  * Add --java-lib flag to install jars in /usr/share/java directory.
    (Closes: #676353).
  * Bump Standards-Version to 3.9.3. No changes were required.
  * Fix lintian warning with copyright file.

 -- Miguel Landaeta <email address hidden>  Thu, 07 Jun 2012 19:55:24 -0430

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jnr-netdb_1.0.3-2.dsc 2.1 KiB d80a347e812a8f06f643e0a860abb949f0518a0461890f3b7287602156970108
jnr-netdb_1.0.3.orig.tar.gz 22.3 KiB f31b441bf5d929e49569b2e706fefdde91eb305618d2c864bd24ddf8990ffccc
jnr-netdb_1.0.3-2.debian.tar.gz 3.8 KiB 86455d5b87cafafef5ef86d75b3935e7b1d54ddf4b3ef7c6a34bcf07c73574fd

Available diffs

No changes file available.

Binary packages built by this source

libjnr-netdb-java: 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.

libjnr-netdb-java-doc: 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.