Source: xorg Version: 7.7+4 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertag: arm64
Adding minimal support for new arm64 port, so package can be built. -- System Information: Debian Release: 7.2 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru xorg-7.7+4/debian/changelog xorg-7.7+4~arm64/debian/changelog --- xorg-7.7+4/debian/changelog 2013-09-30 19:05:14.000000000 +0100 +++ xorg-7.7+4~arm64/debian/changelog 2013-12-09 14:18:50.000000000 +0000 @@ -1,3 +1,9 @@ +xorg (1:7.7+4~arm64) unstable; urgency=low + + * Add minimal arm64 support (using dummy/void drivers) + + -- wookey <woo...@linaro.org> Mon, 09 Dec 2013 14:17:03 +0000 + xorg (1:7.7+4) unstable; urgency=low [ Julien Cristau ] diff -Nru xorg-7.7+4/debian/scripts/vars.arm64 xorg-7.7+4~arm64/debian/scripts/vars.arm64 --- xorg-7.7+4/debian/scripts/vars.arm64 1970-01-01 01:00:00.000000000 +0100 +++ xorg-7.7+4~arm64/debian/scripts/vars.arm64 2013-10-10 14:56:28.000000000 +0100 @@ -0,0 +1,8 @@ + +# 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-dummy" + +XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-void"