junixsocket 2.6.1-1 source package in Ubuntu

Changelog

junixsocket (2.6.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.6.1
  * adjust poms for new upstream version
  * adjust maven rules for new upstream version
  * d/control:
    + add new build dependencies
    + run wrap-and-sort -bastk
    + bump Standards-Version, no changes needed
    + add Rules-Requires-Root: no
    + bump debhelper-compat level to 13
    + classify build-deps for arch-any and arch-all
  * d/copyright: add myself to debian/* copyright
  * d/patches: refactor patches for new upstream version
  * d/rules:
    + add native-common jar to maven-repo during build
    + build native extension with clang
    + fix native lib compatibility with dwz
  * d/watch: update search pattern

 -- Jérôme Charaoui <email address hidden>  Sat, 21 Jan 2023 12:42:24 -0500

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
junixsocket_2.6.1-1.dsc 1.5 KiB e12266212aad66a64d162823c013a6c67e4661fdf3dd5e02c9e7b98aef3b09ac
junixsocket_2.6.1.orig.tar.xz 270.3 KiB 2955fcdf3668c42a0e7e861062ea5fd12c19e4f07f547ae7232d9e2ef914a03f
junixsocket_2.6.1-1.debian.tar.xz 7.4 KiB 16bb3d5dfb1c13eff4305a769989e8f1ac896322a857b42e5fb8c6f22764fa6b

Available diffs

No changes file available.

Binary packages built by this source

libjunixsocket-java: Unix Domain Sockets in Java

 junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets
 (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket
 extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.)
 and even supports RMI over AF_UNIX. It is also possible to use it in
 conjunction with Connector/J to connect to a local MySQL server via Unix domain
 sockets.

libjunixsocket-jni: Unix Domain Sockets in Java (JNI library)

 junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets
 (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket
 extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.)
 and even supports RMI over AF_UNIX. It is also possible to use it in
 conjunction with Connector/J to connect to a local MySQL server via Unix domain
 sockets.
 .
 This package contains the architecture specific Java native interface part.

libjunixsocket-jni-dbgsym: debug symbols for libjunixsocket-jni