librdf-endpoint-perl (0.11-2) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on librdf-rdfa-generator-perl. + librdf-endpoint-perl: Drop versioned constraint on librdf-rdfa-generator-perl in Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.6.1, no changes needed. -- Jelmer Vernooij Fri, 14 Oct 2022 11:46:47 +0100 librdf-endpoint-perl (0.11-1) unstable; urgency=medium [ upstream ] * new release [ Jonas Smedegaard ] * use debhelper compatibility level 13 (not 9); build-depend on debhelper-compat (not debhelper) * update git-buildpage settings: + use DEP-14 git branch names + add usage comment * update watch file: rewrite usage comment * declare compliance with Debian Policy 4.5.1 * set Rules-Requires-Root: no * enable autopkgtest * modernize source script copyright-check * copyright: update coverage * fix build-depend on libmodule-install-perl * fix avoid relying on wildcard in build rule, mysteriously no longer working -- Jonas Smedegaard Fri, 25 Dec 2020 19:01:33 +0100 librdf-endpoint-perl (0.10-2) unstable; urgency=medium * Modernize example files. -- Jonas Smedegaard Sat, 03 Nov 2018 22:44:59 +0100 librdf-endpoint-perl (0.10-1) unstable; urgency=medium [ upstream ] * New release. + Support the new RDFa serializer. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN. [ Jonas Smedegaard ] * Simplify rules: + Stop resolve (build-)dependencies in rules file. + Use short-form dh sequencer (not cdbs). Stop build-depend on cdbs. * Stop build-depend on dh-buildinfo. * Wrap and sort control file. * Declare compliance with Debian Policy 4.2.1. * Update copyright info: + Extend coverage of packaging. + Add alternate source URLs. * Update watch file: Fix typo in usage comment. * Tighten (build-)dependency on librdf-rdfa-generator-perl. (Build-)depend on librdf-trinex-compatibility-attean-perl. * Skip testsuite build-dependencies when bootstrapping. * Fix hashbang of scripts. -- Jonas Smedegaard Sat, 03 Nov 2018 22:04:22 +0100 librdf-endpoint-perl (0.09-1) unstable; urgency=medium [ upstream ] * New release. + Switch from HTML::HTML5::Parser to XML::LibXML parser for RDFa SD generation. [ Jonas Smedegaard ] * Update watch file: Use substitution strings. * Stop (build-)depend on libhtml-html5-parser-perl. * Fix typo (bogus release version) in changelog entry for 0.08-1. -- Jonas Smedegaard Thu, 14 Sep 2017 08:47:18 +0200 librdf-endpoint-perl (0.08-1) unstable; urgency=medium [ upstream ] * New release. + Replace use of Config::JFDI with Config::ZOMG. [ Jonas Smedegaard ] * Update package relations: + Recommend libconfig-zomg-perl (not libconfig-jfdi-perl). + Drop obsolete transitional (build-)dependency fallback for libhttp-negotiate-perl. + Relax to build-depend unversioned on libxml-libxml-perl: Needed version satisfied even in oldstable. * Modernize cdbs: + Drop get-orig-source target: Use gbp import-orig --uscan. + Do copyright-check in maintainer script (not during build). Stop build-depend on devscripts. * Advertise DEP3 format in patch headers. * Bump debhelper compatibility level to 9. * Modernize Vcs-* fields: + Use https protocol. + Use git subdir. + Use git in paths. + Add .git suffix for Vcs-Git URL. * Declare compliance with Debian Policy 4.1.0. * Update copyright info: + Use License-Grant and License-Reference fields. Thanks to Ben Finney. + Extend coverage for myself. + Use https protocol in file format URL. + List Github issue tracker as preferred upstream contact. * Add lintian override regarding license in License-Reference field. See bug#786450. * Update watch file: + Bump to file format 4. + Watch only MetaCPAN URL. + Mention gbp --uscan in usage comment. * Modernize git-buildpackage config: Filter any .git* file. -- Jonas Smedegaard Sat, 09 Sep 2017 22:18:42 +0200 librdf-endpoint-perl (0.07-1) unstable; urgency=medium [ upstream ] * New release: 0.06. + Add Server header. + Added initial support for application/json-problem errors. + Fixed config bug in t/psgi.t. + Added SPARQL 1.1 WG protocol tests. + The load_data and update configuration flags cannot both be true at the same time. + Updated RDF::Endpoint to return a 400 error when datasets are specified both in protocol and query. + Made RDF::Endpoint->new die on invalid config (when both load_data and update options are specified). + Added Allow header to HTTP 405 responses. * New release: 0.07. + Added Plack::App::RDF::Endpoint. + Updated RDF::Endpoint to quote raw-value ETag values. + Use base64 encoding of tags to get shorter strings. + Updated endpoint.psgi to look for PERLRDF_STORE environment variable. [ Jonas Smedegaard ] * Update copyright info: Extend coverage for main author. * Unfuzz patches. -- Jonas Smedegaard Tue, 05 Aug 2014 12:00:55 +0200 librdf-endpoint-perl (0.05-2) unstable; urgency=low [ Jonas Smedegaard ] * Fix sample uWSGI config to use RDF_ENDPOINT_FILE (not bogus RDF_ENDPOINT_CONFIG). * Update copyright file: + Fix use pseudo-license and pseudo-comment sections to obey silly restrictions of copyright format 1.0. + Use recommended License shortname Zlib. + Bump packaging license to GPL-3+ + extend coverage of packaging to include recent years. * Bump dephelper compatibility level to 8. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Fix use canonical Vcs-Git URL. * Bump standards compliance to standards-version 3.9.5. * Update watch file to use www.cpan.org and metacpan.org URLs (not search.cpan.org URL). [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) -- Jonas Smedegaard Tue, 01 Jul 2014 14:40:55 +0200 librdf-endpoint-perl (0.05-1) unstable; urgency=low * New upstream release. * Update copyright file: + Document more convenience copies of external Perl modules. * Add patch 1001 to use Codemirror 2.x. * Recommend libjs-codemirror, and avoid installing local copy of old Codemirror. * Git-ignore quilt .pc dir, to ease use of git-buildpackage. * Update copyright file: + Extend copyright coverage to include recent years. * Add patch 1002 to fix serve HTML-friendly XHTML. Thanks to Toby Inkster. * Add README.Debian and sample uWSGI setup files. * Add symlink to Codemirror, for serving also static files via Plack. * Build-depend on libtest-pod-perl and libtest-pod-coverage-perl. -- Jonas Smedegaard Tue, 12 Jun 2012 22:57:03 +0200 librdf-endpoint-perl (0.04-1) experimental; urgency=low * Initial packaging release. Closes: bug#631648. -- Jonas Smedegaard Sat, 19 May 2012 02:33:03 +0200