debian/changelog | 7 +++++-- debian/rules | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit f13b402c747b399df64ca61702db6e34eb1f31b6 Author: Maarten Lankhorst <maarten.lankho...@canonical.com> Date: Mon Jun 16 15:42:54 2014 +0200 release to experimental diff --git a/debian/changelog b/debian/changelog index 1f2e96e..74b5bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,15 @@ -mesa (10.2.1-1) UNRELEASED; urgency=medium +mesa (10.2.1-1) experimental; urgency=medium + [ Andreas Boll ] * New upstream release. - 01_glapi-Duplicate-GLES1-prototypes-in-glapi_dispatch.c.diff dropped, upstream * Add 01_targets-xa-limit-the-amount-of-exported-symbols.diff, fixes FTBFS with gcc-4.9. + [ Maarten Lankhorst ] + * Attempt to fix a FTBFS on hurd. - -- Andreas Boll <andreas.boll....@gmail.com> Fri, 13 Jun 2014 17:39:17 +0200 + -- Maarten Lankhorst <maarten.lankho...@ubuntu.com> Mon, 16 Jun 2014 15:41:59 +0200 mesa (10.2.0~rc4-2) experimental; urgency=medium commit 575287933f97b078b7800e54495b58e9722699d5 Author: Maarten Lankhorst <maarten.lankho...@canonical.com> Date: Mon Jun 16 15:38:38 2014 +0200 hopefully fix a ftbfs on hurd by removing a space from DRI_DRIVERS. diff --git a/debian/rules b/debian/rules index 4c18419..c1d6cbf 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ confflags_DRI3 = --disable-dri3 # hurd doesn't do direct rendering ifeq ($(DEB_HOST_ARCH_OS), hurd) confflags_DIRECT_RENDERING = --disable-driglx-direct - DRI_DRIVERS += swrast + DRI_DRIVERS = swrast else ifeq ($(DEB_HOST_ARCH_OS), linux) confflags_DRI3 = --enable-dri3 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wwxjb-00050v...@moszumanska.debian.org