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

Jonas Smedegaard dr at jones.dk
Tue Aug 5 09:29:45 UTC 2014


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

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

commit efea636862865acafac7f6ac651df4924bfd7c5e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 5 11:12:06 2014 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 34 ++++++++++++++++++++++++++++++++++
 debian/control         |  5 ++---
 debian/copyright_hints |  4 +++-
 3 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adaf3d8..b4bc089 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+librdf-query-perl (2.911-1) unstable; urgency=medium
+
+  * New upstream release.
+    BUG FIXES
+    + Fixed bug in RDF::Query::Plan::Join::PushDownNestedLoop that
+      didn't allow 'aggregate' to appear in the RHS serialized text.
+    + Fixed SPARQL 1.1 GGP parsing bug.
+    + Fixed RDF::Query::Algebra->subpatterns_of_type to support descent
+      into sub-queries.
+    + Disabled pushing full updates down into the store object (only
+      meant to be full queries at this point).
+    + Fixed as_hash method in RDF::Query::Algebra::Aggregate,
+      RDF::Query::Algebra::Sort, and RDF::Query::Expression::Alias.
+    + Updated RDF::Query::Compiler::SQL to respect node class
+      encapsulation.
+    ENHANCEMENTS
+    + Modularized implementation of explain method in algebra and plan
+      classes.
+    + Updated rqsh script to use env perl instead of hardcoded bin path.
+    + Added JSON output to bin/parse.pl script.
+    + Added RDF::Query::ExecutionContext->bind_variable method.
+    OTHER
+    + Added :all export tag to RDF::Trine::Node.
+    + Remove Crypt::GPG and Bloom::Filter from list of recommended
+      modules (no longer used in code).
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Stop build-depending on or recommending libcrypt-gpg-perl or
+      libbloom-filter-perl: No longer used anywhere.
+    + Fix build-depend explicitly on perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 05 Aug 2014 11:11:49 +0200
+
 librdf-query-perl (2.910-2) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 521a38a..171bf84 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: cdbs,
  devscripts,
+ perl,
  debhelper,
  dh-buildinfo,
  libossp-uuid-perl,
@@ -14,14 +15,12 @@ Build-Depends: cdbs,
  perl (>= 5.12) | libfile-spec-perl,
  librdf-trine-perl (>= 1.003),
  liburi-perl (>= 1.52),
+ libmodule-pluggable-perl | perl (<< 5.17.0),
  libwww-perl,
  libgetopt-simple-perl,
  libgeo-distance-perl,
- libcrypt-gpg-perl,
- libbloom-filter-perl,
  libtest-json-perl,
  libtest-exception-perl,
- libmodule-pluggable-perl | perl (<< 5.17.0),
  libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index ff8ea85..8e5add4 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -51,6 +51,8 @@ Files: MANIFEST
  debian/control
  debian/control.in
  debian/gbp.conf
+ debian/patches/fix-rcsh-path.patch
+ debian/patches/series
  debian/source/format
  debian/watch
  doap.rdf
@@ -241,7 +243,7 @@ License: GPL-3+
  FIXME
 
 Files: README.html
-Copyright: 2005–2010, Gregory Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p>
+Copyright: © 2005–2010, Gregory Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p>
   text.</li>
 License: Perl
  FIXME

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



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