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

js pushed a commit to branch master
in repository libcatmandu-rdf-perl.

commit eeed7a8dcfed5d4e0c5fea2a6781adcd83d5b980
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Wed May 13 20:48:53 2015 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 30 ++++++++++++++++++++++++++++--
 debian/control         | 16 +++++++++++-----
 debian/copyright_hints |  7 +++++--
 3 files changed, 44 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3df0887..89ee603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,34 @@
-libcatmandu-rdf-perl (0.18-2) UNRELEASED; urgency=medium
+libcatmandu-rdf-perl (0.25-1) unstable; urgency=medium
 
+  [ upstream ]
+  * New release(s):
+    + Add triples importer mode.
+    + Disable namespaces with ns=0.
+    + Support importing from string reference.
+    + Try to fix import from URL encoding.
+    + Align with RDF::aREF 0.22, new options predicate_map.
+    + Fix bnode mapping bug.
+    + Simplify calling syntax of aref_query fix.
+    + Support SPARQL.
+    + Fix some unit tests.
+      Closes: bug#783752. Thanks to Niko Tyni.
+    + Rewrite aref_query fix.
+    + Support streaming of NTriple data.
+
+  [ Vasudev Kamath ]
   * Drop myself from uploaders.
 
- -- Vasudev Kamath <kamathvasu...@gmail.com>  Mon, 17 Nov 2014 21:54:22 +0530
+  [ Jonas Smedegaard ]
+  * Update copyright info:
+    + Update upstream issue tracker and alternate source URLs.
+    + Extend coverage for myself.
+  * Update homepage.
+  * Update package relations:
+    + Tighten (build-)dependency on libcatmandu-perl and
+      librdf-aref-perl.
+  * Extend long description, based on upstream text.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Wed, 13 May 2015 20:46:53 +0200
 
 libcatmandu-rdf-perl (0.18-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index f6f148c..2668dc4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,17 +7,16 @@ Build-Depends: cdbs (>= 0.4.122~),
  libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
- libcatmandu-perl,
  librdf-trine-perl,
+ libcatmandu-perl (>= 0.9209),
  librdf-ns-perl (>= 20140910),
- librdf-aref-perl (>= 0.18)
+ librdf-aref-perl (>= 0.23)
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <d...@jones.dk>,
- Vasudev Kamath <kamathvasu...@gmail.com>
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-rdf-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-rdf-perl.git
-Homepage: https://github.com/gbv/Catmandu-RDF
+Homepage: https://github.com/LibreCat/Catmandu-RDF
 
 Package: libcatmandu-rdf-perl
 Architecture: all
@@ -28,4 +27,11 @@ Description: modules for handling RDF data within the 
Catmandu framework
  retrieval, export and transformation of metadata records.
  .
  Catmandu::RDF contains modules for handling RDF data within the Catmandu
- framework.
+ framework.  RDF data is encoded/decoded in aREF as implemented with
+ RDF::aREF.  Please keep in mind that RDF is a graph-based data
+ structuring format with specialized technologies such as SPARQL and
+ triple stores.  Using Catmandu::RDF to transform RDF to RDF (e.g.
+ conversion from one RDF serialization to another) is possible but
+ probably less performant than decent RDF tools.  Catmandu::RDF,
+ however, is more conventient to convert between RDF and other data
+ formats.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 29c9824..3c6bf4e 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -21,14 +21,17 @@ Files: Build.PL
  lib/Catmandu/Exporter/RDF.pm
  lib/Catmandu/Fix/aref_query.pm
  lib/Catmandu/Importer/RDF.pm
+ t/aref_query.t
  t/example.rdf
  t/example.ttl
+ t/example.yml
  t/exporter-add.t
  t/exporter.t
- t/fix-aref-query.t
  t/importer.t
  t/issue-3.t
  t/release-pod-syntax.t
+ t/sparql.t
+ t/url.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -40,7 +43,7 @@ License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <d...@jones.dk>
+Copyright: 2014-2015, Jonas Smedegaard <d...@jones.dk>
 License: GPL-3+
  FIXME
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to