libjxmpp-java 1.0.1-4 source package in Ubuntu

Changelog

libjxmpp-java (1.0.1-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on gradle-debian-helper.
  * Apply multi-arch hints.
    + libjxmpp-java: Add Multi-Arch: foreign.

  [ Vladimir Petko ]
  * d/p/02-avoid-this-escape.patch: workaround 'this-escape' warnings for
    Java 21 (Closes: #1057520).

  [ James Valleroy ]
  * Follows policy 4.6.2
  * Update debian/* copyright statements

 -- James Valleroy <email address hidden>  Mon, 01 Apr 2024 15:13:17 -0400

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjxmpp-java_1.0.1-4.dsc 2.1 KiB dec7b1913e044ffa159daac24e28c057046ae2eecbf7b078f25393374fe371d0
libjxmpp-java_1.0.1.orig.tar.xz 62.1 KiB 618c1be01a7b0955378214b6befb800861ab752652374c5e29a9825e64d44995
libjxmpp-java_1.0.1-4.debian.tar.xz 5.4 KiB 9430c297be94a6a1339d72a4a076839c4efacb7185c2d821a4d33194e9f5ef93

No changes file available.

Binary packages built by this source

libjxmpp-java: base library for XMPP based instant messaging and presence

 JXMPP is an Open Source Java base library for XMPP. It provides often used
 functionality needed to build an XMPP stack.
 .
 jxmpp-core: Provides core functionality most software that interacts with XMPP
 requires: XmppDateTime, XmppStringUtils, XmppStringPrepUtil.
 .
 jxmpp-jid: Provides API that abstracts XMPP JIDs with Java classes, performing
 string preparation and validation.
 .
 jxmpp-util-cache: Provides a lightweight and efficient Cache without external
 dependencies used by various JXMPP Components.
 .
 jxmpp-strings-testframework: A framework to test "XMPP Strings".