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

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

      from  58d2d7f   Prepare for release: Update changelog and copyright hints.
      adds  150d48a   New upstream version 2.918
       new  747d1f1   Merge tag 'upstream/2.918'
       new  7462a6d   Update watch file: Bump to file format 4. Watch MetaCPAN 
URL (and only that one). Mention gbp --uscan in usage comment. Tighten version 
regex.
       new  23d733b   Drop CDBS get-orig-source target: Use gbp import-orig 
--uscan.
       new  1734dae   Tidy rules file: Stop suppress versioned debhelper 
build-dependency: Handled by CDBS now.
       new  671581f   Modernize git-buildpackage config: Filter any .git* file.
       new  af5c4f1   Modernize Vcs-Git field: Use https protocol.
       new  61a9414   Declare compliance with Debian Policy 3.9.8.
       new  dc62fd0   Update copyright info: Extend coverage of Debian 
packaging.
       new  4efc560   Prepare for release: Update changelog, control file, and 
copyright hints.

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                                   |  30 +++
 META.yml                                      |   4 +-
 README                                        |  17 +-
 README.html                                   |  23 +-
 SIGNATURE                                     | 344 +++++++++++++-------------
 bin/dawg11-status.pl                          |   2 +-
 bin/deparse.pl                                |   2 +-
 bin/fedoptimize.pl                            |   2 +-
 bin/fedquery.pl                               |   2 +-
 bin/graph-bgp.pl                              |   2 +-
 bin/graph-qeps.pl                             |   2 +-
 bin/graph-query.pl                            |   2 +-
 bin/hexastore_query.pl                        |   2 +-
 bin/json.pl                                   |   2 +-
 bin/open-test-files.pl                        |   2 +-
 bin/parse_profile.pl                          |   2 +-
 bin/query.pl                                  |   2 +-
 bin/rqsh                                      |   1 -
 bin/rqsh-server.pl                            |   2 +-
 debian/changelog                              |  27 ++
 debian/control                                |   6 +-
 debian/control.in                             |   4 +-
 debian/copyright                              |   2 +-
 debian/copyright_hints                        |  48 ++--
 debian/gbp.conf                               |   1 +
 debian/rules                                  |  11 +-
 debian/watch                                  |   7 +-
 examples/create_query_api.pl                  |   2 +-
 examples/livejournal.pl                       |   2 +-
 examples/query.pl                             |   2 +-
 examples/query_url.pl                         |   2 +-
 inc/Module/Install.pm                         |   6 +-
 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/Query.pm                              |   4 +-
 lib/RDF/Query/Algebra.pm                      |   4 +-
 lib/RDF/Query/Algebra/Aggregate.pm            |   4 +-
 lib/RDF/Query/Algebra/BasicGraphPattern.pm    |   4 +-
 lib/RDF/Query/Algebra/Clear.pm                |   4 +-
 lib/RDF/Query/Algebra/Construct.pm            |   4 +-
 lib/RDF/Query/Algebra/Copy.pm                 |   4 +-
 lib/RDF/Query/Algebra/Create.pm               |   4 +-
 lib/RDF/Query/Algebra/Distinct.pm             |   4 +-
 lib/RDF/Query/Algebra/Extend.pm               |   4 +-
 lib/RDF/Query/Algebra/Filter.pm               |   4 +-
 lib/RDF/Query/Algebra/GroupGraphPattern.pm    |   4 +-
 lib/RDF/Query/Algebra/Limit.pm                |   4 +-
 lib/RDF/Query/Algebra/Load.pm                 |   4 +-
 lib/RDF/Query/Algebra/Minus.pm                |   4 +-
 lib/RDF/Query/Algebra/Move.pm                 |   4 +-
 lib/RDF/Query/Algebra/NamedGraph.pm           |   4 +-
 lib/RDF/Query/Algebra/Offset.pm               |   4 +-
 lib/RDF/Query/Algebra/Optional.pm             |   4 +-
 lib/RDF/Query/Algebra/Path.pm                 |   4 +-
 lib/RDF/Query/Algebra/Project.pm              |   4 +-
 lib/RDF/Query/Algebra/Quad.pm                 |   4 +-
 lib/RDF/Query/Algebra/Sequence.pm             |   4 +-
 lib/RDF/Query/Algebra/Service.pm              |   4 +-
 lib/RDF/Query/Algebra/Sort.pm                 |   4 +-
 lib/RDF/Query/Algebra/SubSelect.pm            |   4 +-
 lib/RDF/Query/Algebra/Table.pm                |   4 +-
 lib/RDF/Query/Algebra/TimeGraph.pm            |   4 +-
 lib/RDF/Query/Algebra/Triple.pm               |   4 +-
 lib/RDF/Query/Algebra/Union.pm                |   4 +-
 lib/RDF/Query/Algebra/Update.pm               |   4 +-
 lib/RDF/Query/BGPOptimizer.pm                 |   4 +-
 lib/RDF/Query/Compiler/SQL.pm                 |   4 +-
 lib/RDF/Query/Error.pm                        |   4 +-
 lib/RDF/Query/ExecutionContext.pm             |   4 +-
 lib/RDF/Query/Expression.pm                   |   4 +-
 lib/RDF/Query/Expression/Alias.pm             |   4 +-
 lib/RDF/Query/Expression/Binary.pm            |   4 +-
 lib/RDF/Query/Expression/Function.pm          |   8 +-
 lib/RDF/Query/Expression/Nary.pm              |   4 +-
 lib/RDF/Query/Expression/Unary.pm             |   4 +-
 lib/RDF/Query/Federate.pm                     |   4 +-
 lib/RDF/Query/Federate/Plan.pm                |   4 +-
 lib/RDF/Query/Functions.pm                    |   4 +-
 lib/RDF/Query/Functions/Geo.pm                |   4 +-
 lib/RDF/Query/Functions/Jena.pm               |   4 +-
 lib/RDF/Query/Functions/Kasei.pm              |   4 +-
 lib/RDF/Query/Functions/SPARQL.pm             |   4 +-
 lib/RDF/Query/Functions/Xpath.pm              |   4 +-
 lib/RDF/Query/Node.pm                         |   4 +-
 lib/RDF/Query/Node/Blank.pm                   |   4 +-
 lib/RDF/Query/Node/Literal.pm                 |   4 +-
 lib/RDF/Query/Node/Resource.pm                |   8 +-
 lib/RDF/Query/Node/Variable.pm                |   4 +-
 lib/RDF/Query/Parser.pm                       |   4 +-
 lib/RDF/Query/Parser/RDQL.pm                  |   4 +-
 lib/RDF/Query/Parser/SPARQL.pm                |   4 +-
 lib/RDF/Query/Parser/SPARQL11.pm              |   6 +-
 lib/RDF/Query/Plan.pm                         |   4 +-
 lib/RDF/Query/Plan/Aggregate.pm               |   4 +-
 lib/RDF/Query/Plan/BasicGraphPattern.pm       |   4 +-
 lib/RDF/Query/Plan/Clear.pm                   |   4 +-
 lib/RDF/Query/Plan/ComputedStatement.pm       |   4 +-
 lib/RDF/Query/Plan/Constant.pm                |   4 +-
 lib/RDF/Query/Plan/Construct.pm               |   4 +-
 lib/RDF/Query/Plan/Copy.pm                    |   4 +-
 lib/RDF/Query/Plan/Distinct.pm                |   4 +-
 lib/RDF/Query/Plan/Extend.pm                  |   4 +-
 lib/RDF/Query/Plan/Filter.pm                  |   4 +-
 lib/RDF/Query/Plan/Iterator.pm                |   4 +-
 lib/RDF/Query/Plan/Join.pm                    |   4 +-
 lib/RDF/Query/Plan/Join/NestedLoop.pm         |   4 +-
 lib/RDF/Query/Plan/Join/PushDownNestedLoop.pm |   4 +-
 lib/RDF/Query/Plan/Limit.pm                   |   4 +-
 lib/RDF/Query/Plan/Load.pm                    |   4 +-
 lib/RDF/Query/Plan/Minus.pm                   |   4 +-
 lib/RDF/Query/Plan/Move.pm                    |   4 +-
 lib/RDF/Query/Plan/NamedGraph.pm              |   4 +-
 lib/RDF/Query/Plan/Offset.pm                  |   4 +-
 lib/RDF/Query/Plan/Path.pm                    |   4 +-
 lib/RDF/Query/Plan/Project.pm                 |   4 +-
 lib/RDF/Query/Plan/Quad.pm                    |   4 +-
 lib/RDF/Query/Plan/Sequence.pm                |   4 +-
 lib/RDF/Query/Plan/Service.pm                 |   4 +-
 lib/RDF/Query/Plan/Sort.pm                    |   4 +-
 lib/RDF/Query/Plan/SubSelect.pm               |   4 +-
 lib/RDF/Query/Plan/ThresholdUnion.pm          |   4 +-
 lib/RDF/Query/Plan/Triple.pm                  |   4 +-
 lib/RDF/Query/Plan/Union.pm                   |   4 +-
 lib/RDF/Query/Plan/Update.pm                  |   4 +-
 lib/RDF/Query/ServiceDescription.pm           |   4 +-
 lib/RDF/Query/Temporal.pm                     |   4 +-
 lib/RDF/Query/Util.pm                         |   4 +-
 lib/RDF/Query/VariableBindings.pm             |   4 +-
 t/00-simple.t                                 |   2 +-
 t/01-coverage.t                               |   2 +-
 t/algebra-bgp.t                               |   2 +-
 t/algebra-expr.t                              |   2 +-
 t/algebra-func.t                              |   2 +-
 t/algebra-subsumption.t                       |   2 +-
 t/algebra.t                                   |   2 +-
 t/constraints.t                               |   2 +-
 t/dataset-from-file.t                         |   2 +-
 t/dataset-from-net.t                          |   2 +-
 t/dev-computed-statements.t                   |   2 +-
 t/ext-select-expr.t                           |   2 +-
 t/functions.t                                 |   2 +-
 t/hooks.t                                     |   2 +-
 t/iterators.t                                 |   2 +-
 t/literals.t                                  |   2 +-
 t/models.pl                                   |   2 +-
 t/named-graphs.t                              |   2 +-
 t/optional.t                                  |   2 +-
 t/plan.t                                      |   2 +-
 t/protocol-serialization.t                    |   2 +-
 t/queryform-ask.t                             |   2 +-
 t/queryform-construct.t                       |   2 +-
 t/queryform-describe.t                        |   2 +-
 t/rdql.t                                      |   2 +-
 t/resultforms.t                               |   2 +-
 t/serialize.t                                 |  31 ++-
 t/sparql11-federation.t                       |   2 +-
 t/sparql11-subselect.t                        |   2 +-
 t/streams.t.deprecated                        |   2 +-
 t/syntactic_forms.t                           |   2 +-
 xt/dawg-eval10.t                              | 114 ++++-----
 xt/dawg-eval11.t                              | 114 ++++-----
 xt/dawg-syntax11.t                            |   2 +-
 xt/dev-service-description.t                  |   2 +-
 xt/dev-sql-compiler.t                         |   2 +-
 xt/dev-time-intervals.t                       |   2 +-
 xt/federate.t                                 |   2 +-
 xt/parser-rdql.t                              |   2 +-
 xt/parser-sparql.t                            |   2 +-
 xt/parser-sparql11.t                          |   2 +-
 xt/sparql11-federation.t                      |   2 +-
 176 files changed, 710 insertions(+), 594 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/librdf-query-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