libanyevent-xmpp-perl 0.55-6 source package in Ubuntu

Changelog

libanyevent-xmpp-perl (0.55-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Set upstream metadata fields: Contact, Name.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 16:45:07 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-xmpp-perl_0.55-6.dsc 2.3 KiB 3f4421b512cbbe742a6e033d92e4851bd72151a9f6049c3a14be0b2e18b35b9e
libanyevent-xmpp-perl_0.55.orig.tar.gz 119.4 KiB ec56b25e6a78630f79ee5e38b79a39957b8b89fb1ea03804f54defb9e3544256
libanyevent-xmpp-perl_0.55-6.debian.tar.xz 5.5 KiB 89eeb6b933147f54ae39228a740cc973ce4891ddda1e9aa9d061f97a93c96daf

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-xmpp-perl: implementation of the XMPP Protocol

 AnyEvent::XMPP is an implementation of XMPP in Perl,
 formerly known under the name Net::XMPP2,
 it allows you to easily write Clients and Components.
 In comparison to Net::XMPP it offers a event based API
 and is independent of an event loop with AnyEvent.
 .
 The following XEPs are implemented:
  * XEP-0004 - Data Forms
  * XEP-0030 - Service Discovery
  * XEP-0054 - vcard-temp (XMPP vCards)
  * XEP-0066 - Out of Band Data
  * XEP-0077 - In-Band Registration
  * XEP-0078 - Non-SASL Authentication
  * XEP-0082 - XMPP Date and Time Profiles
  * XEP-0086 - Error Condition Mappings
  * XEP-0091 - Delayed Delivery (legacy)
  * XEP-0092 - Software Version
  * XEP-0114 - Jabber Component Protocol
  * XEP-0153 - vCard-Based Avatars
  * XEP-0184 - Message Receipts
  * XEP-0199 - XMPP Ping
  * XEP-0203 - Delayed Delivery (new)
 .
 AnyEvent is a framework to do event-based programming,
 implemented as a thin abstraction layer on top of other event loops.