Re: My work on cross compiler packages

2010-07-29 Thread Marcin Juszkiewicz
Dnia środa, 28 lipca 2010 o 19:16:42 Hector Oron napisał(a): > Hello Marcin, > > On Tue, Jul 27, 2010 at 01:06:15PM +0200, Marcin Juszkiewicz wrote: > > To make it possible I also have to alter contents of *-source binary > > packages from binutils/eglibc/gcc/linux to have a possibility to reuse >

Re: My work on cross compiler packages

2010-07-28 Thread Hector Oron
Hello, On Wed, Jul 28, 2010 at 12:16:31AM +0200, Loïc Minier wrote: > On Tue, Jul 27, 2010, Hector Oron wrote: > > I would even go further and I would try to have all (build-)essential > > packages provide a consistent -source package, for easier work on > > bootstrapping $distribution from source

Re: My work on cross compiler packages

2010-07-28 Thread Hector Oron
Hello Marcin, On Tue, Jul 27, 2010 at 01:06:15PM +0200, Marcin Juszkiewicz wrote: > To make it possible I also have to alter contents of *-source binary packages > from binutils/eglibc/gcc/linux to have a possibility to reuse their packaging > rules in new $ARCH-cross-compiler package on which I

Re: My work on cross compiler packages

2010-07-27 Thread Loïc Minier
On Tue, Jul 27, 2010, Hector Oron wrote: > I would even go further and I would try to have all (build-)essential > packages provide a consistent -source package, for easier work on > bootstrapping $distribution from source. I'm not sure build-essential relates; the reason for pushing for the cro

Re: My work on cross compiler packages

2010-07-27 Thread Hector Oron
Hello, 2010/7/27 Marcin Juszkiewicz : > Dnia wtorek, 27 lipca 2010 o 14:03:57 Loïc Minier napisał(a): >> On Tue, Jul 27, 2010, Marcin Juszkiewicz wrote: >> > And here I have a problem. How much of debian/ directory should be >> > provided in *-source binary packages? Minimal set just to be able to

Re: My work on cross compiler packages

2010-07-27 Thread Marcin Juszkiewicz
Dnia wtorek, 27 lipca 2010 o 14:03:57 Loïc Minier napisał(a): > On Tue, Jul 27, 2010, Marcin Juszkiewicz wrote: > > And here I have a problem. How much of debian/ directory should be > > provided in *-source binary packages? Minimal set just to be able to > > call "dpkg- buildpackage -b" and get wa

Re: My work on cross compiler packages

2010-07-27 Thread Loïc Minier
On Tue, Jul 27, 2010, Marcin Juszkiewicz wrote: > And here I have a problem. How much of debian/ directory should be > provided in *-source binary packages? Minimal set just to be able to > call "dpkg- buildpackage -b" and get wanted output or rather > everything just in case? So currently, vario