diff options
-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. |