debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+)
New commits: commit 0111ecfe75d4a1b7e7e6b144d399d33009eac77d Author: Brice Goglin <[email protected]> Date: Wed Apr 15 18:40:45 2009 +0200 radeonhd Suggests: firmware-linux diff --git a/debian/changelog b/debian/changelog index 540e5a9..0e5b789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-radeonhd (1.2.5-2) UNRELEASED; urgency=low + + * xserver-xorg-video-radeonhd now suggests firmware-linux since + a firmware may be needed to initialize DRI. + + -- Brice Goglin <[email protected]> Wed, 15 Apr 2009 18:40:09 +0200 + xserver-xorg-video-radeonhd (1.2.5-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 422604f..37b8cf6 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: xserver-xorg-video-radeonhd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends} Provides: ${xviddriver:Provides} +Suggests: firmware-linux Description: X.Org X server -- AMD/ATI r5xx, r6xx display driver This package provides the driver for the Radeon r5xx and r6xx family of chipsets, including the X1550, X1300, X1550, X1600, FireGL V3300/V3350, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

