debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit b66beef73c5484910a7faf4bb67608ff4d7d83bd Author: Bryce Harrington <[email protected]> Date: Fri Feb 3 14:42:25 2012 -0800 Fix firmware Suggests diff --git a/debian/changelog b/debian/changelog index d742012..9b1696b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xserver-xorg-video-ati (1:6.14.99~git20111219.aacbd629-0ubuntu2) precise; urgency=low + + * debian/control: Suggest linux-firmware rather than firmware-linux. + The latter is only in Debian. + (LP: #894693) + + -- Bryce Harrington <[email protected]> Fri, 03 Feb 2012 14:10:31 -0800 + xserver-xorg-video-ati (1:6.14.99~git20111219.aacbd629-0ubuntu1) precise; urgency=low * Merge from Debian. Remaining Ubuntu changes: diff --git a/debian/control b/debian/control index fa35738..1473912 100644 --- a/debian/control +++ b/debian/control @@ -80,7 +80,7 @@ Depends: ${misc:Depends}, ${xviddriver:Depends} Provides: ${xviddriver:Provides} -Suggests: firmware-linux +Suggests: linux-firmware Description: X.Org X server -- AMD/ATI Radeon display driver This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL, FireMV, FirePro and FireStream series. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

