[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-experimental'



 configs/debian-dri-default |    2 --
 debian/changelog           |   10 +++++++++-
 debian/control             |    5 +++--
 3 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 6dcb9a3434ec704f1b1e1aadd4878e979854d26b
Author: Thierry Reding <thierry@gilfi.de>
Date:   Thu Jan 11 15:09:23 2007 +0100

    Give credit where credit is due.

diff --git a/debian/changelog b/debian/changelog
index ff6499e..b50ee0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,17 +11,19 @@ mesa (6.5.2-1) experimental; urgency=low
   * Make debugging symbol packages depend on the corresponding binary package
     and put them into the libdevel section.
   * Bump shlibs file for the libosmesa6 package to account for added symbols.
-  * Build the DRI modules with the default optimization flags.
+    Thanks Julien Cristau.
+  * Build the DRI modules with the default optimization flags. Thanks Julien
+    Cristau.
   * mesa-common-dev now ships the GLX header files so it needs to replace
-    libgl1-mesa-swx11-dev and libgl1-mesa-dev.
+    libgl1-mesa-swx11-dev and libgl1-mesa-dev. Thanks Julien Cristau.
   * 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.
+    mesa-common-dev respectively. Thanks Julien Cristau.
 
   [ Julien Cristau ]
   * Drop obsolete depends on xlibs.
 
- -- Thierry Reding <thierry@gilfi.de>  Thu, 11 Jan 2007 15:03:11 +0100
+ -- Thierry Reding <thierry@gilfi.de>  Thu, 11 Jan 2007 15:06:52 +0100
 
 mesa (6.5.2~rc3-0.1) experimental; urgency=low
 

commit e5a31c00ec91080dfeea26fe1c2ee2f34798656b
Author: Thierry Reding <thierry@gilfi.de>
Date:   Thu Jan 11 15:06:42 2007 +0100

    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.

diff --git a/debian/changelog b/debian/changelog
index fc08d57..ff6499e 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 bbf31ff..9136540 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

commit 00295242fd5277717b355e58e25e6590e2e99453
Author: Thierry Reding <thierry@gilfi.de>
Date:   Thu Jan 11 14:56:48 2007 +0100

    mesa-common-dev needs to replace libgl1-mesa-swx11-dev and libgl1-mesa-dev.
    
    The GLX headers were previously shipped in both packages and have been moved
    to mesa-common-dev.

diff --git a/debian/changelog b/debian/changelog
index 78489ca..fc08d57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,11 +12,13 @@ mesa (6.5.2-1) experimental; urgency=low
     and put them into the libdevel section.
   * Bump shlibs file for the libosmesa6 package to account for added symbols.
   * 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.
 
   [ Julien Cristau ]
   * Drop obsolete depends on xlibs.
 
- -- Thierry Reding <thierry@gilfi.de>  Thu, 11 Jan 2007 14:39:24 +0100
+ -- Thierry Reding <thierry@gilfi.de>  Thu, 11 Jan 2007 14:54:17 +0100
 
 mesa (6.5.2~rc3-0.1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 64c64de..bbf31ff 100644
--- a/debian/control
+++ b/debian/control
@@ -232,7 +232,7 @@ Description: A free implementation of th
 Package: mesa-common-dev
 Section: devel
 Architecture: all
-Replaces: xlibmesa-gl-dev (<< 1:7), xlibosmesa-dev
+Replaces: xlibmesa-gl-dev (<< 1:7), xlibosmesa-dev, libgl1-mesa-swx11-dev (<< 6.5.2), libgl1-mesa-dev (<< 6.5.2)
 Depends: libx11-dev
 Description: Developer documentation for Mesa
  This package includes the specifications for the Mesa-specific OpenGL

commit 21b6ed7c29110790dd3af3e261d5b866927ab8f2
Author: Thierry Reding <thierry@gilfi.de>
Date:   Thu Jan 11 14:40:10 2007 +0100

    Build the DRI modules with the default optimization flags.

diff --git a/configs/debian-dri-default b/configs/debian-dri-default
index 9aec9f7..f92c7ed 100644
--- a/configs/debian-dri-default
+++ b/configs/debian-dri-default
@@ -5,8 +5,6 @@ include $(TOP)/configs/debian-default
 
 CONFIG_NAME = debian-dri-default
 
-OPT_FLAGS = -O3 -g
-
 SRC_DIRS = glx/x11 mesa progs
 DRIVER_DIRS = dri
 PROGRAM_DIRS = xdemos
diff --git a/debian/changelog b/debian/changelog
index 770d59f..78489ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,11 +11,12 @@ mesa (6.5.2-1) experimental; urgency=low
   * Make debugging symbol packages depend on the corresponding binary package
     and put them into the libdevel section.
   * Bump shlibs file for the libosmesa6 package to account for added symbols.
+  * Build the DRI modules with the default optimization flags.
 
   [ Julien Cristau ]
   * Drop obsolete depends on xlibs.
 
- -- Thierry Reding <thierry@gilfi.de>  Wed, 10 Jan 2007 15:22:18 +0100
+ -- Thierry Reding <thierry@gilfi.de>  Thu, 11 Jan 2007 14:39:24 +0100
 
 mesa (6.5.2~rc3-0.1) experimental; urgency=low
 



Reply to: