summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2007-01-11 15:06:42 +0100
committerThierry Reding <thierry@gilfi.de>2007-01-11 15:06:42 +0100
commite5a31c00ec91080dfeea26fe1c2ee2f34798656b (patch)
tree092e7f6b55085ee6a0a8a633570e0ece4e8ca922
parent00295242fd5277717b355e58e25e6590e2e99453 (diff)
libosmesa6{,-dev} replace libgl1-mesa-swx11{,-dev} and mesa-common-dev.
libosmesa6 and libosmesa6-dev are now the only packages to contain OSMesa libraries and header files so they can be installed independent of which libGL is installed. They statically link in the software rasterization code.
-rw-r--r--debian/changelog5
-rw-r--r--debian/control3
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fc08d573b39..ff6499ea6f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,11 +14,14 @@ mesa (6.5.2-1) experimental; urgency=low
* Build the DRI modules with the default optimization flags.
* mesa-common-dev now ships the GLX header files so it needs to replace
libgl1-mesa-swx11-dev and libgl1-mesa-dev.
+ * All OSMesa libraries were moved to the libosmesa6 and libosmesa6-dev
+ package, so have them replace libgl1-mesa-swx11, libgl1-mesa-swx11-dev and
+ mesa-common-dev respectively.
[ Julien Cristau ]
* Drop obsolete depends on xlibs.
- -- Thierry Reding <thierry@gilfi.de> Thu, 11 Jan 2007 14:54:17 +0100
+ -- Thierry Reding <thierry@gilfi.de> Thu, 11 Jan 2007 15:03:11 +0100
mesa (6.5.2~rc3-0.1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index bbf31ff3a68..9136540d064 100644
--- a/debian/control
+++ b/debian/control
@@ -243,6 +243,7 @@ Package: libosmesa6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
+Replaces: libgl1-mesa-swx11 (<< 6.5.2)
Description: Mesa Off-screen rendering extension
OSmesa is a Mesa extension that allows programs to render to an
off-screen buffer using the OpenGL API without having to create a
@@ -256,7 +257,7 @@ Section: devel
Architecture: any
Depends: libosmesa6 (= ${binary:Version}), mesa-common-dev (= ${source:Version}) | libgl-dev
Conflicts: xlibosmesa-dev, libosmesa4-dev, libosmesa-dev
-Replaces: xlibosmesa-dev, libosmesa-dev
+Replaces: xlibosmesa-dev, libosmesa-dev, libgl1-mesa-swx11-dev (<< 6.5.2), mesa-common-dev (<< 6.5.2)
Provides: xlibosmesa-dev, libosmesa-dev
Description: Mesa Off-screen rendering extension -- development support files
This package provides the required environment for developing programs