Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-06-03 Thread Rafael Laboissiere
* 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):,a

Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-06-01 Thread Andrew Ross
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

Processed: Re: Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 483826 fixed-upstream pending Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386 Tags were: patch Tags added: fixed-upstream, pending > End of message, stopping processing here. Please contact

Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-05-31 Thread Adeodato Simó
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