[SCM] librdf-prefixes-perl Debian packaging branch, master, updated. debian/0.002-1-21-g199cd35

Jonas Smedegaard dr at jones.dk
Thu Jun 14 20:00:31 UTC 2012


The following commit has been merged in the master branch:
commit 15352bea729a354da76db00194e6e3c48b482084
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 14 21:35:05 2012 +0200

    Improve long description based on upstream POD.

diff --git a/debian/control.in b/debian/control.in
index 4b77b24..eb3395a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,5 +18,12 @@ Description: simple way to turn URIs into QNames
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
  .
- RDF::Prefixes is a Perl library for converting URIs into Qualified
- Names (QNames).
+ RDF::Prefixes is not so much for managing namespaces/prefixes in code
+ (see RDF::Trine::NamespaceMap for that), but as a helper for code that
+ serialises data using namespaces.
+ .
+ It generates pretty prefixes, reducing "http://purl.org/dc/terms/" to
+ "dc" rather than something too generic like like "ns01", and provides a
+ context for keeping track of namespaces already used, so that when
+ "http://purl.org/dc/elements/1.1/" is encountered, it won't stomp on
+ the previous definition of "dc".

-- 
librdf-prefixes-perl Debian packaging



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