diff options
author | David Nusinow <[email protected]> | 2006-02-22 03:22:26 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-02-22 03:22:26 +0000 |
commit | 829190abddbaac1ff5e0c7021c020caf77d3cc90 (patch) | |
tree | 87f5573aac59199be7d6fa409c597c07472c975b | |
parent | 99688cd051faa2a221ef70e081cbad2ab26f208b (diff) |
* Provide compatibility packages for the Xorg 6.9 mesa packages. This
package will be the only source of mesa packages in Debian for the
present, and these packages will provide for smooth upgrades and
compatibility.
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 40 |
2 files changed, 50 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 38a06ab6c2f..bab4ac7f328 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mesa (6.4.1-0.4) experimental; urgency=low + + * NMU + * Provide compatibility packages for the Xorg 6.9 mesa packages. This + package will be the only source of mesa packages in Debian for the + present, and these packages will provide for smooth upgrades and + compatibility. + + -- David Nusinow <[email protected]> Tue, 21 Feb 2006 22:21:49 -0500 + mesa (6.4.1-0.3) unstable; urgency=low * NMU diff --git a/debian/control b/debian/control index f50ba1b3c6b..0ccba51568c 100644 --- a/debian/control +++ b/debian/control @@ -222,3 +222,43 @@ Description: Mesa software rasteriser source -- development support files provided mainly for modular X servers which support GL, and need the software rasteriser source to build the GLcore module for unaccelerated indirect rendering. + +Package: xlibmesa-dri +Section: libdevel +Architecture: any +Depends: libgl1-mesa-dri +Description: transitional package for Debian etch + This package is provided to smooth upgrades from Debian 3.1 ("sarge") to + Debian etch. It may be safely removed from your system. + +Package: xlibmesa-gl +Section: libdevel +Architecture: any +Depends: libgl1-mesa-glx +Description: transitional package for Debian etch + This package is provided to smooth upgrades from Debian 3.1 ("sarge") to + Debian etch. It may be safely removed from your system. + +Package: xlibmesa-gl-dev +Section: libdevel +Architecture: any +Depends: libgl1-mesa-dev +Description: transitional package for Debian etch + This package is provided to smooth upgrades from Debian 3.1 ("sarge") to + Debian etch. It may be safely removed from your system. + +Package: libglu1-xorg +Section: libdevel +Architecture: any +Depends: libglu1-mesa +Description: transitional package for Debian etch + This package is provided to smooth upgrades from Debian 3.1 ("sarge") to + Debian etch. It may be safely removed from your system. + +Package: libglu1-xorg-dev +Section: libdevel +Architecture: any +Depends: libglu1-mesa-dev +Description: transitional package for Debian etch + This package is provided to smooth upgrades from Debian 3.1 ("sarge") to + Debian etch. It may be safely removed from your system. |