mesa: Changes to 'ubuntu'
debian/changelog | 5 +++++
debian/control | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 5a6b4d0a399933fe818c99acb720f50ba93d93d6
Author: Bryce Harrington <bryce@bryceharrington.org>
Date: Mon Feb 22 18:06:19 2010 -0800
Fix libgl1-mesa-glx installation breakage with dpkg in hardy upgrade
diff --git a/debian/changelog b/debian/changelog
index 15ae101..2119931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
mesa (7.7-3ubuntu2) UNRELEASED; urgency=low
+ [Timo Aaltonen]
* libgl1-mesa-dri: Get rid of the old hook (65mesa-check-x86-64).
+ [Rolf Leggewie]
+ * debian/control: depend on dpkg package where u-a supports --force
+ (LP: #525592)
+
-- Timo Aaltonen <tjaalton@ubuntu.com> Sun, 21 Feb 2010 01:10:45 +0200
mesa (7.7-3ubuntu1) lucid; urgency=low
diff --git a/debian/control b/debian/control
index 59308f7..7a7e135 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: libgl1-mesa-swx11
Section: libs
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, libosmesa6 (>= 6.5.2-1)
+Depends: ${shlibs:Depends}, libosmesa6 (>= 6.5.2-1), dpkg (>= 1.15.4)
Conflicts: mesag3-glide, mesag3-glide2, mesag3+ggi, libgl1, nvidia-glx, mesag3, libgl1-mesa-swrast
Provides: libgl1, mesag3, libgl1-mesa-swrast
Replaces: libgl1, mesag3, libgl1-mesa-swrast
@@ -106,7 +106,7 @@ Description: A free implementation of the OpenGL API -- development files
Package: libgl1-mesa-glx
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, dpkg (>= 1.15.4)
Recommends: libgl1-mesa-dri (>= 7.2)
Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0)
Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0)
Reply to: