mesa: Changes to 'ubuntu'
debian/changelog | 11 ++++++++++-
debian/libgl1-mesa-glx.postinst | 2 +-
2 files changed, 11 insertions(+), 2 deletions(-)
New commits:
commit 61a54825487cc6b2141d3702852484b2bd1fcb21
Author: Alberto Milone <alberto.milone@canonical.com>
Date: Tue Jan 19 17:03:21 2010 +0100
* debian/libgl1-mesa-glx.postinst
- Install alternative with --force so that files that
already exist are overwritten thus avoiding to install a
broken alternative.
diff --git a/debian/changelog b/debian/changelog
index 91e06ed..9c01f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mesa (7.7-0ubuntu7) UNRELEASED; urgency=low
+
+ * debian/libgl1-mesa-glx.postinst
+ - Install alternative with --force so that files that
+ already exist are overwritten thus avoiding to install a
+ broken alternative.
+
+ -- Alberto Milone <alberto.milone@canonical.com> Tue, 19 Jan 2010 16:49:41 +0100
+
mesa (7.7-0ubuntu6) lucid; urgency=low
* debian/libgl1-mesa-glx.postinst
diff --git a/debian/libgl1-mesa-glx.postinst b/debian/libgl1-mesa-glx.postinst
index 2e01e7d..2a8a485 100644
--- a/debian/libgl1-mesa-glx.postinst
+++ b/debian/libgl1-mesa-glx.postinst
@@ -8,7 +8,7 @@ THIS_SCRIPT=postinst
case "$1" in
configure)
# Use alternatives to make it easier to switch between Mesa and 3rd party modules
- update-alternatives \
+ update-alternatives --force \
--install /etc/ld.so.conf.d/GL.conf gl_conf /usr/lib/mesa/ld.so.conf 500 \
--slave /usr/lib/xorg/extra-modules xorg_extra_modules /usr/lib/xorg/x11-extra-modules
commit b63f66e9bc8f0872779e505d3c649ceb8ea10863
Author: Alberto Milone <alberto.milone@canonical.com>
Date: Tue Jan 19 16:48:01 2010 +0100
Release 7.7-0ubuntu6.
diff --git a/debian/changelog b/debian/changelog
index cb411b4..91e06ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (7.7-0ubuntu6) UNRELEASED; urgency=low
+mesa (7.7-0ubuntu6) lucid; urgency=low
* debian/libgl1-mesa-glx.postinst
- Remove gl_libraries slave link as the file in ld.so.conf.d is
Reply to: