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

mesa: Changes to 'debian-experimental'



 debian/changelog |    2 ++
 debian/control   |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 41ecabd33641f70742e5af02d378305282784e15
Author: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Date:   Tue Jun 28 23:18:18 2011 +0100

    Add strict dependencies on libglapi-mesa to libgl1-mesa-glx and libegl1-mesa-drivers

diff --git a/debian/changelog b/debian/changelog
index b0cd15e..4817d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ mesa (7.11~1-1) UNRELEASED; urgency=low
       as they are all now built in to egl_gallium.so
   * Add libgbm{1,1-dbg,-dev} packages for the new buffer-manager library.
   * Drop 12-llvm-config-check.diff; upstream.
+  * Add strictly versioned dependencies on libglapi-mesa to libgl1-mesa-glx
+    and libegl1-mesa-drivers as they also now depend on this internal library.
 
  -- Christopher James Halse Rogers <raof@ubuntu.com>  Tue, 28 Jun 2011 21:34:53 +0100
 
diff --git a/debian/control b/debian/control
index 823040c..39aed0d 100644
--- a/debian/control
+++ b/debian/control
@@ -254,6 +254,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  libegl1-mesa (= ${binary:Version}),
+ libglapi-mesa (= ${binary:Version}),
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: free implementation of the EGL API -- hardware drivers
@@ -480,6 +481,7 @@ Section: libs
 Architecture: any
 Depends:
  ${shlibs:Depends},
+ libglapi-mesa (= ${binary:Version}),
  ${misc:Depends}
 Recommends: libgl1-mesa-dri (>= 7.2)
 Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0)


Reply to: