debian/changelog | 4 ++++ debian/rules | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 3e08d1d85438353b28d2dee76971ac1974a9c171 Author: Julien Cristau <jcris...@debian.org> Date: Wed May 12 19:30:41 2010 +0200 Stop building the ffb dri driver on sparc, it no longer exists. diff --git a/debian/changelog b/debian/changelog index b426834..7b2e5cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ mesa (7.8.1-2) UNRELEASED; urgency=low + [ Tormod Volden ] * debian/rules: Do not strip the same packages twice + [ Julien Cristau ] + * Stop building the ffb dri driver on sparc, it no longer exists. + -- Tormod Volden <debian.tor...@gmail.com> Sun, 09 May 2010 12:37:53 +0200 mesa (7.8.1-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 76bed7d..8878936 100755 --- a/debian/rules +++ b/debian/rules @@ -74,10 +74,6 @@ else DRI_DRIVERS += i810 i915 i965 sis unichrome else ifeq ($(DEB_HOST_GNU_CPU), x86_64) DRI_DRIVERS += i915 i965 sis unichrome - else ifeq ($(DEB_HOST_ARCH), sparc) - DRI_DRIVERS += ffb - else ifeq ($(DEB_HOST_ARCH), sparc64) - DRI_DRIVERS += ffb endif endif endif -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1ocflu-0003d1...@alioth.debian.org