r11480 - packages/trunk/fenix-plugins/debian

Peter Pentchev roam-guest at alioth.debian.org
Thu Nov 25 14:39:56 UTC 2010


Author: roam-guest
Date: 2010-11-25 14:39:49 +0000 (Thu, 25 Nov 2010)
New Revision: 11480

Added:
   packages/trunk/fenix-plugins/debian/source.lintian-overrides
Modified:
   packages/trunk/fenix-plugins/debian/changelog
   packages/trunk/fenix-plugins/debian/control
Log:
Add armhf to the list of supported architectures and override
the Lintian "unknown architecture" warning.


Modified: packages/trunk/fenix-plugins/debian/changelog
===================================================================
--- packages/trunk/fenix-plugins/debian/changelog	2010-11-25 14:26:47 UTC (rev 11479)
+++ packages/trunk/fenix-plugins/debian/changelog	2010-11-25 14:39:49 UTC (rev 11480)
@@ -14,6 +14,8 @@
   * 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 <roam at ringlet.net>  Thu, 25 Nov 2010 16:09:06 +0200
 

Modified: packages/trunk/fenix-plugins/debian/control
===================================================================
--- packages/trunk/fenix-plugins/debian/control	2010-11-25 14:26:47 UTC (rev 11479)
+++ packages/trunk/fenix-plugins/debian/control	2010-11-25 14:39:49 UTC (rev 11480)
@@ -12,8 +12,8 @@
 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 @@
  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 @@
  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

Added: packages/trunk/fenix-plugins/debian/source.lintian-overrides
===================================================================
--- packages/trunk/fenix-plugins/debian/source.lintian-overrides	                        (rev 0)
+++ packages/trunk/fenix-plugins/debian/source.lintian-overrides	2010-11-25 14:39:49 UTC (rev 11480)
@@ -0,0 +1,2 @@
+# This will go away once the ARM Hard Float goes official :)
+unknown-architecture armhf




More information about the Pkg-games-commits mailing list