libxml-atom-microformats-perl 0.004-4 source package in Ubuntu

Changelog

libxml-atom-microformats-perl (0.004-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * use salsa.debian.org in Update Vcs-* headers

  [ gregor herrmann ]
  * use MetaCPAN URIs (not search.cpan.org or www.cpan.org)

  [ Debian Janitor ]
  * trim trailing whitespace
  * use secure copyright file specification URI
  * set upstream metadata fields:
    Bug-Database Repository

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on devscripts dh-buildinfo cdbs
  * use debhelper compatibility level 13 (not 8);
    build-depend on debhelper-compat (not debhelper)
  * enable autopkgtest
  * set Rules-Requires-Root: no
  * declare compliance with Debian Policy 4.6.0
  * relax to (build-)depend unversioned on libxml-libxml-perl:
    required version satisfied in all supported Debian releases
  * update watch file:
    + use file format 4
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update copyright info:
    + use License-Grant and Reference fields;
      add lintian overrides about Reference field
    + update coverage
    + use secure URI for Contact-Info
  * use semantic newlines in long description and copyright fields
  * set environment variable NO_AUTO_INSTALL
    to avoid use of Module::AutoInstall during build,
    and add patch 1001 to use shared module Module::Package;
    build-depend on recent libmodule-package-rdf-perl
  * annotate test-only build-dependencies
  * limit to put aside only embedded copy of Scalar::Util
    (not all embedded code, as that now fails for unknown reason)

 -- Jonas Smedegaard <email address hidden>  Sat, 11 Sep 2021 19:31:33 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-atom-microformats-perl_0.004-4.dsc 2.5 KiB ccfc9d4222a76a01bc33878f319a9dedb17649a90abdcbfdd03b613a8b280a02
libxml-atom-microformats-perl_0.004.orig.tar.gz 52.4 KiB c6d774efc6d0cc5abee60f29ad5a64f0bce3b100ff31bc2990dcdd46afeca4ca
libxml-atom-microformats-perl_0.004-4.debian.tar.xz 5.0 KiB c625f213c6d8253e677777a3df78499a41f9d7ce955895a2d4722b0b991bbe1f

Available diffs

No changes file available.

Binary packages built by this source

libxml-atom-microformats-perl: parse microformats in Atom content

 The XML::Atom::Microformats module brings
 the functionality of HTML::Microformats to Atom 1.0 Syndication feeds.
 It finds microformats embedded in the <content> elements
 (note: not <summary>) of Atom entries.
 .
 The general pattern of usage
 is to create an XML::Atom::Microformats object
 (which corresponds to an Atom 1.0 feed)
 using the "new_feed" method;
 then ask for the data,
 as a Perl hashref, a JSON string, or an RDF::Trine model.