Package: collectd Version: 4.10.1-1 Severity: wishlist Tags: patch sid User: [email protected] Usertags: powerpcspe
The java mapping is wrong for powerpcspe [0] and therefore the build fails. A patch is attached. [0] http://wiki.debian.org/PowerPCSPEPort Sebastian
>From 057c09174a95825e8ae8debc81486ba9d00e9126 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <[email protected]> Date: Fri, 13 Aug 2010 22:28:33 +0200 Subject: [PATCH] collectd: fixup java path Signed-off-by: Sebastian Andrzej Siewior <[email protected]> --- debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/rules b/debian/rules index 068edec..ce981a4 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ else endif # The archdir map has been copied from openjdk-6's debian/rules. -JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc sh4=sh +JAVA_ARCHDIR_MAP = armel=arm hppa=parisc lpia=i386 powerpc=ppc powerpcspe=ppc sh4=sh JAVA_ARCHDIR = $(strip $(patsubst $(DEB_BUILD_ARCH)=%, %, \ $(filter $(DEB_BUILD_ARCH)=%, $(JAVA_ARCHDIR_MAP)))) ifeq (,$(JAVA_ARCHDIR)) -- 1.5.6.5

