Source: xorg 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. Mind you, we do not target squeeze, so there is no rush. But 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 xorg-7.5+8/debian/changelog xorg-7.5+8+armhf//debian/changelog --- xorg-7.5+8/debian/changelog 2010-10-02 12:20:30.000000000 +0000 +++ xorg-7.5+8+armhf//debian/changelog 2010-10-03 16:04:56.000000000 +0000 @@ -1,3 +1,9 @@ +xorg (1:7.5+8+armhf) unreleased; urgency=low + + * Add support for armhf. + + -- Konstantinos Margaritis <mar...@genesi-usa.com> Sun, 03 Oct 2010 16:03:32 +0000 + xorg (1:7.5+8) unstable; urgency=low [ Julien Cristau ] diff -ruN xorg-7.5+8/debian/scripts/vars.armhf xorg-7.5+8+armhf//debian/scripts/vars.armhf --- xorg-7.5+8/debian/scripts/vars.armhf 1970-01-01 00:00:00.000000000 +0000 +++ xorg-7.5+8+armhf//debian/scripts/vars.armhf 2010-10-03 16:21:51.000000000 +0000 @@ -0,0 +1,14 @@ + +# This file is NOT a shell script. +# +# This file gets included by both debian/rules (make) AND the scripts in +# debian/scripts (Bourne shell). +XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \ + xserver-xorg-video-fbdev, \ + xserver-xorg-video-nv, \ + xserver-xorg-video-vesa, \ +" + +XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \ + xserver-xorg-input-synaptics, \ + xserver-xorg-input-wacom"