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

Jonas Smedegaard dr at jones.dk
Sat Mar 19 21:29:44 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 af67dbb99e3e73b0c374dbb0e986dafb718b9b12
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 19 21:57:53 2016 +0100

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       |  56 +++++++++++++++++
 debian/control         |  19 +++++-
 debian/copyright_hints | 161 +++++++++++++++++++++++++------------------------
 3 files changed, 154 insertions(+), 82 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb0a1d5..a076921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,59 @@
+libattean-perl (0.013-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release.
+    + Add role Attean::API::BulkUpdatableStore.
+    + Add methods Attean::API::MutableModel->load_urls_into_graph
+      Attean::API::QuadPattern->as_triple_pattern
+      Attean::API::TripleOrQuadPattern->parse
+      AtteanX::Parser::SPARQL->parse_nodes
+    + Add Attean::Algebra::Query to indicate a full query trees and aid
+      in serialization.
+    + Add constructor AtteanX::SPARQL::Token->integer.
+    + Add parsing, algebra, planning, and test support for SPARQL 1.1
+      Updates.
+    + Add and use flag Attean::Algebra::Query->subquery when appropriate
+      and stop generating needless unary join algebras.
+    + Add child accessor to Attean::API::UnaryQueryTree.
+    + Add CONTRIBUTING file.
+    + Allow producing short blank node labels in attean_query results.
+    + Check types of invocant and model objects in calls to
+      cost_for_plan planning method.
+    + Fix Attean::API::IDPJoinPlanner->cost_for_plan to pass the planner
+      object in calls to the model.
+    + Fix Attean::Algebra::Update->blank_nodes.
+    + Fix Attean::QueryPlanner active_graphs argument during recursive
+      call to plans_for_algebra.
+    + Fix lost in-scope variables in aggregation algebra and plans.
+    + Fix result iterator generation for quad patterns to keep
+      associated variable names.
+    + Fix serialization of SILENT flag on Service queries.
+    + Fix sparql_tokens generation for quad patterns to use SPARQL GRAPH
+      syntax, not N-Quads syntax.
+    + Fix return rdf:langString (not rdf:string) for language literals
+      in Attean::Literal.
+    + Improve error messages in Attean::CodeIterator and
+      Attean::API::Binding.
+    + Improve errors and logging in SPARQL parser.
+    + Improve handling of utf8 encoding in SPARQL/XML, algebra, and plan
+      serializations.
+    + Improve temporary variable names in aggregates generated during
+      parsing.
+    + Improve Attean::Plan::Union to handle plans with zero children.
+    + Improve error message in query planners.
+    + Pass tree depth as argument to algebra_as_string.
+    + Refactor SPARQL 1.1 test harness into a testing role.
+    + Update bin/attean_query to allow dryruns to avoid generating query
+      plans when appropriate.
+    + Update attean_query to allow updates.
+
+  [ Jonas Smedegaard ]
+  * Update and expand long description, based on upstream README.
+  * Update package relations: Build-depend on libfile-sharedir-perl.
+  * Modernize Vcs-Git field: Use https URL.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 19 Mar 2016 21:57:44 +0100
+
 libattean-perl (0.012-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index b72a0fb..4dbafeb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cdbs,
  libalgorithm-combinatorics-perl,
  libossp-uuid-perl,
  libdatetime-format-w3cdtf-perl,
+ libfile-sharedir-perl,
  libfile-slurp-perl,
  libhttp-negotiate-perl,
  libiri-perl,
@@ -38,7 +39,7 @@ Build-Depends: cdbs,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.7
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libattean-perl
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libattean-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libattean-perl.git
 Homepage: http://search.cpan.org/dist/Attean/
 
@@ -48,5 +49,17 @@ Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends}
 Description: semantic web framework
- Attean provides APIs for parsing, storing, querying, and serializing
- Semantic Web (RDF and SPARQL) data.
+ Attean is a Perl framework for working with RDF data and SPARQL
+ queries. It features parsers and serializers for many different RDF
+ formats including RDF/XML, Turtle, N-Triples and N-Quads, as well as
+ SPARQL formats like SPARQL-XML, SPARQL-JSON, SPARQL-CSV and SPARQL-TSV.
+ .
+ Attean features support for SPARQL 1.1 queries, and a set of APIs and
+ command line tools to parse, transform, query, and serialize RDF data.
+ .
+ SPARQL is an RDF query language, that is, a semantic query language for
+ databases, able to retrieve and manipulate data stored in Resource
+ Description Framework format.
+ .
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 4a71404..231915a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,6 +4,88 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
+Files: CONTRIBUTING
+ 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/SPARQLSuite.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/model-triple.t
+ t/naive_planner.t
+ t/parser-nquads.t
+ t/parser-ntriples.t
+ t/parser-rdfxml.t
+ t/parser-sparql.t
+ t/parser-sparqljson.t
+ t/parser-sparqltsv.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-sparqlcsv.t
+ t/serializer-sparqlhtml.t
+ t/serializer-sparqltsv.t
+ t/serializer-sparqlxml.t
+ t/serializer-turtle.t
+ t/simple-eval.t
+ t/simple.t
+ t/store-memory.t
+ t/store-simple.t
+ t/store-simpletriple.t
+ t/term-map.t
+ t/term.t
+ t/treerewrite.t
+ xt/dawg11-memory.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
@@ -83,85 +165,6 @@ 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/model-triple.t
- t/naive_planner.t
- t/parser-nquads.t
- t/parser-ntriples.t
- t/parser-rdfxml.t
- t/parser-sparql.t
- t/parser-sparqljson.t
- t/parser-sparqltsv.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-sparqlcsv.t
- t/serializer-sparqlhtml.t
- t/serializer-sparqltsv.t
- t/serializer-sparqlxml.t
- t/serializer-turtle.t
- t/simple-eval.t
- t/simple.t
- t/store-memory.t
- t/store-simple.t
- t/store-simpletriple.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

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