On Sat, 2014-03-01 at 12:51 +0100, Cyril Brulebois wrote:
> Ben Hutchings (2014-03-01):
> > dpkg-buildpackage -j does *not* put -j on the debian/rules command line.
> > It sets DEB_BUILD_OPTIONS. This is done precisely so that build daemons
> > can use dpkg-buildpackage -j for everything but it w
Ben Hutchings (2014-03-01):
> dpkg-buildpackage -j does *not* put -j on the debian/rules command line.
> It sets DEB_BUILD_OPTIONS. This is done precisely so that build daemons
> can use dpkg-buildpackage -j for everything but it will only result in a
> parallel make where the maintainer has chec
On 1 March 2014 03:01, Cyril Brulebois wrote:
> Ian Campbell (2014-03-01):
>> On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote:
>> > - $(MAKE) -C ${DIR} install docs/busybox.1 \
>> > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \
>>
>> If parallel build is not set t
On Sat, 2014-03-01 at 12:01 +0400, Michael Tokarev wrote:
> 01.03.2014 06:17, Cyril Brulebois wrote:
> > Package: busybox
> > Version: 1:1.20.0-7
> > Severity: normal
> > Tags: patch
> >
> > Hi,
> >
> > the title and the attached patch say it all.
>
> Oh well.
>
> This come several times in the
Michael Tokarev (2014-03-01):
> Now, when adding support for DEB_BUILD_OPTIONS's parallel=X suboption,
> I always end up in either my packages building in just one thread
> (because I still haven't figured how to pass environment variables to
> sbuild for example)
You just have to set it in your
Control: tag -1 + pending
01.03.2014 12:01, Michael Tokarev wrote:
> 01.03.2014 06:17, Cyril Brulebois wrote:
>> Package: busybox
>> Version: 1:1.20.0-7
>> Severity: normal
>> Tags: patch
>>
>> Hi,
>>
>> the title and the attached patch say it all.
>
> Oh well.
>
> This come several times in the
01.03.2014 06:17, Cyril Brulebois wrote:
> Package: busybox
> Version: 1:1.20.0-7
> Severity: normal
> Tags: patch
>
> Hi,
>
> the title and the attached patch say it all.
Oh well.
This come several times in the past for various packages, and it always
ends up in some strange place.
I always b
On Sat, 2014-03-01 at 04:01 +0100, Cyril Brulebois wrote:
> Ian Campbell (2014-03-01):
> > On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote:
> > > - $(MAKE) -C ${DIR} install docs/busybox.1 \
> > > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \
> >
> > If parallel b
Ian Campbell (2014-03-01):
> On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote:
> > - $(MAKE) -C ${DIR} install docs/busybox.1 \
> > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \
>
> If parallel build is not set then won't this end up passing a bare "-j"
> which wil
On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote:
> - $(MAKE) -C ${DIR} install docs/busybox.1 \
> + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \
If parallel build is not set then won't this end up passing a bare "-j"
which will run an unlimited number of jobs...
ht
Package: busybox
Version: 1:1.20.0-7
Severity: normal
Tags: patch
Hi,
the title and the attached patch say it all.
(On a slightly, but not totally unrelated note: supporting nocheck as
well would be nice.)
Reference:
https://www.debian.org/doc/debian-policy/ch-source.html
Mraw,
KiBi.
>From 6
11 matches
Mail list logo