diff options
author | Julien Cristau <[email protected]> | 2007-03-30 14:10:24 +0200 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2007-03-30 14:10:24 +0200 |
commit | 30f6fe0710a885bac1b573601eb2c3f4da5d9876 (patch) | |
tree | 62e6c4ea980ef5e5b501fd2b97e203aede8b4a9d /debian | |
parent | d39147a8a192d56798737cd254353546be2d2dbb (diff) |
Have libgl1-mesa-dri suggest libglide3.
Add explanation for this in the package description. Closes: #387339.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e9446fec73f..608d8347e77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (6.5.2-4) UNRELEASED; urgency=low + + * debian/control: libgl1-mesa-dri now suggests libglide3, with an + explanation in the description (closes: #387339). + + -- Julien Cristau <[email protected]> Fri, 30 Mar 2007 14:06:44 +0200 + mesa (6.5.2-3) experimental; urgency=low * Set LIB_DIR and EXTRA_LIB_PATH in configs/debian-default to override diff --git a/debian/control b/debian/control index 5ac6522abc5..a879d7bfe74 100644 --- a/debian/control +++ b/debian/control @@ -160,6 +160,7 @@ Section: libs Priority: optional Architecture: any Depends: ${shlibs:Depends}, libgl1-mesa-glx (= ${binary:Version}) +Suggests: libglide3 Conflicts: xlibmesa-dri (<< 1:7.0.0) Replaces: xlibmesa-dri (<< 1:7.0.0) Description: A free implementation of the OpenGL API -- DRI modules @@ -172,6 +173,9 @@ Description: A free implementation of the OpenGL API -- DRI modules . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. + . + The tdfx DRI module uses libglide3 if available to provide better performance, + so installing that package is useful for users of tdfx hardware. Package: libgl1-mesa-dri-dbg Section: libdevel |