debian/changelog | 7 +++++++ debian/mesa-common-dev.install | 1 + debian/rules | 1 + 3 files changed, 9 insertions(+)
New commits: commit acd29f199b1cfcdb5c69361068d02b89414e581f Author: Bryce Harrington <br...@bryceharrington.org> Date: Wed Jun 24 18:46:08 2009 -0700 Install the dri package, required by newer X server stuff diff --git a/debian/changelog b/debian/changelog index 712c0b4..d31a824 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (7.4.1-1ubuntu6) karmic; urgency=low + + * Install dri.pc in libgl1-mesa-dev as well + (LP: #379797) + + -- Robert Hooker <sarv...@gmail.com> Wed, 24 Jun 2009 17:47:08 -0400 + mesa (7.4.1-1ubuntu5) karmic; urgency=low * Drop 111_fix_mesa_ref_fb_call_syntax.patch: Testing showed that 110 diff --git a/debian/mesa-common-dev.install b/debian/mesa-common-dev.install index f4181b9..d80f4c4 100644 --- a/debian/mesa-common-dev.install +++ b/debian/mesa-common-dev.install @@ -3,3 +3,4 @@ usr/include/GL/glext.h usr/include/GL/gl_mangle.h usr/include/GL/glx*.h usr/include/GL/internal/dri_interface.h +usr/lib/pkgconfig/dri.pc diff --git a/debian/rules b/debian/rules index 5cf3e93..5cf226e 100755 --- a/debian/rules +++ b/debian/rules @@ -188,6 +188,7 @@ install: dh_clean -k dh_installdirs $(MAKE) -f debian/rules $(INSTALL_TARGETS) + cp debian/tmp/usr/lib/glx/pkgconfig/dri.pc debian/tmp/usr/lib/pkgconfig/dri.pc install-%: $(STAMP)-build-% cd $(DEB_BUILD_DIR)/$* && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org