librdf-linkeddata-perl 1.940-4 source package in Ubuntu

Changelog

librdf-linkeddata-perl (1.940-4) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update lintian override info format in d/source/lintian-overrides on line
    2-7.
  * Set upstream metadata fields: Repository-Browse.

  [ gregor herrmann ]
  * debian/control: replace liblog-any-adapter-perl with liblog-any-perl
    in Build-Depends and Recommends.
    liblog-any-adapter-perl was removed from the archive in 2015 and is not
    Provided by liblog-any-perl anymore. Cf. #1051192.

 -- gregor herrmann <email address hidden>  Mon, 04 Sep 2023 18:34:07 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librdf-linkeddata-perl_1.940-4.dsc 3.0 KiB 86df8ae73e43b0236fb653be29000a830b8a8536f27d336665d09562c9aedd95
librdf-linkeddata-perl_1.940.orig.tar.gz 50.5 KiB dd9eec992fd737aba74d9e15db31d78909ed473c6ee59dcc4a73488b51491fc1
librdf-linkeddata-perl_1.940-4.debian.tar.xz 8.5 KiB a7b4f6fee003a43f98e45e62cd766c807db58cfface0f8af035b9a9ce7e46ef0

Available diffs

No changes file available.

Binary packages built by this source

librdf-linkeddata-perl: simple Linked Data implementation

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::LinkedData is used to create a minimal Linked Data server that can
 serve RDF data out of an RDF::Trine::Model. It will look up URIs in the
 model and do the right thing (known as the 303 dance) and mint URLs for
 that, as well as content negotiation. Thus, you can concentrate on URIs
 for your things, you need not be concerned about minting URLs for the
 pages to serve it.