~ubuntu-branches/ubuntu/utopic/gnome-common/utopic

« back to all changes in this revision

Viewing changes to gnome-common.doap

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-10-10 12:21:12 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091010122112-9pe6ufi26yfpps3h
Tags: 2.28.0-1
* New upstream release.
  - debian/patches/01_automake-1.11.patch:
    + Removed, fixed upstream.
* debian/watch: Don't uupdate.

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
 
 
7
  <name xml:lang="en">Common files</name>
 
8
  <shortdesc xml:lang="en">A module that is required only when building GNOME from the repository.</shortdesc>
 
9
  <download-page rdf:resource="http://download.gnome.org/sources/gnome-common/" />
 
10
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-common" />
 
11
  <category rdf:resource="http://api.gnome.org/doap-extensions#development" />
 
12
 
 
13
  <maintainer>
 
14
    <foaf:Person>
 
15
      <foaf:name>Christian Persch</foaf:name>
 
16
      <foaf:mbox rdf:resource="mailto:chpe@gnome.org"/>
 
17
      <gnome:userid>chpe</gnome:userid>
 
18
    </foaf:Person>
 
19
  </maintainer>
 
20
</Project>