libhtml-embedded-turtle-perl 0.404-2 source package in Ubuntu

Changelog

libhtml-embedded-turtle-perl (0.404-2) unstable; urgency=medium

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

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

  [ Debian Janitor ]
  * use secure copyright file specification URI
  * set upstream metadata fields:
    Bug-Database, Repository, Repository-Browse
  * set Testsuite header for perl package

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on devscripts dh-buildinfo cdbs
  * update watch file:
    + use file format 4
    + track only MetaCPAN URI
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update git-buildpackage config: avoid any .git* files
  * use debhelper compatibility level 13 (not 8);
    build-depend on debhelper-compat (not debhelper)
  * stop build-depend explicitly on perl:
    not called directly during build
  * relax to drop ancient fallback (build-)dependencies
  * update copyright info:
    + use Copyright-Reference, License-Grant and License-Reference;
      add lintian overrides about License-Reference field
    + use secure URI for Contact-Info
    + update coverage
  * 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

 -- Jonas Smedegaard <email address hidden>  Sat, 11 Sep 2021 17:32:08 +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-embedded-turtle-perl_0.404-2.dsc 2.4 KiB ac8fb13991360d305216c910b806c862981e00b164efbad60d0239805a084f98
libhtml-embedded-turtle-perl_0.404.orig.tar.gz 49.7 KiB ea5e6fd95b36448571dcd756698c22a81062aa982c39d4e6ba301c82c73c80ab
libhtml-embedded-turtle-perl_0.404-2.debian.tar.xz 5.1 KiB e69a8f5112d9e5ef6b610768feb89d73863111a7dcf94dee94bbc74cfaf9f63f

Available diffs

No changes file available.

Binary packages built by this source

libhtml-embedded-turtle-perl: embedding RDF in HTML the crazy way

 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.
 .
 RDF can be embedded in (X)HTML using simple <script> tags.
 This is described at <http://esw.w3.org/N3inHTML>.
 This gives you a file format
 that can contain multiple (optionally named) graphs.
 .
 HTML::Embedded::Turtle parses HTML files containing such graphs,
 and allows you to access them each individually;
 as a union of all graphs on the page;
 or as a union of just the endorsed graphs.
 .
 Despite the module name,
 this module supports a variety of script types:
  * text/turtle
  * application/turtle
  * application/x-turtle
  * text/plain (N-Triples)
  * application/x-rdf+json (RDF/JSON)
  * application/json (RDF/JSON)
  * application/rdf+xml (RDF/XML)
 .
 Although it doesn't support full N3,
 it recognises the following as well,
 but treats them as Turtle:
  * text/n3
  * text/rdf+n3