Source: ksplice Severity: wishlist Tags: patch Hi,
The armhf port has reached a very good state (at 87%) at debian-ports.org, and I'm now mass-filing bug reports to packages for armhf support. Most packages just have to add armhf in the architecture field. The complete list is in http://wiki.debian.org/ArmHardFloatTodo The package builds fine using the attached patch. Please consider adding armhf support. :) Regards Konstantinos -- System Information: Debian Release: squeeze/sid Architecture: armhf (armv7l) Kernel: Linux 2.6.31.14-efikamx (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -ruN ksplice-0.9.9/debian/control ksplice-0.9.9.armhf//debian/control --- ksplice-0.9.9/debian/control 2010-11-22 17:41:27.000000000 +0000 +++ ksplice-0.9.9.armhf//debian/control 2010-11-22 16:44:16.909777005 +0000 @@ -9,7 +9,7 @@ Homepage: http://ksplice.com Package: ksplice -Architecture: i386 amd64 arm armel +Architecture: i386 amd64 arm armel armhf Depends: ${shlibs:Depends}, perl, gcc | c-compiler, patch, rsync Description: Patching live kernel without having to reboot Ksplice allows system administrators to apply security patches to the

