jnr-unixsocket 0.18-4 source package in Ubuntu

Changelog

jnr-unixsocket (0.18-4) unstable; urgency=medium

  * Team upload.
  * Remove get-orig-source target.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.5.1.
  * Use canonical VCS URI.

 -- Markus Koschany <email address hidden>  Sat, 12 Dec 2020 22:15:57 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-unixsocket_0.18-4.dsc 2.5 KiB 55b980ce22d5c4bceaa14f6ec720ad995056e851a0974d47e4c0a33f079988bf
jnr-unixsocket_0.18.orig.tar.gz 23.5 KiB a4574178795a838b094ec008aa9a8cf9e23ea0bc21aab0c8e05fecfdc26d1e18
jnr-unixsocket_0.18-4.debian.tar.xz 3.2 KiB 08317da03731e54754e37a20e55379e6d5c97ee9b8d0d8919fcae083bd824484

Available diffs

No changes file available.

Binary packages built by this source

libjnr-unixsocket-java: Java access to native libraries for unix sockets

 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.

libjnr-unixsocket-java-doc: Java access to native libraries for unix sockets (documentation)

 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.
 .
 This package contains the API documentation of jnr-unixsocket.