Author: roam-guest Date: 2010-11-25 11:39:10 +0000 (Thu, 25 Nov 2010) New Revision: 11477
Modified: packages/trunk/fenix/debian/changelog packages/trunk/fenix/debian/control Log: Add ARM Hard Float (armhf) to the list of supported architectures. Closes: #604658 Modified: packages/trunk/fenix/debian/changelog =================================================================== --- packages/trunk/fenix/debian/changelog 2010-11-24 19:03:31 UTC (rev 11476) +++ packages/trunk/fenix/debian/changelog 2010-11-25 11:39:10 UTC (rev 11477) @@ -6,8 +6,12 @@ [ Miriam Ruiz ] * Added Renesas SH(sh4) CPU to support architecture list. Closes: #551144 - -- Peter De Wachter <[email protected]> Thu, 03 Sep 2009 07:26:43 +0200 + [ Peter Pentchev ] + * Added ARM Hard Float (armhf) to the list of supported architectures. + Closes: #604658 + -- Peter Pentchev <[email protected]> Thu, 25 Nov 2010 13:25:18 +0200 + fenix (0.92a.dfsg1-5) unstable; urgency=low [ Peter De Wachter ] Modified: packages/trunk/fenix/debian/control =================================================================== --- packages/trunk/fenix/debian/control 2010-11-24 19:03:31 UTC (rev 11476) +++ packages/trunk/fenix/debian/control 2010-11-25 11:39:10 UTC (rev 11477) @@ -12,8 +12,8 @@ Homepage: http://fenix.divsite.net/ Package: fenix -Architecture: arm armel hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4 - powerpc s390 sparc +Architecture: arm armel armhf hppa i386 kfreebsd-i386 hurd-i386 m68k + mips mipsel sh4 powerpc s390 sparc Depends: ${shlibs:Depends}, ${misc:Depends} Description: development environment for making 2D games Fenix is an interpreted script programming language, especially designed to _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

