librdf-trine-perl 0.137-1 source package in Ubuntu

Changelog

librdf-trine-perl (0.137-1) unstable; urgency=low


  [ Florian Schlichting ]
  * Imported Upstream version 0.137.
  * Bumped copyright year and adjusted DEP-5 headers.
  * Updated dependencies.
  * Added myself to uploaders and copyright.
  * Made sure srx2csv and srx2table are only shipped as examples.
  * Added fix_pod_spelling.patch.

  [ Jonas Smedegaard ]
  * Update copyright file: Quote licenses in comments.

  [ gregor herrmann ]
  * Remove debian/source/local-options; abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.

 -- Florian Schlichting <email address hidden>  Thu, 29 Dec 2011 13:32:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
librdf-trine-perl_0.137-1.dsc 2.5 KiB 8de3bef6a89abb5db242882fbd459d48a59d3514694c5cb1c53ab3c586b5ebc6
librdf-trine-perl_0.137.orig.tar.gz 430.0 KiB 3f64d4d233a95e57d7bbd551138f74a4507620a5f44e85798cedaa88e1f5ac92
librdf-trine-perl_0.137-1.debian.tar.gz 9.9 KiB 7f460346fc930458c58d143eaca8152444f31db9e1b84150c513807916de1648

Available diffs

No changes file available.

Binary packages built by this source

librdf-trine-perl: RDF Framework for Perl

 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 RDF::Trine provides an RDF framework with an emphasis on extensibility,
 API stability, and the presence of a test suite. The package consists
 of several components:
 .
  * RDF::Trine::Model - RDF model providing access to a triple store.
  * RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle,
    RDF/JSON, TriG, N-Triples, and N-Quads).
  * RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML,
    Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads.
  * RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based
    on the Redland schema.
  * RDF::Trine::Iterator - Iterator classes for variable bindings and
    RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and
    RDF::Query.
  * RDF::Trine::Namespace - A convenience class for easily constructing
    RDF node objects from URI namespaces.