[libattean-perl] 06/06: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Tue May 19 07:09:46 UTC 2015


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

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

commit 0e50f597c8a91a83cb4008c554b357fec26dde98
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 19 09:09:16 2015 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/control         |  5 ++++-
 debian/copyright_hints | 18 ++++++++++++++++--
 3 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48ec7f1..bbc2513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,49 @@
+libattean-perl (0.004-1) UNRELEASED; urgency=medium
+
+  [ upstream ]
+  * New release.
+    + Add SPARQL CSV and XML serializers.
+    + Add initial implementation of Attean::TripleModel.
+    + Add an IDP-based query planner and associated classes and roles.
+    + Add Test::Attean roles for caching quadstores.
+    + Add Test::Attean::MutableTripleStore.
+    + Add initial support for representing, translating, and evaluating
+      SERVICE patterns.
+    + Add Attean::API::Binding->values_consuming_role method.
+    + Add Attean::TriplePattern->as_quadpattern method.
+    + Add Attean::ValueExpression->in_scope_variables method.
+    + Fix serialization bug in Attean::FunctionExpression->as_sparql.
+    + Update Memory store matching methods to accept node arrays for any
+      quad pattern position.
+    + Update AtteanX::Store::Memory to conform to both etag and time
+      caching roles.
+    + Add variables to result iterators.
+    + Improve SPARQL serialization for projection, slicing, ordering,
+      and distinct/reduced modifiers.
+    + Update Attean::API::Expression to consume
+      Attean::API::UnionScopeVariables.
+    + Add SPARQL serialization support for Expression classes.
+    + Improve SPARQL serialization of algebra trees.
+    + Fix Attean->get_parser to accept media types with parameters.
+    + Add algebra_as_string methods for some algebra classes missing an
+      implementation.
+    + Add missing use statements.
+    + Fix required version of perl in store test roles to be v5.14.
+    + Add Math::Cartesian::Product to prerequisite list.
+    + Add Test::Roo-based store tests.
+    + Fix documentation of serialize_iter_to_io method.
+    + Add comments about handling of graphs in
+      Test::Attean::MutableQuadStore.
+
+  [ Jonas Smedegaard ]
+  * Modernize git-buildpackage config: Drop "git-" prefix.
+  * Update copyright info: Extend coverage for myself.
+  * Update package relations:
+    + Build-depend on libtest-lwp-useragent-perl and libtest-roo-perl.
+    + (Build-)depend on libmath-cartesian-product-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 19 May 2015 08:57:30 +0200
+
 libattean-perl (0.003-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 989c3c9..4e58db2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,12 +15,15 @@ Build-Depends: cdbs,
  libtype-tiny-perl,
  liburi-perl,
  libnamespace-clean-perl,
+ libmath-cartesian-product-perl,
  libmoo-perl (>= 1.006000),
  librdf-query-perl (>= 2.910),
  liburi-namespacemap-perl (>= 0.12),
  libscalar-list-utils-perl (>= 1:1.40),
  perl (>= 5.14),
- libtest-exception-perl
+ libtest-exception-perl,
+ libtest-lwp-useragent-perl,
+ libtest-roo-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.6
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b6a9973..51a4c3a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -25,6 +25,7 @@ Files: lib/Attean.pm
  lib/Attean/API/MutableModel.pod
  lib/Attean/API/MutableTripleStore.pod
  lib/Attean/API/Parser.pm
+ lib/Attean/API/Plan.pm
  lib/Attean/API/PullParser.pod
  lib/Attean/API/PushParser.pod
  lib/Attean/API/Quad.pod
@@ -53,10 +54,12 @@ Files: lib/Attean.pm
  lib/Attean/Blank.pm
  lib/Attean/CodeIterator.pm
  lib/Attean/Expression.pm
+ lib/Attean/IDPQueryPlanner.pm
  lib/Attean/IRI.pm
  lib/Attean/IteratorSequence.pm
  lib/Attean/ListIterator.pm
  lib/Attean/Literal.pm
+ lib/Attean/Plan.pm
  lib/Attean/Quad.pm
  lib/Attean/QuadModel.pm
  lib/Attean/RDF.pm
@@ -65,6 +68,7 @@ Files: lib/Attean.pm
  lib/Attean/TermMap.pm
  lib/Attean/TreeRewriter.pm
  lib/Attean/Triple.pm
+ lib/Attean/TripleModel.pm
  lib/Attean/Variable.pm
  lib/AtteanX/Parser/Turtle/Token.pm
 Copyright: 2014, Gregory Todd Williams
@@ -78,8 +82,8 @@ Files: Changes.ttl
  README.md
  SIGNATURE
  bin/attean_parse
+ bin/attean_query
  bin/canonicalize_bgp.pl
- bin/query.pl
  debian/README.source
  debian/compat
  debian/control
@@ -98,6 +102,14 @@ Files: Changes.ttl
  lib/Attean/BindingEqualityTest.pm
  lib/AtteanX/Parser/RDFXML.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
  t/00.load.t
  t/algebra.t
  t/binding-equality.t
@@ -140,7 +152,9 @@ Files: lib/AtteanX/Parser/NQuads.pm
  lib/AtteanX/Serializer/NQuads.pm
  lib/AtteanX/Serializer/NTriples.pm
  lib/AtteanX/Serializer/NTuples.pm
+ lib/AtteanX/Serializer/SPARQLCSV.pm
  lib/AtteanX/Serializer/SPARQLTSV.pm
+ lib/AtteanX/Serializer/SPARQLXML.pm
  lib/AtteanX/Store/Memory.pm
  lib/AtteanX/Store/Simple.pm
 Copyright: 2006-2012, Gregory Todd Williams. This
@@ -158,7 +172,7 @@ License: Expat
  FIXME
 
 Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2014-2015, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  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