debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+)
New commits: commit a3ffc31f72b7ae2fe0b3be7d5253ef5e71e6a021 Author: Brice Goglin <[email protected]> Date: Wed Apr 15 18:31:20 2009 +0200 radeon Suggests: firmware-linux diff --git a/debian/changelog b/debian/changelog index 5a76f73..a79f674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-ati (1:6.12.2-2) UNRELEASED; urgency=low + + * xserver-xorg-video-radeon now suggests firmware-linux since + a firmware may be needed to initialize DRI. + + -- Brice Goglin <[email protected]> Wed, 15 Apr 2009 18:37:43 +0200 + xserver-xorg-video-ati (1:6.12.2-1) unstable; urgency=low * New upstream release, closes: #523302. diff --git a/debian/control b/debian/control index 2923b21..201d1cd 100644 --- a/debian/control +++ b/debian/control @@ -44,6 +44,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends} Provides: ${xviddriver:Provides} Replaces: xserver-xorg-video-ati (<= 1:6.8.191-1) +Suggests: firmware-linux Description: X.Org X server -- ATI Radeon display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Radeon and FireGL series. It provides the 'radeon' -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

