[librdf-trine-perl] branch master updated (4d1da05 -> 4ed668c)

Jonas Smedegaard dr at jones.dk
Mon Oct 13 19:33:26 UTC 2014


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  4d1da05   update changelog
      adds  a2a7752   Imported Upstream version 1.010
       new  fb18962   Merge tag 'upstream/1.010'
       new  3697a56   Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
       new  de391a4   Declare compliance with Debian Policy 3.9.6.
       new  705cdc2   Update checksum for new upstream tarball.
       new  4bd79c6   (Build-)depend on recent perl: Needed for upstream need of List::Util 1.33 or newer.
       new  2a91f05   Build-depend on libtest-deep-perl.
       new  4ed668c   Prepare for release: Update changelog, control file and copyright hints.

The 7 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                                     |  16 ++
 META.yml                                        |   8 +-
 Makefile.PL                                     |  10 +-
 README                                          |  11 +
 SIGNATURE                                       | 162 ++++++-------
 debian/changelog                                |  24 +-
 debian/control                                  |   5 +-
 debian/control.in                               |   4 +-
 debian/copyright_hints                          |  23 +-
 debian/rules                                    |   5 +-
 inc/Module/Install.pm                           |   7 +-
 inc/Module/Install/Base.pm                      |   2 +-
 inc/Module/Install/Can.pm                       |   2 +-
 inc/Module/Install/Fetch.pm                     |   6 +-
 inc/Module/Install/Makefile.pm                  |   2 +-
 inc/Module/Install/Metadata.pm                  | 102 +++-----
 inc/Module/Install/Scripts.pm                   |   6 +-
 inc/Module/Install/Win32.pm                     |   6 +-
 inc/Module/Install/WriteAll.pm                  |   6 +-
 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                 |  22 +-
 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                           |  32 ++-
 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/Parser/Turtle/Token.pm            |   2 +
 lib/RDF/Trine/Pattern.pm                        | 299 ++++++++++++++++++++----
 lib/RDF/Trine/Serializer.pm                     |   8 +-
 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               |   4 +-
 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                   |   6 +-
 lib/RDF/Trine/VariableBindings.pm               |   4 +-
 lib/Test/RDF/Trine/Store.pm                     |   4 +-
 84 files changed, 623 insertions(+), 389 deletions(-)

-- 
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