[SCM] librdf-linkeddata-perl Debian packaging branch, master, updated. debian/0.44-1-9-g30b749b

Jonas Smedegaard dr at jones.dk
Fri Jun 29 09:34:56 UTC 2012


The following commit has been merged in the master branch:
commit 30b749b6ad1d29681e8bb9eae6471cbf8f22c815
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 29 11:31:37 2012 +0200

    Prepare for release: Update changelog, control and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 73da80d..2c675f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+librdf-linkeddata-perl (0.52-1) unstable; urgency=low
+
+  * New upstream release.
+
+  * Update package relations:
+    + Build-depend on (not only recommend)
+      libplack-middleware-crossorigin-perl and librdf-endpoint-perl.
+    + Suggest librdf-generator-void-perl.
+  * Rewrite long description based on upstream texts.
+  * Disable tests: Upstream testsuite currently broken. Temporarily drop
+    test-related build-depdendencies.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 29 Jun 2012 11:31:11 +0200
+
 librdf-linkeddata-perl (0.44-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e399e66..d6d2d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Build-Depends: devscripts,
  perl,
  debhelper,
  dh-buildinfo,
+ libnamespace-autoclean-perl (>= 0.12),
+ liburi-perl (>= 1.52),
  libmoose-perl,
  libmoosex-log-log4perl-perl,
  liblog-log4perl-perl,
@@ -15,14 +17,7 @@ Build-Depends: devscripts,
  libhtml-html5-writer-perl,
  libmoosex-undeftolerant-perl,
  librdf-rdfa-generator-perl,
- librdf-helper-properties-perl,
- libnamespace-autoclean-perl (>= 0.12),
- liburi-perl (>= 1.52),
- libconfig-jfdi-perl,
- libtest-json-perl,
- libtest-www-mechanize-psgi-perl,
- libtest-exception-perl,
- libtest-rdf-perl (>= 0.26)
+ librdf-helper-properties-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.3
@@ -39,9 +34,9 @@ Description: simple Linked Data implementation
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
  .
- RDF::LinkedData provides a server implementation for serving Linked
- Data from the host it is configured for. Its main feature is that it
- can take an RDF model optionally read from file(s) or from a SPARQL
- endpoint and serve the URIs of those resources according to Linked
- Data best practices. It will do content negotiation, supports many
- seralizations, and it will do 303 redirects as needed.
+ RDF::LinkedData is used to create a minimal Linked Data server that can
+ serve RDF data out of an RDF::Trine::Model. It will look up URIs in the
+ model and do the right thing (known as the 303 dance) and mint URLs for
+ that, as well as content negotiation. Thus, you can concentrate on URIs
+ for your things, you need not be concerned about minting URLs for the
+ pages to serve it.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 150ab84..24316bd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -35,15 +35,17 @@ Files: Changes
  meta/project.ttl
  rdf_linkeddata.json
  rdf_linkeddata_end.json
- script/write_sqlite-db.pl
+ rdf_linkeddata_void.json
  t/00-load.t
  t/10-basic.t
  t/11-constructor.t
  t/15-process.t
+ t/16-void.t
  t/17-hypermedia.t
  t/19_config_file.t
  t/20-psgi-basic.t
  t/25-psgi-endpoint.t
+ t/28-psgi-void.t
  t/data/basic.ttl
  xt/0-signature.t
  xt/critic.t

-- 
librdf-linkeddata-perl Debian packaging



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