diff -Nru xorg-7.7+1ubuntu7/debian/changelog xorg-7.7+1ubuntu8/debian/changelog --- xorg-7.7+1ubuntu7/debian/changelog 2013-12-18 11:11:44.000000000 +0000 +++ xorg-7.7+1ubuntu8/debian/changelog 2014-01-29 15:07:46.000000000 +0000 @@ -1,12 +1,25 @@ +xorg (1:7.7+1ubuntu8) trusty; urgency=low + + [ Bryce Harrington ] + * scripts/vars.arm*: Don't include -ati or -nouveau, to save + installation space. The drivers build for some arm targets, but no + known devices actually work with them. + + [ Christopher James Halse Rogers ] + * Drop libgl1-mesa-glx, -dri, and libglu from armhf; these are highly likely + to be useless on an armhf system. + + -- Maarten Lankhorst Wed, 29 Jan 2014 16:07:39 +0100 + xorg (1:7.7+1ubuntu7) trusty; urgency=medium - * Just depend on xserver-xorg-video-dummy on ppc64el. + * Just depend on xserver-xorg-video-dummy on ppc64el. -- Matthias Klose Wed, 18 Dec 2013 12:11:13 +0100 xorg (1:7.7+1ubuntu6) saucy; urgency=low - * Just depend on xserver-xorg-video-dummy on AArch64. + * Just depend on xserver-xorg-video-dummy on AArch64. -- Matthias Klose Thu, 10 Oct 2013 15:56:36 +0200 diff -Nru xorg-7.7+1ubuntu7/debian/control xorg-7.7+1ubuntu8/debian/control --- xorg-7.7+1ubuntu7/debian/control 2013-12-18 11:12:54.000000000 +0000 +++ xorg-7.7+1ubuntu8/debian/control 2014-01-29 15:07:24.000000000 +0000 @@ -79,9 +79,9 @@ Architecture: any Depends: xserver-xorg (>= ${binary:Version}), - libgl1-mesa-glx | libgl1, - libgl1-mesa-dri, - libglu1-mesa, + libgl1-mesa-glx | libgl1 [!armhf], + libgl1-mesa-dri [!armhf], + libglu1-mesa [!armhf], xfonts-base (>= 1:1.0.0-1), x11-apps, x11-session-utils, diff -Nru xorg-7.7+1ubuntu7/debian/scripts/vars.armeb xorg-7.7+1ubuntu8/debian/scripts/vars.armeb --- xorg-7.7+1ubuntu7/debian/scripts/vars.armeb 2012-03-22 17:45:48.000000000 +0000 +++ xorg-7.7+1ubuntu8/debian/scripts/vars.armeb 2014-01-29 15:07:24.000000000 +0000 @@ -3,8 +3,7 @@ # # 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-cirrus, \ +XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-cirrus, \ xserver-xorg-video-fbdev, \ xserver-xorg-video-sisusb, \ xserver-xorg-video-vesa, \ diff -Nru xorg-7.7+1ubuntu7/debian/scripts/vars.armel xorg-7.7+1ubuntu8/debian/scripts/vars.armel --- xorg-7.7+1ubuntu7/debian/scripts/vars.armel 2012-10-02 13:35:22.000000000 +0000 +++ xorg-7.7+1ubuntu8/debian/scripts/vars.armel 2014-01-29 15:07:24.000000000 +0000 @@ -3,8 +3,7 @@ # # 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_DEPENDS="xserver-xorg-video-fbdev, \ xserver-xorg-video-modesetting, \ xserver-xorg-video-omap, \ xserver-xorg-video-sisusb, \ diff -Nru xorg-7.7+1ubuntu7/debian/scripts/vars.armhf xorg-7.7+1ubuntu8/debian/scripts/vars.armhf --- xorg-7.7+1ubuntu7/debian/scripts/vars.armhf 2012-10-02 13:35:22.000000000 +0000 +++ xorg-7.7+1ubuntu8/debian/scripts/vars.armhf 2014-01-29 15:07:24.000000000 +0000 @@ -3,11 +3,9 @@ # # 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_DEPENDS="xserver-xorg-video-fbdev, \ xserver-xorg-video-modesetting, \ xserver-xorg-video-omap, \ - xserver-xorg-video-nouveau, \ xserver-xorg-video-vesa, \ "