debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)
New commits: commit 3027dbc24aa96a5952a9f7c8c54521e854f84953 Author: Brice Goglin <[email protected]> Date: Mon Apr 20 23:04:45 2009 +0200 Move -dbg package to section debug diff --git a/debian/changelog b/debian/changelog index 0e5b789..d72385b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ 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. + * Move -dbg package to section debug. - -- Brice Goglin <[email protected]> Wed, 15 Apr 2009 18:40:09 +0200 + -- Brice Goglin <[email protected]> Mon, 20 Apr 2009 23:01:07 +0200 xserver-xorg-video-radeonhd (1.2.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 37b8cf6..74307e6 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Description: X.Org X server -- AMD/ATI r5xx, r6xx display driver Package: xserver-xorg-video-radeonhd-dbg Architecture: any Depends: xserver-xorg-video-radeonhd (= ${binary:Version}) +Section: debug Priority: extra Description: X.Org X server -- AMD/ATI r5xx, r6xx display driver This package provides the driver for the Radeon r5xx and r6xx family -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

