libnet-stomp-perl 0.60-1 source package in Ubuntu

Changelog

libnet-stomp-perl (0.60-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Remove Sebastien Aperghis-Tramoni from Uploaders.
    Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 0.60.
  * Add new build and runtime dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Drop unneeded version constraints from (build) dependencies.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Update link in long description. Thanks to lintian.

 -- gregor herrmann <email address hidden>  Fri, 27 Dec 2019 05:00:18 +0100

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
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-stomp-perl_0.60-1.dsc 2.7 KiB b05730ed0b7c42147334c785fffad03a628aa863b8ef64ae8841e50e41e58250
libnet-stomp-perl_0.60.orig.tar.gz 29.9 KiB c6d06162df67b9184bf2f60c3c85a63eb9937fc9e757a8009bfc12efced79ea6
libnet-stomp-perl_0.60-1.debian.tar.xz 3.7 KiB 31ab1b51797ace7d7fadbfa9d069fbd2cf7f241c1cadba7dae2c4ce6426cdd0d

Available diffs

No changes file available.

Binary packages built by this source

libnet-stomp-perl: Perl module providing a Streaming Text Orientated Messaging Protocol client

 Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
 Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and
 Represented by the symbol :ttmp). It's a simple and easy to implement
 protocol for working with Message Orientated Middleware from any language.
 Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache
 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many
 enterprise features.
 .
 A Stomp frame consists of a command, a series of headers and a body - see
 Net::Stomp::Frame for more details.
 .
 For details on the protocol see <https://stomp.github.io/>.