libmatthew-java 0.8.1-2 source package in Ubuntu

Changelog

libmatthew-java (0.8.1-2) unstable; urgency=medium

  * add patch to fix javadoc error (FTBFS with OpenJDK 17)
    Closes: #981944
    Thanks to Markus Koschany for the patch!
  * debian/control: bump standard to 4.1.4 (no changes)

 -- Thorsten Alteholz <email address hidden>  Wed, 14 Sep 2022 21:42:46 +0200

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
libmatthew-java_0.8.1-2.dsc 2.5 KiB 822026aefc5191a8af322808fb3821373ebb7c2fd0335ea49c3f46d8184d6ca2
libmatthew-java_0.8.1.orig.tar.gz 28.4 KiB 46782b940c71d8db07470633efcf65c2aeda94de9a846fe178a5918fb2ad026f
libmatthew-java_0.8.1-2.debian.tar.xz 4.6 KiB edd8305262ce8c2e521c2141b47cd435ef88a187d38c2ddad37564b81caa399f

Available diffs

No changes file available.

Binary packages built by this source

libcgi-java: CGI library for Java

 This library allows CGI scripts to be written in Java. The library provides
 access to all the standard CGI variables including POST/GET. It also makes it
 easy to create input forms in HTML documents.

libcgi-java-dbgsym: debug symbols for libcgi-java
libmatthew-debug-java: Debugging library for Java

 This package provides a debugging library for Java, including a generic
 utility class for providing nicely formatted dumps of byte arrays
 (similar to the hexdump utility).

libmatthew-io-java: Extra IO library for Java

 This library provides extensions to the Java I/O subsystem. Firstly, there is
 a class which will connect any InputStream with an OutputStream and copies data
 between them.
 .
 Secondly there are two classes for inserting into an Input or OutputStream pipe
 a command line command, so that everything is piped through that command.
 .
 Thirdly there are a pair of classes for splitting streams in two. This can
 either be to two OuputStreams, or to an OutputStream and a file.
 Equivelent to the UNIX tool tee in UNIX pipes.

libmatthew-java-doc: API documentation for the libmatthew-java libraries

 This package contains the Javadoc API documentation for the
 other packages: libcgi-java, libmatthew-debug-java,
 libmatthew-io-java and libunixsocket-java.

libunixsocket-java: Unix socket API and bindings for Java

 This library is a collection of classes and native code to
 allow you to read and write Unix sockets from within Java.

libunixsocket-java-dbgsym: debug symbols for libunixsocket-java