debian/changelog | 8 +++++++- debian/libgl1-mesa-dev.install.in | 1 + debian/rules | 1 - 3 files changed, 8 insertions(+), 2 deletions(-)
New commits: commit 7611f36d78a647120605be4edfe9f6acb1a40ec6 Author: Maarten Lankhorst <[email protected]> Date: Tue Oct 1 13:10:32 2013 +0200 Create a libglapi.so symlink. (LP: #1232000) diff --git a/debian/changelog b/debian/changelog index 37396f3..11f736f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (9.2-1ubuntu3) saucy; urgency=low + + * Create a libglapi.so symlink. (LP: #1232000) + + -- Maarten Lankhorst <[email protected]> Tue, 01 Oct 2013 13:09:38 +0200 + mesa (9.2-1ubuntu2) saucy; urgency=low * Fix double-free in Mir EGL platform (LP: #1221974) diff --git a/debian/libgl1-mesa-dev.install.in b/debian/libgl1-mesa-dev.install.in index 79c3d4a..a9a001f 100644 --- a/debian/libgl1-mesa-dev.install.in +++ b/debian/libgl1-mesa-dev.install.in @@ -1,2 +1,3 @@ dri/usr/lib/${DEB_HOST_MULTIARCH}/libGL.so usr/lib/${DEB_HOST_MULTIARCH}/mesa +dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so usr/lib/${DEB_HOST_MULTIARCH} dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gl.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig diff --git a/debian/rules b/debian/rules index e6c4504..9a8046c 100755 --- a/debian/rules +++ b/debian/rules @@ -226,7 +226,6 @@ binary-arch: install # Files only in git, not in tarballs, OK to use rm -f here: set -e; for file in $(NOT_INSTALLED_EITHER); do rm -f debian/tmp/$$file; done # No need for these .so, they're just convenience libraries: - rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so rm -f debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so rm -f debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libgallium*.so # purge .la files commit e0a9f24ad3b0e6e215cc28b96bde7cf3a040f9bb Author: Maarten Lankhorst <[email protected]> Date: Mon Sep 30 15:42:38 2013 +0200 kill extra space in changelog diff --git a/debian/changelog b/debian/changelog index 47a76eb..37396f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ mesa (9.2-1ubuntu2) saucy; urgency=low - * Fix double-free in Mir EGL platform (LP: #1221974) + * Fix double-free in Mir EGL platform (LP: #1221974) -- Christopher James Halse Rogers <[email protected]> Tue, 17 Sep 2013 12:05:36 -0400 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

