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

Changelog

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

  * fix autopkgtests
  * declare compliance with Debian Policy 4.6.2
  * update git-buildpackage config:
    + use DEP-14 git branches
    + enable automatic DEP-14 branch name handling
    + add usage config
  * buid-depend on librdf-rdfa-parser-perl; see bug#750946
  * update copyright info:
    + use field Reference (not License-Reference)
    + update coverage
  * simplify source helper tool copyright-check
  * fix lintian overrides

 -- Jonas Smedegaard <email address hidden>  Fri, 30 Dec 2022 15:11:58 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librdf-linkeddata-perl_1.940-3.dsc 2.8 KiB f0e7edc1cf7e33f7f02599f37f687dc558052f18c27fa728b47f3404e2a5754f
librdf-linkeddata-perl_1.940.orig.tar.gz 50.5 KiB dd9eec992fd737aba74d9e15db31d78909ed473c6ee59dcc4a73488b51491fc1
librdf-linkeddata-perl_1.940-3.debian.tar.xz 8.3 KiB 89b9e42b13136df07ad673ec0fb1952964ae92fb8506b1f4494c315053607b56

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.