~ubuntu-branches/ubuntu/precise/supertuxkart/precise

« back to all changes in this revision

Viewing changes to data/tuxtrack.track

  • Committer: Bazaar Package Importer
  • Author(s): Gonéri Le Bouder, Gonéri Le Bouder, Eddy Petrişor
  • Date: 2006-09-08 22:59:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060908225925-3spug0pnh9ekwlpw
Tags: 0.2-1
[ Gonéri Le Bouder ]
* new upstream release candidate
 + Closes: #388021
 + remove supertuxkart.sh
 + add supertuxkart(|-data).install
 + clean up
 + remove deps on ${shlibs:Depends}, ${misc:Depends} for supertuxkart-data
* fix French comment was tagged de_DE
* fix not-binnmuable-any-depends-all
* fix FTBFS on 64bit arch
 + Closes: #370810

[ Eddy Petrişor ]
* added Romanian translation to desktop file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;; -*- mode: lisp -*-
2
2
 
3
3
(tuxkart-track
4
 
 (name "Tux Tollway")
5
 
 (music "mods/tk2.mod"))
 
4
 (name        "Tux Tollway")
 
5
 (description "Created by Oliver & Steve Baker")
 
6
 (music       "mods/tk2.mod")
 
7
 (screenshot "images/sshot-tuxtrack.rgb")
 
8
)
6
9
 
7
10
;; EOF ;;
8
11