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  f6380a3   Prepare for release: Update changelog.
       new  cdb2e1a   Bump to standards-version 3.9.5.
       new  f3a0d3c   Fix use canonical Vcs-Git URL.
       new  0c00069   Update copyright info: Extend coverage of packaging, and 
bump its licensing to GPL-3+.
       new  23ee4c6   Update watch file to use metacpan.org URL, and ignore 
prereleases.
       new  cd176a0   Update copyright info: Add git URL as alternate source.
       new  047c013   Update changelog, control file and copyright info.
      adds  34f7edc   Imported Upstream version 1.008
       new  9e32af0   Merge tag 'upstream/1.008'
       new  15bc958   Update checksum for new upstream tarball.
       new  9aab55e   Prepare for release: Update changelog and copyright info.

The 9 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                                     |  65 ++++-
 MANIFEST                                        |   9 +
 META.yml                                        |   4 +-
 README                                          |  33 +++
 SIGNATURE                                       | 173 +++++++-------
 bin/cliapi                                      |  70 ++++++
 bin/turtle-2013-harness.pl                      | 229 ++++++++++++++++++
 bin/turtle_benchmark.pl                         |  37 +++
 bin/turtle_parse.pl                             |  84 +++++++
 bin/turtle_tokenize.pl                          |  54 +++++
 debian/changelog                                |  61 +++++
 debian/control                                  |   5 +-
 debian/control.in                               |   4 +-
 debian/copyright                                |   3 +-
 debian/copyright_hints                          |  29 +--
 debian/rules                                    |   9 +-
 debian/watch                                    |   3 +-
 inc/Module/Install.pm                           |   2 +-
 inc/Module/Install/Base.pm                      |   2 +-
 inc/Module/Install/Can.pm                       |   2 +-
 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                                |  41 ++--
 lib/RDF/Trine/Error.pm                          |   4 +-
 lib/RDF/Trine/Exporter/CSV.pm                   |   4 +-
 lib/RDF/Trine/Exporter/RDFPatch.pm              |  52 +++-
 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                          |  17 +-
 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                   |  84 +++++--
 lib/RDF/Trine/Node.pm                           |   4 +-
 lib/RDF/Trine/Node/Blank.pm                     |   4 +-
 lib/RDF/Trine/Node/Literal.pm                   |  20 +-
 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                         |   6 +-
 lib/RDF/Trine/Parser/LineProtocol.pm            | 182 ++++++++++++++
 lib/RDF/Trine/Parser/NQuads.pm                  |   6 +-
 lib/RDF/Trine/Parser/NTriples.pm                |  70 +++---
 lib/RDF/Trine/Parser/RDFJSON.pm                 |   8 +-
 lib/RDF/Trine/Parser/RDFPatch.pm                | 301 ++++++++++++++++++++++++
 lib/RDF/Trine/Parser/RDFXML.pm                  |   6 +-
 lib/RDF/Trine/Parser/RDFa.pm                    |   6 +-
 lib/RDF/Trine/Parser/Redland.pm                 |   6 +-
 lib/RDF/Trine/Parser/TriG.pm                    |   4 +-
 lib/RDF/Trine/Parser/Turtle.pm                  |  73 ++++--
 lib/RDF/Trine/Parser/Turtle/Constants.pm        |   4 +-
 lib/RDF/Trine/Parser/Turtle/Lexer.pm            |   6 +-
 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              |  27 ++-
 lib/RDF/Trine/Serializer/TSV.pm                 |   4 +-
 lib/RDF/Trine/Serializer/TriG.pm                |   4 +-
 lib/RDF/Trine/Serializer/Turtle.pm              |  33 ++-
 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                      |  10 +-
 lib/RDF/Trine/Store/DBI/Pg.pm                   |   4 +-
 lib/RDF/Trine/Store/DBI/SQLite.pm               |  12 +-
 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/Memory.pm                   |   4 +-
 lib/RDF/Trine/Store/Redis.pm                    |   4 +-
 lib/RDF/Trine/Store/Redland.pm                  |   4 +-
 lib/RDF/Trine/Store/SPARQL.pm                   |  17 +-
 lib/RDF/Trine/VariableBindings.pm               |   4 +-
 lib/Test/RDF/Trine/Store.pm                     |   4 +-
 t/model-logger.t                                |  12 +-
 t/namespacemap.t                                |   5 +-
 t/parser-rdfpatch.t                             |  95 ++++++++
 xt/perl-critic.t                                |  16 ++
 94 files changed, 1780 insertions(+), 393 deletions(-)
 create mode 100755 bin/cliapi
 create mode 100644 bin/turtle-2013-harness.pl
 create mode 100755 bin/turtle_benchmark.pl
 create mode 100755 bin/turtle_parse.pl
 create mode 100755 bin/turtle_tokenize.pl
 create mode 100644 lib/RDF/Trine/Parser/LineProtocol.pm
 create mode 100644 lib/RDF/Trine/Parser/RDFPatch.pm
 create mode 100644 t/parser-rdfpatch.t
 create mode 100644 xt/perl-critic.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to