~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/manipulation/entityrecipes/crates.entityrecipe

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-10-22 23:21:17 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091022232117-isr8u3402qmu7ilo
Tags: 0.5.7-1
* New upstream release.
  - Compile against current ogre (Closes: #551431)
  - Removed debian/patches/ember-gcc4.4.patch. Merged upstream.
  - Updated Depends on ember-media.
* Add libboost-thread-dev tp Build-Depends.
* Make debian/rules independent from upstream version.
* Updated watch file to allow automatic download of new upstream
  tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<entityrecipes>
2
 
  <entityrecipe name="crate">
3
 
    <author>Erik Hjortsberg</author>
4
 
    <description>
5
 
      A crate.
6
 
    </description>
7
 
    <entity type="crate">
8
 
      <atlas>
9
 
        <map>
10
 
        </map>
11
 
      </atlas>
12
 
    </entity>
13
 
    <adapters>
14
 
    </adapters>
15
 
    <bindings>
16
 
    </bindings>
17
 
  </entityrecipe>
18
 
  <entityrecipe name="open crate">
19
 
    <author>Erik Hjortsberg</author>
20
 
    <description>
21
 
      An open crate.
22
 
    </description>
23
 
    <entity type="open_crate">
24
 
      <atlas>
25
 
        <map>
26
 
        </map>
27
 
      </atlas>
28
 
    </entity>
29
 
    <adapters>
30
 
    </adapters>
31
 
    <bindings>
32
 
    </bindings>
33
 
  </entityrecipe>
34
 
</entityrecipes>