librdf-query-perl 2.918-5 source package in Ubuntu

Changelog

librdf-query-perl (2.918-5) unstable; urgency=medium

  * simplify rules;
    build-depend on libmodule-install-perl;
    stop build-depend on licensecheck cdbs dh-buildinfo
  * wrap and sort control file, with shortening options -ast
  * use debhelper compatibility level 13 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * update watch file:
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update git-buildpackage config:
    + use DEP14 branches
    + add usage config
  * set Rules-Requires-Root: no
  * declare compliance with Debian Policy 4.7.0
  * annotate test-only build-dependencies
  * update copyright info:
    + update coverage
    + use Reference field (not License-Reference)
  * relax all (build-)dependencies to be unversioned,
    as all required versions are satisfied even in oldstable
  * stop explicitly build-depend on perl,
    as it is not explicitly called during build
  * recommend libterm-readkey-perl;
    closes: bug#1068768, thanks to Sudip Mukherjee
  * add debian/patches/README documenting patch naming micro-policy
  * add patch 1001 to rewrite tcsh scripts in Bourne shell,
    superseding patch fix-rcsh-path
  * add patches cherry-picked upstream:
    + remove RDF::Query::Util::start_endpoint requiring unreleased code
    + fix case-sensitivity bug in parser for IN expression
    + replace use of Geo::Distance with GIS::Distance

 -- Jonas Smedegaard <email address hidden>  Fri, 12 Apr 2024 11:19:49 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librdf-query-perl_2.918-5.dsc 2.4 KiB 46d25fd6f86a7cf763a7456618af7be4c3cb6bdb7ae433a72859bffca619bc58
librdf-query-perl_2.918.orig.tar.gz 338.6 KiB 39b3de74a70c4c7ce08eedabb266cc09f3de2790ce75dc64e43e9b7da4976c41
librdf-query-perl_2.918-5.debian.tar.xz 13.2 KiB 68703407e34e40348437b32b362a8ccaaffbab3ee37c0a854fe7a0827fb31513

Available diffs

No changes file available.

Binary packages built by this source

librdf-query-perl: complete SPARQL 1.1 Query and Update implementation for RDF::Trine

 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.
 .
 RDF::Query allows SPARQL 1.1 and RDQL queries
 to be run against an RDF model,
 returning rows of matching results.