[libmodule-install-rdf-perl] 09/34: minor fixes etc
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:36:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-rdf-perl.
commit 823694595ad2970d1999752f02027da154907073
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Jul 4 14:26:16 2012 +0100
minor fixes etc
--HG--
branch : Module-Install-RDF
---
meta/changes.pret | 8 ++++----
meta/doap.pret | 5 +++++
meta/doap.ttl | 35 -----------------------------------
3 files changed, 9 insertions(+), 39 deletions(-)
diff --git a/meta/changes.pret b/meta/changes.pret
index ecc3b0f..b5c7e0d 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -11,10 +11,10 @@
`Module-Install-RDF 0.003 cpan:TOBYINK`
issued 2011-11-26;
changeset [
- item "use parent"^^Regression;
- item "rdf_project_uri function which provides heuristics to determine the URI of the primary doap:Project described in the meta directory."^^Addition;
- item "Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely identity Module::Install objects. (Though in a typical installation scenario, this shouldn't matter much.)"^^Change;
- ] .
+ item [ a dcs:Regression; label "use parent" ];
+ item [ a dcs:Addition; label "rdf_project_uri function which provides heuristics to determine the URI of the primary doap:Project described in the meta directory." ];
+ item [ a dcs:Change; label "Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely identity Module::Install objects. (Though in a typical installation scenario, this shouldn't matter much.)" ];
+ ].
`Module-Install-RDF 0.004 cpan:TOBYINK`
issued 2011-12-03;
diff --git a/meta/doap.pret b/meta/doap.pret
index 7662ada..4cab0e7 100644
--- a/meta/doap.pret
+++ b/meta/doap.pret
@@ -12,3 +12,8 @@
doap:created 2011-09-30 ;
doap:license <http://dev.perl.org/licenses/>;
doap:category [label "Semantic Web"], [label "Packaging"].
+
+cpan:tobyink
+ foaf:name "Toby Inkster";
+ foaf:mbox <mailto:tobyink at cpan.org>;
+ foaf:homepage <http://tobyinkster.co.uk/>.
diff --git a/meta/doap.ttl b/meta/doap.ttl
deleted file mode 100644
index 8615cc1..0000000
--- a/meta/doap.ttl
+++ /dev/null
@@ -1,35 +0,0 @@
- at prefix : <http://usefulinc.com/ns/doap#> .
- at prefix dcs: <http://ontologi.es/doap-changeset#> .
- at prefix dc: <http://purl.org/dc/terms/> .
- at prefix foaf: <http://xmlns.com/foaf/0.1/> .
- at prefix my: <http://purl.org/NET/cpan-uri/dist/Module-Install-RDF/> .
- at prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- at prefix toby: <http://tobyinkster.co.uk/#> .
- at prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-my:project
-
- a :Project ;
- :name "Module-Install-RDF" ;
- :shortdesc "advanced metadata for your distribution"@en ;
- :programming-language "Perl" ;
- :homepage <https://metacpan.org/release/Module-Install-RDF> ;
- :download-page <https://metacpan.org/release/Module-Install-RDF> ;
- :bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-RDF> ;
- :repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/Module-Install-RDF/> ] ;
- :maintainer toby:i ;
- :developer toby:i ;
- :documenter toby:i ;
- :tester toby:i ;
- :created "2011-09-30"^^xsd:date ;
- :license <http://dev.perl.org/licenses/> ;
- :category [ rdfs:label "Semantic Web" ] , [ rdfs:label "Packaging" ] .
-
-toby:i
-
- a foaf:Person ;
- foaf:name "Toby Inkster" ;
- foaf:homepage <http://tobyinkster.co.uk/> ;
- foaf:page <https://metacpan.org/author/TOBYINK> ;
- foaf:mbox <mailto:tobyink at cpan.org> ;
- <http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/tobyink> .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-rdf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list