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

Jonas Smedegaard dr at jones.dk
Fri May 1 16:07:23 UTC 2015


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

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

commit e0afb2cc92cfcadcfdf34f4602a2b88dc63b3525
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 1 17:56:37 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index fd2a82b..6ce3b4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+librdf-aref-perl (0.25-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + Support empty queries.
+    + Fix bug for literal nodes without language tags in encoder.
+    + New encoder method add_hashref.
+    + Allow 'a' in aREF query expressions.
+    + Experimental support for encoding from URL.
+    + Support multiple queries in aref_query.
+    + Modify encoder: Add subject and triple method.
+    + Remove or hide some experimental methods.
+    + Avoid malformed bnode identifiers.
+    + New decoder option keep_bnode_map.
+    + Support aref_query on property maps.
+    + Support aREF query expression with multiple items.
+    + Support encoding RDF from file.
+    + Support Unicode normalization.
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Relax (build-)dependency on librdf-ns-perl slightly.
+    + Suggest libunicode-normalize-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 01 May 2015 17:56:07 +0200
+
 librdf-aref-perl (0.20-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index d625665..9107b8d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs (>= 0.4.122~),
  libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
- librdf-ns-perl (>= 20140910),
+ librdf-ns-perl (>= 20140908),
  librdf-trine-perl,
  libjson-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -21,6 +21,7 @@ Package: librdf-aref-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
 Description: another RDF Encoding Form
  aREF (another RDF Encoding Form) is an encoding of RDF graphs in form
  of arrays, hashes, and Unicode strings.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 0e8c6aa..73b042d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -25,9 +25,11 @@ Files: Build.PL
  t/decode-errors.t
  t/decoder.t
  t/doi-example.json
- t/encoder-add.t
+ t/encode_aref.t
  t/encoder.t
  t/example.json
+ t/nfc.t
+ t/nfc.ttl
  t/null.t
  t/objects.t
  t/release-pod-syntax.t

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



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