~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to boards/algorithm.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="algorithm"
5
 
         type="python:algorithm"
6
 
         section="/discovery/miscelaneous"
7
 
         difficulty="2"
8
 
         icon="boardicons/algorithm.svg"
9
 
         author="Christof Petig and Ingo Konrad"
10
 
         boarddir="algorithm">
11
 
         <_title>algorithm</_title>
12
 
         <_description>Complete a list of symbols</_description>
13
 
        <_prerequisite>Move and click the mouse</_prerequisite>
14
 
        <_goal>Logic training activity</_goal>
15
 
        <_manual>Find the next symbol in a list.</_manual>
16
 
  </Board>
17
 
</GCompris>