This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libattean-perl.
commit abfba61b749911121d40483db2336f09833c6852 Author: Jonas Smedegaard <[email protected]> Date: Thu May 28 11:20:56 2015 +0200 Update changelog and copyright hints. --- debian/changelog | 43 ++++++++----------------------------------- debian/copyright_hints | 2 ++ 2 files changed, 10 insertions(+), 35 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbc2513..71a36e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,46 +1,19 @@ -libattean-perl (0.004-1) UNRELEASED; urgency=medium +libattean-perl (0.005-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. + * New release(s). [ Jonas Smedegaard ] * Modernize git-buildpackage config: Drop "git-" prefix. - * Update copyright info: Extend coverage for myself. + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + 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. + * Add lintian overrides regarding license in License-Reference field. + See bug#786450. -- Jonas Smedegaard <[email protected]> Tue, 19 May 2015 08:57:30 +0200 diff --git a/debian/copyright_hints b/debian/copyright_hints index 51a4c3a..617032a 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -90,6 +90,7 @@ Files: Changes.ttl 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 @@ -116,6 +117,7 @@ Files: Changes.ttl t/binding.t t/expression.t t/http-negotiation.t + t/idp_planner.t t/iter.t t/model-quad.t t/parser-nquads.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libattean-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
