* Andrew Ross <[EMAIL PROTECTED]> [2008-06-01 22:17]:

> 
> On Sat, May 31, 2008 at 02:36:47PM +0200, Adeodato Sim?? wrote:
> > Package: plplot
> > Version: 5.9.0-7
> > Severity: serious
> > Tags: patch
> > 
> > Hello. From plplot's debian/rules:
> > 
> >   ifneq (,$(findstring $(DEB_BUILD_ARCH):,alpha:arm:hppa:hurd-i386:))
> >     BUILD_JAVA = no
> >   else
> >     BUILD_JAVA = yes
> >   fi
> > 
> > Which makes java not be built on "i386:". A possible patch would be
> > adding a colon before the arch name:
> > 
> >   ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:alpha:arm:hppa:hurd-i386:))
> >                        ^                   ^
> 
> Bug fixed upstream and in next debian release.

I just came back from a trip and will look at this in the coming days.

-- 
Rafael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to