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

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit d37b7dc19605a126bbdb67102dc3c911403a221c
Author: Kjetil Kjernsmo <kje...@kjernsmo.net>
Date:   Mon Aug 14 23:56:40 2017 +0200

    Update metadata
---
 meta/doap.pret     | 16 ++++++++++++----
 meta/makefile.pret |  1 +
 meta/people.pret   |  9 ---------
 meta/people.ttl    | 15 +++++++++++++++
 4 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/meta/doap.pret b/meta/doap.pret
index 70484fb..0fb3b69 100644
--- a/meta/doap.pret
+++ b/meta/doap.pret
@@ -1,18 +1,26 @@
 # This file contains general metadata about the project.
 
 @prefix : <http://usefulinc.com/ns/doap#>.
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix prov: <http://www.w3.org/ns/prov#>.
 
 `AtteanX-Compatibility-Trine`
        :programming-language "Perl" ;
        :shortdesc            "Compatibility layer between RDF::Trine and 
Attean";
        :homepage             
<https://metacpan.org/release/AtteanX-Compatibility-Trine>;
        :download-page        
<https://metacpan.org/release/AtteanX-Compatibility-Trine>;
-       :bug-database         
<http://rt.cpan.org/Dist/Display.html?Queue=AtteanX-Compatibility-Trine>;
-#      :repository           [ a :GitRepository; :browse 
<https://github.com/kjetilk/p5-atteanx-compatibility-trine> ];
+        dc:identifier 
"AtteanX::Compatibility::Trine"^^<http://ontologi.es/doap-deps#CpanId> ;    
+       :bug-database         
<https://github.com/kjetilk/p5-atteanx-compatibility-trine/issues>;
+        :repository           [ a :GitRepository; 
+                                :browse 
<https://github.com/kjetilk/p5-atteanx-compatibility-trine> ;
+                                prov:has_provenance 
<http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk%2Fp5-atteanx-compatibility-trine&serialization=PROV-O#>
+                              ];
+        :category             
<http://dbpedia.org/resource/Category:Semantic_Web>;
        :created              2017-08-14;
        :license              <http://dev.perl.org/licenses/>;
-       :maintainer           cpan:KJETILK;
-       :developer            cpan:KJETILK.
+       :maintainer           <http://www.kjetil.kjernsmo.net/foaf#me>;
+        :developer            <http://www.kjetil.kjernsmo.net/foaf#me>;
+        :helper               <http://kasei.us/about/foaf.xrdf#greg>.
 
 <http://dev.perl.org/licenses/>
        dc:title  "the same terms as the perl 5 programming language system 
itself".
diff --git a/meta/makefile.pret b/meta/makefile.pret
index 0d89f0e..06d9e0e 100644
--- a/meta/makefile.pret
+++ b/meta/makefile.pret
@@ -4,6 +4,7 @@
 
 `AtteanX-Compatibility-Trine`
        :test-requirement       [ :on "Test::More 0.96"^^:CpanId ];
+        :runtime-requirement    [ :on "Attean"^^:CpanId ];
        :develop-recommendation [ :on "Dist::Inkt 0.001"^^:CpanId ];
        .
 
diff --git a/meta/people.pret b/meta/people.pret
deleted file mode 100644
index 1cc43ae..0000000
--- a/meta/people.pret
+++ /dev/null
@@ -1,9 +0,0 @@
-# This file contains data about the project developers.
-
-@prefix : <http://xmlns.com/foaf/0.1/>.
-
-cpan:KJETILK
-       :name  "Kjetil Kjernsmo";
-       :page  <https://metacpan.org/author/KJETILK>;
-       :mbox  <mailto:kjet...@cpan.org>.
-
diff --git a/meta/people.ttl b/meta/people.ttl
new file mode 100644
index 0000000..def18e3
--- /dev/null
+++ b/meta/people.ttl
@@ -0,0 +1,15 @@
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix result: 
<http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk%2Fp5-atteanx-compatibility-trine&serialization=PROV-O#>
 .
+
+<http://www.kjetil.kjernsmo.net/foaf#me>
+    a           foaf:Person ;
+    owl:sameAs  <http://purl.org/NET/cpan-uri/person/kjetilk> , 
result:user-Kjetil-Kjernsmo ;
+    foaf:name   "Kjetil Kjernsmo" ;
+    foaf:mbox   <mailto:kjet...@cpan.org> .
+
+<http://kasei.us/about/foaf.xrdf#greg>
+    a           foaf:Person ;
+    owl:sameAs  <http://purl.org/NET/cpan-uri/person/gwilliams> ;
+    foaf:name   "Gregory Todd Williams" ;
+    foaf:mbox   <mailto:gwilli...@cpan.org> .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-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