libhtml-microformats-perl 0.105-6 source package in Ubuntu

Changelog

libhtml-microformats-perl (0.105-6) unstable; urgency=medium

  [ Debian Janitor ]
  * set upstream metadata fields: Repository

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on devscripts dh-buildinfo cdbs
  * stop build-depend explicitly on perl:
    not called directly during build
  * update watch file:
    + use file format 4
    + drop unused option dversionmangle
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update git-buildpackage config: avoid any .git* files
  * update copyright info:
    + use License-Grant and Reference fields;
      add lintian overrides about Reference field
    + update coverage
  * use semantic newlines in long description and copyright fields
  * use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * relax to drop ancient fallback (build-)dependencies
  * relax to (build-)depend unversioned
    on libhtml-html5-parser-perl:
    required version satisfied in all supported Debian releases
  * annotate test-only build-dependencies
  * 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
  * put aside embedded copy of Scalar::Util during build

 -- Jonas Smedegaard <email address hidden>  Sun, 12 Sep 2021 03:35:56 +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
libhtml-microformats-perl_0.105-6.dsc 2.8 KiB 6db05df6fc27c3516d7db1e1b90573c2057830280e71693551ac83756ea7bf6f
libhtml-microformats-perl_0.105.orig.tar.gz 145.2 KiB 0762b1a890449be1d76e478e717475d74ff2ec39f31b0774257eca5633f881b9
libhtml-microformats-perl_0.105-6.debian.tar.xz 11.4 KiB 1af410065694544457c96e0ca46c9703941e94314c2b34a3fe18394c2b48ed22

Available diffs

No changes file available.

Binary packages built by this source

libhtml-microformats-perl: parse microformats in HTML

 The HTML::Microformats module is a wrapper
 for parser and handler modules of various individual microformats
 (each of those modules has a name
 like HTML::Microformats::Format::Foo).
 .
 The general pattern of usage
 is to create an HTML::Microformats object
 (which corresponds to an HTML document)
 using the "new_document" method;
 then ask for the data,
 as a Perl hashref, a JSON string, or an RDF::Trine model.