X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;h=41434a3404dfd1869bdfd696b49bd6c083d92730;hb=c6fdd0f2653303fcc8a5307e106e77161f436b44;hp=c15e8be9a2d0f8e6f72665e192aaa0c403b66bc2;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac;p=deb%2Fpackages.git diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl index c15e8be..41434a3 100644 --- a/templates/config/architectures.tmpl +++ b/templates/config/architectures.tmpl @@ -1,21 +1,22 @@ [% # list of architectures architectures = { - i386 => 'Intel x86', - m68k => 'Motorola 680x0', - sparc => 'SPARC', - alpha => 'Alpha', - powerpc => 'PowerPC', - arm => 'ARM', - hppa => 'HP PA-RISC', - ia64 => 'Intel IA-64', - mips => 'MIPS', - mipsel => 'MIPS (DEC)', - s390 => 'IBM S/390', - "hurd-i386" => 'Hurd (i386)', - amd64 => 'AMD64', - "kfreebsd-i386" => 'GNU/kFreeBSD (i386)', - "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)' + i386 => g('Intel x86'), + m68k => g('Motorola 680x0'), + sparc => g('SPARC'), + alpha => g('Alpha'), + powerpc => g('PowerPC'), + arm => g('ARM'), + hppa => g('HP PA-RISC'), + ia64 => g('Intel IA-64'), + mips => g('MIPS (big-endian)'), + mipsel => g('MIPS (little-endian)'), + s390 => g('IBM S/390'), + "hurd-i386" => g('Hurd (i386)'), + amd64 => g('AMD64'), + armel => g('EABI ARM'), + "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'), + "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'), } -%] \ No newline at end of file +%]