[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: locale version symmetry problem



On Fri, Apr 18, 2003 at 09:27:23PM +0900, GOTO Masanori wrote:
> At Fri, 18 Apr 2003 11:42:50 +0200,
> Gerhard Tonn wrote:
> > On Thursday 17 April 2003 19:32, Michael Cardenas wrote:
> > > I've encountered what I think is a bug in the libc6 build process, but
> > > I want to make sure its a bug before I report it.
...
> > 
> > Could you give the following patch a try. It preserves the binary NMU fix, 
> > but doesn't assume that the source NMU revision is numeric.
...
> > +++ debian/debver2localesdep.pl Fri Apr 18 11:18:55 2003
> > @@ -10,6 +10,6 @@
> >  @revs = split('\.', $devrev);
> >  
> >  $devrev = $revs[0];
> > -$devrev = "$devrev.$revs[1]" if defined($revs[1]) and $revs[1] > 0;
> > +$devrev = "$devrev.$revs[1]" if defined($revs[1]) and $revs[1] ne "0";
> >  
> >  print "glibc-$debver-$devrev\n";
> 
> Looks fine.  I've committed in it, thanks!  
> 
> Michael, please apply this kind of patch with your deb until we
> release new version.
> 
> Regards,


Yes, this works perfectly. Thank you!

-- 
michael cardenas       | lead software engineer, lindows.com
hyperpoem.net          | GNU/Linux software developer
people.debian.org/~mbc | encrypted email preferred

"Sit
 Rest
 Work.
 Alone with yourself,
 Never weary.
 On the edge of the forest
 Live joyfully,
 Without desire."
- The Buddha



Reply to: