libcatmandu-rdf-perl (0.32-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on librdf-aref-perl,
      librdf-query-perl, librdf-trine-perl.
    + libcatmandu-rdf-perl: Drop versioned constraint on librdf-aref-perl,
      librdf-query-perl, librdf-trine-perl in Depends.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on libiri-perl and
      librdf-ldf-perl.
    + libcatmandu-rdf-perl: Drop versioned constraint on libiri-perl and
      librdf-ldf-perl in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Tue, 06 Dec 2022 18:47:01 +0000

libcatmandu-rdf-perl (0.32-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org.

  [ gregor herrmann ]
  * Update URLs from {search,www}.cpan.org to MetaCPAN.
  * Update GitHub URLs to use HTTPS.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Fix tracking URL.
    + Rewrite usage comment.
  * Simplify rules.
    Stop build-depend on cdbs.
  * Relax to (build-)depend unversioned
    on libcatmandu-perl librdf-ns-perl,
    and stop build-depend explicitly
    on (recent perl or) libtest-simple-perl:
    Needed versions satisfied even in oldstable.
  * Mark build-dependencies needed only for testsuite as such.
  * Stop build-depend on dh-buildinfo.
  * Declare compliance with Debian Policy 4.3.0.
  * Set Rules-Requires-Root: no.
  * Enable autopkgtest.
  * Explain Catmandu last in long description.
  * Wrap and sort control file.
  * Update copyright info: Extend coverage of packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Feb 2019 15:02:36 +0100

libcatmandu-rdf-perl (0.32-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution strings.
  * Modernize Vcs-* fields:
    + Consistently use git (not cgit) in path.
    + Consistently include .git suffix in path.
  * Declare compliance with Debian Policy 4.1.1.
  * Modernize cdbs:
    + Do copyright-check in maintainer script (not during build).
    + Relax to build-depend unversioned on cdbs.
    + Stop build-depend on licensecheck.
  * Update copyright info:
    + Use https protocol in file format URL.
    + Strip superfluous copyright signs.
    + Extend coverage for myself.
  * Update package relations:
    + (Build-)depend on recent libiri-perl.
    + Build-depend on libtest-exception-perl.
    + Tighten to (build-)depend on more recent librdf-ldf-perl.
  * Drop obsolete lintian override regarding debhelper 9.
  * Tighten lintian overrides regarding License-Reference.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Oct 2017 05:08:00 +0200

libcatmandu-rdf-perl (0.31-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Provide caching support for HTTP access.
    + Increase RDF::LDF version.
    + Fix test failure caused by RDF::NS.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump to file format 4.
    + Watch only MetaCPAN URL.
    + Mention gbp --uscan in usage comment.
  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Declare compliance with Debian Policy 3.9.8.
  * Modernize Vcs-* fields: Use https protocol.
  * Update package relations:
    + Tighten to (build-)depend versioned on librdf-ldf-perl.
    + Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 25 Dec 2016 16:42:23 +0100

libcatmandu-rdf-perl (0.28-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + Export as NTriples by default.

  [ Jonas Smedegaard ]
  * Update package relations:
    + (Build-)depend on libtest-lwp-useragent-perl.
  * Declare compliance with Debian Policy 3.9.7.
  * Update copyright info:
    + Extend copyright of packaging to cover current year.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 09 Feb 2016 07:30:02 +0100

libcatmandu-rdf-perl (0.27-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Add support of Linked Data Fragments.
    + Add sparql file option.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Add email for main upstream author.
  * Bump debhelper compatibility level to 9.
  * Override lintian regarding license in License-Reference field.
    See bug#786450.
  * Override lintian regarding build-depending unversioned on debhelper.
  * Update package relations:
    + (Build-)depend on librdf-ldf-perl and recent librdf-query-perl.
    + Tighten to (build-)depend versioned on librdf-trine-perl.
    + Tighten (build-)dependency on librdf-aref-perl.
    + Build-depend on (recent perl or) recent libtest-simple-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 07 Aug 2015 13:45:29 +0200

libcatmandu-rdf-perl (0.25-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Add triples importer mode.
    + Disable namespaces with ns=0.
    + Support importing from string reference.
    + Try to fix import from URL encoding.
    + Align with RDF::aREF 0.22, new options predicate_map.
    + Fix bnode mapping bug.
    + Simplify calling syntax of aref_query fix.
    + Support SPARQL.
    + Fix some unit tests.
      Closes: bug#783752. Thanks to Niko Tyni.
    + Rewrite aref_query fix.
    + Support streaming of NTriple data.

  [ Vasudev Kamath ]
  * Drop myself from uploaders.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Update upstream issue tracker and alternate source URLs.
    + Extend coverage for myself.
  * Update homepage.
  * Update package relations:
    + Tighten (build-)dependency on libcatmandu-perl and
      librdf-aref-perl.
  * Extend long description, based on upstream text.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 13 May 2015 20:46:53 +0200

libcatmandu-rdf-perl (0.18-1) unstable; urgency=medium

  [ upstream ]
  * New release(s):
    + Migrate packaging to Dist::Milla.
    + Adjust to conform to aREF 0.19.
    + Add field _url on import from url.
    + Begin to fix function aref_query.

  [ Vasudev Kamath ]
  * Adapt to upstream change of build system:
    + Include perl-build.mk (not perl-makemaker.mk).
    + Tighten build-dependency on cdbs.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 3.9.6.
  * Tighten to (build-)depend versioned on librdf-aref-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 15 Oct 2014 11:41:45 +0200

libcatmandu-rdf-perl (0.16-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + improve RDF importer.

  [ Jonas Smedegaard ]
  * Update package relations:
    + Tighten (build-)dependency on librdf-ns-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 10 Sep 2014 13:54:20 +0200

libcatmandu-rdf-perl (0.15-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + Document and test count method.
    + Add importer.

  [ Jonas Smedegaard ]
  * Add git-buildpackage config, enabling pristine-tar and tag signing.
  * Update watch file: Fix strip spaces in version line.
  * Update Vcs-Browser URL to cgit web frontend.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Aug 2014 23:10:06 +0200

libcatmandu-rdf-perl (0.14-1) unstable; urgency=low

  * Initial Release.
    Closes: bug#723160.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 May 2014 03:37:41 +0200
