debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+)
New commits: commit 5cb3186216a0240b4205028e289b6cc0c7b95bba Author: Brice Goglin <[email protected]> Date: Wed Apr 15 18:39:44 2009 +0200 r128 Suggests: firmware-linux diff --git a/debian/changelog b/debian/changelog index 291715f..616cea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-video-r128 (6.8.0+git20090201.08d56c88-3) UNRELEASED; urgency=low + + * xserver-xorg-video-r128 now suggests firmware-linux since + a firmware may be needed to initialize DRI. + + -- Brice Goglin <[email protected]> Wed, 15 Apr 2009 18:38:41 +0200 + xserver-xorg-video-r128 (6.8.0+git20090201.08d56c88-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index 04dea3a..2ea73dc 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends} Replaces: xserver-xorg-video-ati (<= 1:6.8.0-1) Conflicts: xserver-xorg-video-ati (<= 1:6.8.0-1) Provides: ${xviddriver:Provides} +Suggests: firmware-linux Description: X.Org X server -- ATI r128 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Rage 'r128' series. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

