[libattean-perl] 05/05: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Jan 17 06:53:32 UTC 2016


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

js pushed a commit to branch master
in repository libattean-perl.

commit 17f69d046da77d3d712135bf3bed8e71088ff421
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jan 17 12:13:45 2016 +0530

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       |  49 ++++++++++++++
 debian/control         |   1 +
 debian/copyright_hints | 171 ++++++++++++++++++++++++++-----------------------
 3 files changed, 142 insertions(+), 79 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 56a8050..e918e88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,52 @@
+libattean-perl (0.011-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
+    + Add initial implementation for Attean::MutableTripleModel.
+    + Add logging of costs to query planner (#56 from KjetilK).
+    + Add use of MooX::Log::Any (from KjetilK).
+    + Add Attean::API::Plan->subplans_of_type_are_variable_connected
+      method.
+    + Add Attean::API::Plan->children_are_variable_connected.
+    + Add AtteanX::Parser::SPARQL->parse convenience method.
+    + Add RDF/XML parser tests.
+    + Add Turtle serializer.
+    + Add exportable quadpattern constructor.
+    + Add tests for get_sequence model accessor method (#3).
+    + Change API for Attean::API::CostPlanner->cost_for_plan to pass in
+      the query planner.
+    + Fix bug in handling unbound join variables in hash join
+      evaluation.
+    + Fix use of blank and variable shortcut constructors.
+    + Fix AtteanX::Serializer::SPARQLHTML->serialize_iter_to_bytes bug.
+    + Implement canonicalize method for triple and quad patterns.
+    + Improve Attean::ExistsExpression->as_string.
+    + Improve cost estimation for cartesian joins in
+      Attean::API::QueryPlanner.
+    + Improve SPARQL serialization of algebra and expression trees.
+    + Improve error handling in Attean::ListIterator->BUILD.
+    + Improve recognition of invalid aggregation queries.
+    + Make regexes used for prefixname parsing publicly accessibly.
+    + Merge shared constants for Turtle and SPARQL tokens.
+    + Move subpatterns_of_type from Attean::API::Algebra to
+      Attean::API::DirectedAcyclicGraph.
+    + Rename parse_term_from_string methods to parse_term_from_bytes
+      (adding delegating methods to be deprecated in the future).
+    + Silence XML::Parser warnings on empty input documents.
+    + Update AtteanX::Parser::RDFXML to populate a namespace map during
+      parsing.
+    + Update Attean::API::CanonicalizingBindingSet to produce same
+      object type as input.
+    + Update copyright years.
+
+  [ Jonas Smedegaard ]
+  * Fix watch file to handle version prefix.
+  * Update copyright info:
+    + Extend copyright for main upstream author to cover recent years.
+  * Update package relations: (Build-)depend on libmoox-log-any-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 17 Jan 2016 12:07:02 +0530
+
 libattean-perl (0.010-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index cf75f9a..5fa3e2c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: cdbs,
  liburi-perl,
  libnamespace-clean-perl,
  libmath-cartesian-product-perl,
+ libmoox-log-any-perl,
  libmoo-perl (>= 1.006000),
  librdf-query-perl (>= 2.910),
  liburi-namespacemap-perl (>= 0.12),
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 720afd2..ce1324b 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,81 +4,6 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: Changes
- MANIFEST
- META.yml
- Makefile.PL
- README.md
- SIGNATURE
- bin/attean_parse
- bin/attean_query
- bin/canonicalize_bgp.pl
- debian/README.source
- debian/compat
- debian/control
- debian/control.in
- debian/gbp.conf
- debian/source/format
- debian/source/lintian-overrides
- debian/watch
- inc/Module/Install/AuthorTests.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/DOAPChangeSets.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/Scripts.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- lib/Attean/BindingEqualityTest.pm
- lib/AtteanX/API/JoinRotatingPlanner.pm
- lib/AtteanX/API/Lexer.pm
- lib/AtteanX/Parser/RDFXML.pm
- lib/AtteanX/Parser/SPARQL.pm
- lib/AtteanX/RDFQueryTranslator.pm
- lib/Test/Attean/ETagCacheableQuadStore.pm
- lib/Test/Attean/MutableETagCacheableQuadStore.pm
- lib/Test/Attean/MutableQuadStore.pm
- lib/Test/Attean/MutableTimeCacheableQuadStore.pm
- lib/Test/Attean/MutableTripleStore.pm
- lib/Test/Attean/QuadStore.pm
- lib/Test/Attean/TimeCacheableQuadStore.pm
- lib/Test/Attean/TripleStore.pm
- meta/changes.ttl
- t/00.load.t
- t/algebra.t
- t/binding-equality.t
- t/binding.t
- t/cost_planner.t
- t/expression.t
- t/http-negotiation.t
- t/idp_planner.t
- t/iter.t
- t/join_rotating_planner.t
- t/model-quad.t
- t/naive_planner.t
- t/parser-nquads.t
- t/parser-ntriples.t
- t/parser-sparqlxml.t
- t/parser-turtle.t
- t/parser.t
- t/serializer-canonicalntriples.t
- t/serializer-nquads.t
- t/serializer-ntriples.t
- t/serializer-sparql.t
- t/simple-eval.t
- t/simple.t
- t/store-memory.t
- t/store-simple.t
- t/term-map.t
- t/term.t
- t/treerewrite.t
- xt/pod-coverage.t
- xt/pod.t
-Copyright: *No copyright*
-License: UNKNOWN
- FIXME
-
 Files: lib/Attean.pm
  lib/Attean/API.pm
  lib/Attean/API/AbbreviatingParser.pod
@@ -127,6 +52,7 @@ Files: lib/Attean.pm
  lib/Attean/API/Variable.pod
  lib/Attean/AggregateExpression.pod
  lib/Attean/Algebra.pm
+ lib/Attean/BindingEqualityTest.pm
  lib/Attean/Blank.pm
  lib/Attean/CodeIterator.pm
  lib/Attean/Expression.pm
@@ -147,15 +73,90 @@ Files: lib/Attean.pm
  lib/Attean/Triple.pm
  lib/Attean/TripleModel.pm
  lib/Attean/Variable.pm
+ lib/AtteanX/API/JoinRotatingPlanner.pm
+ lib/AtteanX/API/Lexer.pm
+ lib/AtteanX/Parser/SPARQL.pm
  lib/AtteanX/Parser/Turtle/Token.pm
+ lib/AtteanX/RDFQueryTranslator.pm
  lib/AtteanX/SPARQL/Token.pm
-Copyright: 2014, Gregory Todd Williams
+Copyright: 2014--2016, Gregory Todd Williams
 License: Perl
  FIXME
 
+Files: MANIFEST
+ META.yml
+ Makefile.PL
+ README.md
+ SIGNATURE
+ bin/attean_parse
+ bin/attean_query
+ bin/canonicalize_bgp.pl
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ inc/Module/Install/AuthorTests.pm
+ inc/Module/Install/Base.pm
+ inc/Module/Install/Can.pm
+ inc/Module/Install/DOAPChangeSets.pm
+ inc/Module/Install/Fetch.pm
+ inc/Module/Install/Makefile.pm
+ inc/Module/Install/Scripts.pm
+ inc/Module/Install/Win32.pm
+ inc/Module/Install/WriteAll.pm
+ lib/Test/Attean/ETagCacheableQuadStore.pm
+ lib/Test/Attean/MutableETagCacheableQuadStore.pm
+ lib/Test/Attean/MutableQuadStore.pm
+ lib/Test/Attean/MutableTimeCacheableQuadStore.pm
+ lib/Test/Attean/MutableTripleStore.pm
+ lib/Test/Attean/QuadStore.pm
+ lib/Test/Attean/TimeCacheableQuadStore.pm
+ lib/Test/Attean/TripleStore.pm
+ t/00.load.t
+ t/algebra.t
+ t/binding-equality.t
+ t/binding.t
+ t/cost_planner.t
+ t/expression.t
+ t/http-negotiation.t
+ t/idp_planner.t
+ t/iter.t
+ t/join_rotating_planner.t
+ t/model-quad.t
+ t/naive_planner.t
+ t/parser-nquads.t
+ t/parser-ntriples.t
+ t/parser-rdfxml.t
+ t/parser-sparqlxml.t
+ t/parser-turtle.t
+ t/parser.t
+ t/plan.t
+ t/serializer-canonicalntriples.t
+ t/serializer-nquads.t
+ t/serializer-ntriples.t
+ t/serializer-sparql.t
+ t/serializer-turtle.t
+ t/simple-eval.t
+ t/simple.t
+ t/store-memory.t
+ t/store-simple.t
+ t/term-map.t
+ t/term.t
+ t/treerewrite.t
+ xt/pod-coverage.t
+ xt/pod.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
 Files: lib/AtteanX/Parser/NQuads.pm
  lib/AtteanX/Parser/NTriples.pm
  lib/AtteanX/Parser/NTuples.pm
+ lib/AtteanX/Parser/RDFXML.pm
  lib/AtteanX/Parser/SPARQLJSON.pm
  lib/AtteanX/Parser/SPARQLLex.pm
  lib/AtteanX/Parser/SPARQLTSV.pm
@@ -172,15 +173,17 @@ Files: lib/AtteanX/Parser/NQuads.pm
  lib/AtteanX/Serializer/SPARQLHTML.pm
  lib/AtteanX/Serializer/SPARQLTSV.pm
  lib/AtteanX/Serializer/SPARQLXML.pm
+ lib/AtteanX/Serializer/Turtle.pm
+ lib/AtteanX/Serializer/TurtleTokens.pm
  lib/AtteanX/Store/Memory.pm
  lib/AtteanX/Store/Simple.pm
-Copyright: 2006-2012, Gregory Todd Williams. This
+Copyright: 2014--2016, Gregory Todd Williams. This
 License: Perl
  FIXME
 
 Files: lib/AtteanX/Parser/Turtle/Constants.pm
  lib/AtteanX/SPARQL/Constants.pm
-Copyright: 2012, Toby Inkster. This
+Copyright: 2014--2016, Toby Inkster. This
 License: Perl
  FIXME
 
@@ -190,7 +193,7 @@ License: Expat
  FIXME
 
 Files: LICENSE
-Copyright: 2014, Gregory Todd Williams
+Copyright: 2014--2016, Gregory Todd Williams
 License: Expat
  FIXME
 
@@ -204,3 +207,13 @@ Copyright: 2008, - 2012, Adam Kennedy
 License: UNKNOWN
  FIXME
 
+Files: Changes
+Copyright: years
+License: UNKNOWN
+ FIXME
+
+Files: meta/changes.ttl
+Copyright: years."
+License: UNKNOWN
+ FIXME
+

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



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