librdf-trine-perl 1.019-4 source package in Ubuntu

Changelog

librdf-trine-perl (1.019-4) unstable; urgency=medium

  * stop build-depend on librdf-perl;
    closes: bug#1060647, thanks to Kjetil Kjernsmo
  * modernize build rules
  * declare compliance with Debian Policy 4.6.2
  * simplify helper script copyright-check
  * update copyright info:
    + drop secondary source URI
    + update coverage
    + use semantic linefeeds
  * suggest (not recommend) librdf-perl

 -- Jonas Smedegaard <email address hidden>  Sat, 13 Jan 2024 11:59:44 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librdf-trine-perl_1.019-4.dsc 2.6 KiB 7e58c49c7c738bc5da59bcfae43c210a78b29cb29250040b2e858e882c8ec42f
librdf-trine-perl_1.019.orig.tar.gz 559.9 KiB 1bb07daa10781738aeedd8e70156868c9a70fbd310f05f2ec1f6ea02d8697060
librdf-trine-perl_1.019-4.debian.tar.xz 16.0 KiB 54116a24b1308adb68e44e37c065669da9218e6e2fa9d904190d740bb2318d80

Available diffs

No changes file available.

Binary packages built by this source

librdf-trine-perl: RDF Framework for Perl

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Trine provides an RDF framework with an emphasis on extensibility,
 API stability, and the presence of a test suite. The package consists
 of several components:
 .
  * RDF::Trine::Model - RDF model providing access to a triple store.
  * RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle,
    RDF/JSON, TriG, N-Triples, and N-Quads).
  * RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML,
    Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads.
  * RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based
    on the Redland schema.
  * RDF::Trine::Iterator - Iterator classes for variable bindings and
    RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and
    RDF::Query.
  * RDF::Trine::Namespace - A convenience class for easily constructing
    RDF node objects from URI namespaces.
 .
 RDFa parser requires the package librdf-rdfa-parser-perl.
 .
 DBI backends other than SQLite require either of packages
 libdbd-pg-perl libdbd-mysql-perl.
 .
 Redis store requires the package libredis-perl.