~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/amigaos/genintltable.sh

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-02-11 18:30:16 UTC
  • mfrom: (1.1.8 upstream) (9.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100211183016-f6n8usn3tzp0u6dp
Tags: 2.2.dfsg-1
* New upstream release, C64 DTV is included so update package description
  and add it to the menu.
* Drop patch fixing build failure with gcc-4.4 , applied upstream.
* Fix some lintian problems and clean up debian/rules .

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  case ${data%%_*} in
37
37
    ID*)
38
38
           echo "/* en */ {"$data","
 
39
           echo "/* de */  "$data"_DA,"
39
40
           echo "/* de */  "$data"_DE,"
40
41
           echo "/* fr */  "$data"_FR,"
41
42
           echo "/* hu */  "$data"_HU,"
42
43
           echo "/* it */  "$data"_IT,"
43
44
           echo "/* nl */  "$data"_NL,"
44
45
           echo "/* pl */  "$data"_PL,"
45
 
           echo "/* sv */  "$data"_SV},"
 
46
           echo "/* sv */  "$data"_SV,"
 
47
           echo "/* tr */  "$data"_TR},"
46
48
           echo ""
47
49
           ok="yes"
48
50
    ;;