Source: netsniff-ng 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 netsniff-ng-0.5.4.2/debian/control netsniff-ng-0.5.4.2.armhf//debian/control --- netsniff-ng-0.5.4.2/debian/control 2010-11-22 17:45:30.000000000 +0000 +++ netsniff-ng-0.5.4.2.armhf//debian/control 2010-11-22 17:42:53.899783755 +0000 @@ -7,7 +7,7 @@ Homepage: http://code.google.com/p/netsniff-ng/ Package: netsniff-ng -Architecture: i386 ia64 alpha amd64 arm armeb armel hppa mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc +Architecture: i386 ia64 alpha amd64 arm armeb armel armhf hppa mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc Depends: ${shlibs:Depends}, ${misc:Depends} Description: a high performance network sniffer for packet inspection netsniff-ng is a high performance Linux network sniffer

