libxml-atom-service-perl 0.16.2-3 source package in Ubuntu

Changelog

libxml-atom-service-perl (0.16.2-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jose Luis Rivas from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 22:47:55 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-atom-service-perl_0.16.2-3.dsc 2.2 KiB 15f037535c82ccff41c3c6c3ad189e0227edfdfaa997118b3ae72671daffd1aa
libxml-atom-service-perl_0.16.2.orig.tar.gz 12.0 KiB 9e413a0502f77f3eebdebde2e61aedaa18d2b734e9d3c5729aaf054f9599792f
libxml-atom-service-perl_0.16.2-3.debian.tar.xz 3.0 KiB 18d9d41e4491a316e86c819f26a3fdda463f090d8e5472d8fed29a16ed318c49

Available diffs

No changes file available.

Binary packages built by this source

libxml-atom-service-perl: Atom Service Document object

 XML::Atom::Service is a Service Document implementation. In the Atom
 Publishing Protocol, a client needs to first discover the capabilities
 and locations of Collections. The Service Document is designed to
 support this discovery process. The document describes the location and
 capabilities of Collections.
 .
 The Atom Publishing Protocol introduces some new XML elements, such as
 app:edited and app:draft, which are imported into XML::Atom. See
 XML::Atom::Atompub in detail.