Package: luajit Version: 2.0.0~beta8+dfsg-2 Severity: important Tags: patch
Please add support for armhf, the package builds fine -but to be honest, I haven't tested if it actually works. Also, armel was left out for the -dev package, added that as well. Please consider applying the patch. Regards Konstantinos
diff -ruN luajit-2.0.0~beta8+dfsg.orig//debian/control luajit-2.0.0~beta8+dfsg/debian/control --- luajit-2.0.0~beta8+dfsg.orig//debian/control 2011-05-10 00:21:16.000000000 +0300 +++ luajit-2.0.0~beta8+dfsg/debian/control 2011-07-18 08:40:01.960613919 +0300 @@ -9,7 +9,7 @@ Homepage: http://luajit.org Package: luajit -Architecture: i386 amd64 kfreebsd-i386 armel +Architecture: i386 amd64 kfreebsd-i386 armel armhf Depends: ${shlibs:Depends}, ${misc:Depends}, libluajit-5.1-common (= ${source:Version}) Description: Just in time compiler for Lua programming language version 5.1 LuaJIT implements the full set of language features defined by Lua 5.1. The @@ -27,7 +27,7 @@ by its embeddable (i.e. library) version. Package: libluajit-5.1-2 -Architecture: i386 amd64 kfreebsd-i386 armel +Architecture: i386 amd64 kfreebsd-i386 armel armhf Depends: ${shlibs:Depends}, ${misc:Depends}, libluajit-5.1-common (= ${source:Version}) Description: Just in time compiler for Lua - library version LuaJIT implements the full set of language features defined by Lua 5.1. The @@ -39,7 +39,7 @@ Package: libluajit-5.1-dev Section: libdevel -Architecture: i386 amd64 kfreebsd-i386 +Architecture: i386 amd64 kfreebsd-i386 armhf Depends: ${shlibs:Depends}, ${misc:Depends}, libluajit-5.1-2 (= ${binary:Version}) Description: Just in time compiler for Lua - development files This package contains header files and a statically linkable library for