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

Re: [PATCH] Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCH



On Tue, Mar 08, 2011 at 04:57:13PM -0600, Jonathan Nieder wrote:
> Steve Langasek wrote:

> > Add new variables that return the "ideal" GNU triplet for each architecture
> > which should be used as the path component for library installation.

> Neat!  I like it (FWIW I think multiarch tuples are about as good for
> this purpose, too).

> > +++ b/scripts/Dpkg/Arch.pm
> [...]
> > @@ -195,6 +200,25 @@ sub read_triplettable()
> >      close TRIPLETTABLE;
> >  }
> >  
> > +sub read_multiarchtable()
> > +{
> > +    local $_;
> > +    local $/ = "\n";
> > +
> > +    open MULTIARCHTABLE, "$pkgdatadir/multiarchtable"
> > +	or syserr(_g("cannot open %s"), "multiarchtable");

> Where does this file come from?

... from the third attempt to send the patch.  Sorry, there was meant to be
explanatory text in the mail explaining my screw-up, but apparently git
send-email permitted me to screw that up as well. :)

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org

Attachment: signature.asc
Description: Digital signature


Reply to: