[librdf-trine-perl] branch master updated (8e2b247 -> 89b3d6d)

Jonas Smedegaard dr at jones.dk
Tue Jun 20 22:22:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository librdf-trine-perl.

      from  8e2b247   Prepare for release: Update changelog, control file, and copyright hints.
      adds  aff3321   New upstream version 1.017
       new  2d503b2   Merge tag 'upstream/1.017'
       new  ebd889b   Modernize cdbs: Do copyright-check in maintainer script (not during build).
       new  6b8c0b8   Update copyright info: Extend copyright of packaging to cover 2016.
       new  740db92   Declare compliance with Debian Policy 4.0.0.
      adds  4ed45f4   New upstream version 1.018
       new  09dd383   Merge tag 'upstream/1.018'
       new  89b3d6d   Prepare for release: Update changelog, control file and copyright hints.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes.ttl                                     |  45 +++++-
 META.yml                                        |   4 +-
 Makefile.PL                                     |   1 +
 README                                          |  18 +++
 SIGNATURE                                       | 173 ++++++++++++------------
 bin/turtle-2013-harness.pl                      |  21 ++-
 bin/turtle_tokenize.pl                          |  18 ++-
 debian/changelog                                |  20 +++
 debian/control                                  |   3 +-
 debian/control.in                               |   2 +-
 debian/copyright                                |   2 +-
 debian/copyright-check                          |  24 ++++
 debian/copyright_hints                          |   7 +-
 debian/rules                                    |   1 -
 inc/Module/Install.pm                           |  35 +----
 inc/Module/Install/Base.pm                      |   2 +-
 inc/Module/Install/Can.pm                       |  13 +-
 inc/Module/Install/Fetch.pm                     |   2 +-
 inc/Module/Install/Makefile.pm                  |   2 +-
 inc/Module/Install/Metadata.pm                  |   2 +-
 inc/Module/Install/Scripts.pm                   |   2 +-
 inc/Module/Install/Win32.pm                     |   2 +-
 inc/Module/Install/WriteAll.pm                  |   2 +-
 lib/RDF/Trine.pm                                |   4 +-
 lib/RDF/Trine/Error.pm                          |   4 +-
 lib/RDF/Trine/Exporter/CSV.pm                   |   4 +-
 lib/RDF/Trine/Exporter/RDFPatch.pm              |   4 +-
 lib/RDF/Trine/Graph.pm                          |   4 +-
 lib/RDF/Trine/Iterator.pm                       |   4 +-
 lib/RDF/Trine/Iterator/Bindings.pm              |   4 +-
 lib/RDF/Trine/Iterator/Bindings/Materialized.pm |   4 +-
 lib/RDF/Trine/Iterator/Boolean.pm               |   4 +-
 lib/RDF/Trine/Iterator/Graph.pm                 |   4 +-
 lib/RDF/Trine/Iterator/Graph/Materialized.pm    |   4 +-
 lib/RDF/Trine/Iterator/JSONHandler.pm           |   4 +-
 lib/RDF/Trine/Iterator/SAXHandler.pm            |   4 +-
 lib/RDF/Trine/Model.pm                          |   4 +-
 lib/RDF/Trine/Model/Dataset.pm                  |   4 +-
 lib/RDF/Trine/Model/StatementFilter.pm          |   4 +-
 lib/RDF/Trine/Model/Union.pm                    |   4 +-
 lib/RDF/Trine/Namespace.pm                      |   4 +-
 lib/RDF/Trine/NamespaceMap.pm                   |   4 +-
 lib/RDF/Trine/Node.pm                           |   4 +-
 lib/RDF/Trine/Node/Blank.pm                     |   4 +-
 lib/RDF/Trine/Node/Literal.pm                   |   4 +-
 lib/RDF/Trine/Node/Nil.pm                       |   4 +-
 lib/RDF/Trine/Node/Resource.pm                  |   4 +-
 lib/RDF/Trine/Node/Variable.pm                  |   4 +-
 lib/RDF/Trine/Parser.pm                         |   4 +-
 lib/RDF/Trine/Parser/LineProtocol.pm            |   4 +-
 lib/RDF/Trine/Parser/NQuads.pm                  |   4 +-
 lib/RDF/Trine/Parser/NTriples.pm                |   4 +-
 lib/RDF/Trine/Parser/RDFJSON.pm                 |   4 +-
 lib/RDF/Trine/Parser/RDFPatch.pm                |   4 +-
 lib/RDF/Trine/Parser/RDFXML.pm                  |   4 +-
 lib/RDF/Trine/Parser/RDFa.pm                    |   4 +-
 lib/RDF/Trine/Parser/Redland.pm                 |   4 +-
 lib/RDF/Trine/Parser/TriG.pm                    |   4 +-
 lib/RDF/Trine/Parser/Turtle.pm                  |   4 +-
 lib/RDF/Trine/Parser/Turtle/Constants.pm        |   4 +-
 lib/RDF/Trine/Parser/Turtle/Lexer.pm            |   4 +-
 lib/RDF/Trine/Pattern.pm                        |   4 +-
 lib/RDF/Trine/Serializer.pm                     |   4 +-
 lib/RDF/Trine/Serializer/NQuads.pm              |   4 +-
 lib/RDF/Trine/Serializer/NTriples.pm            |   4 +-
 lib/RDF/Trine/Serializer/NTriples/Canonical.pm  |   4 +-
 lib/RDF/Trine/Serializer/RDFJSON.pm             |   4 +-
 lib/RDF/Trine/Serializer/RDFPatch.pm            |   4 +-
 lib/RDF/Trine/Serializer/RDFXML.pm              |   4 +-
 lib/RDF/Trine/Serializer/TSV.pm                 |   4 +-
 lib/RDF/Trine/Serializer/TriG.pm                |   4 +-
 lib/RDF/Trine/Serializer/Turtle.pm              |   4 +-
 lib/RDF/Trine/Statement.pm                      |   4 +-
 lib/RDF/Trine/Statement/Quad.pm                 |   4 +-
 lib/RDF/Trine/Store.pm                          |   4 +-
 lib/RDF/Trine/Store/DBI.pm                      |   4 +-
 lib/RDF/Trine/Store/DBI/Pg.pm                   |   4 +-
 lib/RDF/Trine/Store/DBI/SQLite.pm               |   8 +-
 lib/RDF/Trine/Store/DBI/mysql.pm                |   4 +-
 lib/RDF/Trine/Store/Dydra.pm                    |   4 +-
 lib/RDF/Trine/Store/Hexastore.pm                |   4 +-
 lib/RDF/Trine/Store/LanguagePreference.pm       |   4 +-
 lib/RDF/Trine/Store/Memory.pm                   |   4 +-
 lib/RDF/Trine/Store/Redis.pm                    |   4 +-
 lib/RDF/Trine/Store/Redland.pm                  |  16 ++-
 lib/RDF/Trine/Store/SPARQL.pm                   | 107 ++++++++-------
 lib/RDF/Trine/VariableBindings.pm               |   4 +-
 lib/Test/RDF/Trine/Store.pm                     |   4 +-
 xt/parser-trig-2013.t                           |  44 +++---
 xt/store-sparql.t                               |  79 ++++++++++-
 90 files changed, 552 insertions(+), 351 deletions(-)
 create mode 100755 debian/copyright-check

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list