This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit eddf49ff4c964e3ed3c21c8c7296a1721d5f6d53 Author: Peter Pentchev <[email protected]> Date: Thu Nov 25 11:39:10 2010 +0000 Add ARM Hard Float (armhf) to the list of supported architectures. Closes: #604658 --- debian/changelog | 6 +++++- debian/control | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f690b6..3da4372 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,11 @@ fenix (0.92a.dfsg1-6) UNRELEASED; urgency=low [ 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 diff --git a/debian/control b/debian/control index b576e27..fc91c89 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix/?op=log 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

