jnr-unixsocket 0.38.21-1 source package in Ubuntu

Changelog

jnr-unixsocket (0.38.21-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.2.
  * Update copyright dates and upstream authors info.
  * Add Rules-Require-Root field with 'no' as value.
  * Apply Multi-Arch hints.
  * Bump watch file version to 4 and update tags URLs.
  * Remove trailing space in d/rules.
  * Update d/maven.ignoreRules.

 -- Miguel Landaeta <email address hidden>  Sat, 25 Nov 2023 22:56:09 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-unixsocket_0.38.21-1.dsc 2.4 KiB 0335a2243162884c72c56d5fcbafa4a8364850a297ef9212d56b4b4300134cff
jnr-unixsocket_0.38.21.orig.tar.gz 31.7 KiB c1aace291b13dff7e0a782a60ede432b8fc7d5a25ab9d06d44eb760e5a9c10ff
jnr-unixsocket_0.38.21-1.debian.tar.xz 3.4 KiB 8bc946b1372b8156b8d45c2ff56f1ff7a91cf4b1ac28bf42cc17f19138263632

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.