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

X Strike Force SVN commit: rev 580 - trunk/debian



Author: branden
Date: 2003-09-24 16:02:54 -0500 (Wed, 24 Sep 2003)
New Revision: 580

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
Smooth transitions from the Utah GLX packages' libGL and libGLU
implementation to XFree86's version of the Mesa Project's libGL and libGLU
libraries. (See #187365)

- debian/control:
  + xlibmesa3-gl conflicts with and replaces libutahglx1
  + xlibmesa-gl-dev conflicts with and replaces libutahglx-dev
  + xlibmesa3-glu conflicts with and replaces libutahglx1
  + xlibmesa-glu-dev conflicts with and replaces libutahglx-dev


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-09-24 20:53:09 UTC (rev 579)
+++ trunk/debian/changelog	2003-09-24 21:02:54 UTC (rev 580)
@@ -229,8 +229,17 @@
     - debian/control: update Suggests and Description fields for
       xserver-xfree86
 
- -- Branden Robinson <branden@debian.org>  Mon, 22 Sep 2003 15:42:20 -0500
+  * Smooth transitions from the Utah GLX packages' libGL and libGLU
+    implementation to XFree86's version of the Mesa Project's libGL and libGLU
+    libraries. (See #187365)
+    - debian/control:
+      + xlibmesa3-gl conflicts with and replaces libutahglx1
+      + xlibmesa-gl-dev conflicts with and replaces libutahglx-dev
+      + xlibmesa3-glu conflicts with and replaces libutahglx1
+      + xlibmesa-glu-dev conflicts with and replaces libutahglx-dev
 
+ -- Branden Robinson <branden@debian.org>  Wed, 24 Sep 2003 15:56:28 -0500
+
 xfree86 (4.2.1-11) unstable; urgency=medium
 
   * urgency set to medium because bug #206790 bites a lot of people (but,

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2003-09-24 20:53:09 UTC (rev 579)
+++ trunk/debian/control	2003-09-24 21:02:54 UTC (rev 580)
@@ -533,9 +533,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libglide3
-Conflicts: libgl1
+Conflicts: libgl1, libutahglx1
 Provides: libgl1
-Replaces: mesag3, xlibmesa3 (<< 4.2.1-5)
+Replaces: mesag3, xlibmesa3 (<< 4.2.1-5), libutahglx1
 Description: Mesa 3D graphics library [XFree86]
  Mesa is a 3D graphics library which presents an API intended to be compatible
  with OpenGL.  XFree86 maintains its own version of the Mesa library (which is
@@ -576,9 +576,9 @@
 Section: libdevel
 Architecture: any
 Depends: xlibmesa3-gl, xlibs-dev, libc6-dev | libc-dev
-Conflicts: libgl-dev
+Conflicts: libgl-dev, libutahglx-dev
 Provides: libgl-dev
-Replaces: mesag-dev, xlibmesa-dev (<< 4.2.1-5)
+Replaces: mesag-dev, xlibmesa-dev (<< 4.2.1-5), libutahglx-dev
 Description: Mesa 3D graphics library development files [XFree86]
  xlibmesa-dev provides static versions of the libraries provided in
  xlibmesa3-gl, as well as header files and manual pages.
@@ -587,9 +587,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libglu1
+Conflicts: libglu1, libutahglx1
 Provides: libglu1
-Replaces: mesag3 (<< 5.0.0-1), xlibmesa3 (<< 4.2.1-5)
+Replaces: mesag3 (<< 5.0.0-1), xlibmesa3 (<< 4.2.1-5), libutahglx1
 Description: Mesa OpenGL utility library [XFree86]
  The OpenGL utility library (GLU) offers simple interfaces for building
  mipmaps; checking for the presence of extensions in the OpenGL (or other
@@ -625,9 +625,9 @@
 Section: libdevel
 Architecture: any
 Depends: xlibmesa3-glu, xlibmesa-gl-dev | libgl-dev, libstdc++5-dev | libstdc++-dev, libc6-dev | libc-dev
-Conflicts: xlibmesa-dev (<< 4.2.1-5), libglu-dev
+Conflicts: xlibmesa-dev (<< 4.2.1-5), libglu-dev, libutahglx-dev
 Provides: libglu-dev
-Replaces: mesag-dev (>> 5.0.0-1), xlibmesa-dev (<< 4.2.1-5)
+Replaces: mesag-dev (>> 5.0.0-1), xlibmesa-dev (<< 4.2.1-5), libutahglx-dev
 Description: Mesa OpenGL utility library development files [XFree86]
  xlibmesa-dev provides static versions of the libraries provided in
  xlibmesa3-glu, as well as header files and manual pages.



Reply to: