This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix-plugins.
commit ce13ff1b1bcdce16b2007b149c344ee1f440fe32 Author: Peter Pentchev <[email protected]> Date: Thu Feb 25 23:44:19 2010 +0000 Add armhf to the list of supported architectures and override the Lintian "unknown architecture" warning. --- debian/changelog | 2 ++ debian/control | 12 ++++++------ debian/source.lintian-overrides | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index d41300a..b81b292 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low * Fix the build with new autotools by using the ltmain.sh provided by the Debian version of libtool to avoid the backwards-incompatible $echo -> $ECHO change. + * Add armhf to the list of supported architectures and override + the Lintian "unknown architecture" warning. -- Peter Pentchev <[email protected]> Thu, 25 Nov 2010 16:09:06 +0200 diff --git a/debian/control b/debian/control index 61b760e..33bcebd 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fenix-plugins/? Homepage: http://fenix.divsite.net/ Package: fenix-plugins -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: plugins for the Fenix Game Development System Fenix is an interpreted script programming language, especially designed to @@ -25,8 +25,8 @@ Description: plugins for the Fenix Game Development System Plugins included in this package: image, ttf, net, fgfx, fire and agua. Package: fenix-plugins-system -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: plugins for the Fenix Game Development System Fenix is an interpreted script programming language, especially designed to @@ -38,8 +38,8 @@ Description: plugins for the Fenix Game Development System Plugins included in this package: exec, fsock and tcpsock. Package: fenix-plugin-mpeg -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: mpeg plugin for the Fenix Game Development System Fenix is an interpreted script programming language, especially designed to diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000..326deb1 --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +# This will go away once the ARM Hard Float goes official :) +unknown-architecture armhf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix-plugins.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

