This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libattean-perl.
commit 41f3b1be7d064e34b937cf1626756f2c6c5e8094 Author: Jonas Smedegaard <[email protected]> Date: Thu Oct 16 16:01:02 2014 +0200 Update changelog, control file and copyright hints. --- debian/changelog | 21 +++++++++++++++++++++ debian/control | 5 +++-- debian/copyright_hints | 11 +++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1f9e1c..c74d5af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +libattean-perl (0.002-1) UNRELEASED; urgency=medium + + [ upstream ] + * New release. + + Add POD for many classes and roles. + + Add Attean->negotiate_serializer method. + + Wrap mutating methods in a single bulk-update. + + Move RDF::Query algebra translator to AtteanX::RDFQueryTranslator. + + Update Attean->get_serializer to support media_type argument. + + Change media_type attributes to class methods in Serializer + classes. + + Switched from Sub::Name to Sub::Util. + + [ Jonas Smedegaard ] + * Update package relations: + + (Build-)depend on libhttp-negotiate-perl + + (Build-)depend on libsub-util-perl (not libsub-name-perl). + + Tighten to (build-)depend on recent liburi-namespacemap-perl. + + -- Gregory Todd Williams <[email protected]> Thu, 16 Oct 2014 15:57:28 +0200 + libattean-perl (0.001-1) unstable; urgency=low * Initial packaging release. diff --git a/debian/control b/debian/control index da12a16..511be2b 100644 --- a/debian/control +++ b/debian/control @@ -7,17 +7,18 @@ Build-Depends: cdbs, dh-buildinfo, libossp-uuid-perl, libdatetime-format-w3cdtf-perl, + libhttp-negotiate-perl, libiri-perl, libset-scalar-perl, libsub-install-perl, - libsub-name-perl, + libsub-util-perl, libtry-tiny-perl, libtype-tiny-perl, liburi-perl, - liburi-namespacemap-perl, libnamespace-clean-perl, libmoo-perl (>= 1.006000), librdf-query-perl (>= 2.910), + liburi-namespacemap-perl (>= 0.12), perl (>= 5.14), libtest-exception-perl Maintainer: Debian Perl Group <[email protected]> diff --git a/debian/copyright_hints b/debian/copyright_hints index 728c00f..3ced5b4 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -8,15 +8,22 @@ Files: lib/Attean.pm lib/Attean/API.pm lib/Attean/API/AbbreviatingParser.pod lib/Attean/API/AbbreviatingSerializer.pod + lib/Attean/API/AggregateExpression.pod lib/Attean/API/AppendableSerializer.pod lib/Attean/API/AtOnceParser.pod lib/Attean/API/Binding.pm + lib/Attean/API/Blank.pod lib/Attean/API/BlankOrIRI.pod + lib/Attean/API/BulkUpdatableModel.pod lib/Attean/API/Expression.pm + lib/Attean/API/IRI.pod lib/Attean/API/Iterator.pm + lib/Attean/API/Literal.pod lib/Attean/API/MixedStatementParser.pod lib/Attean/API/MixedStatementSerializer.pod lib/Attean/API/Model.pm + lib/Attean/API/MutableModel.pod + lib/Attean/API/MutableTripleStore.pod lib/Attean/API/Parser.pm lib/Attean/API/PullParser.pod lib/Attean/API/PushParser.pod @@ -25,6 +32,7 @@ Files: lib/Attean.pm lib/Attean/API/QuadPattern.pod lib/Attean/API/QuadSerializer.pod lib/Attean/API/Query.pm + lib/Attean/API/RepeatableIterator.pod lib/Attean/API/Result.pod lib/Attean/API/ResultParser.pod lib/Attean/API/ResultSerializer.pod @@ -40,6 +48,7 @@ Files: lib/Attean.pm lib/Attean/API/TriplePattern.pod lib/Attean/API/TripleSerializer.pod lib/Attean/API/Variable.pod + lib/Attean/AggregateExpression.pod lib/Attean/Algebra.pm lib/Attean/Blank.pm lib/Attean/CodeIterator.pm @@ -87,11 +96,13 @@ Files: Changes.ttl inc/Module/Install/WriteAll.pm lib/Attean/BindingEqualityTest.pm lib/AtteanX/Parser/RDFXML.pm + lib/AtteanX/RDFQueryTranslator.pm t/00.load.t t/algebra.t t/binding-equality.t t/binding.t t/expression.t + t/http-negotiation.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
