~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to totem-pl-parser.doap

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-09 13:39:14 UTC
  • mfrom: (1.4.16) (1.5.12 sid)
  • Revision ID: package-import@ubuntu.com-20120309133914-e6iab9fcyg8cmw33
Tags: 3.2.0-1
* New upstream release.
* debian/patches/01-libquvi-0.4.patch: Removed, merged upstream.
* debian/control.in: Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
2
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 
3
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
 
4
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
 
5
         xmlns="http://usefulinc.com/ns/doap#">
 
6
        <name xml:lang="en">totem-pl-parser</name>
 
7
        <shortdesc xml:lang="en">Simple GObject-based library to parse and save a host of playlist formats</shortdesc>
 
8
        <homepage rdf:resource="http://projects.gnome.org/totem/"/>
 
9
        <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=totem-pl-parser"/>
 
10
        <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
 
11
        <maintainer>
 
12
                <foaf:Person>
 
13
                        <foaf:name>Bastien Nocera</foaf:name>
 
14
                        <foaf:mbox rdf:resource="mailto:hadess@hadess.net"/>
 
15
                        <gnome:userid>hadess</gnome:userid>
 
16
                </foaf:Person>
 
17
        </maintainer>
 
18
</Project>