Re: [PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-05 Thread Ritesh Raj Sarraf
On Wed, 2017-10-04 at 13:38 +0300, Riku Voipio wrote: > > I see the same problem for bindeb-pkg as in v2. > > The parallel build overload? I'm totally puzzled then. Debian is > still > stuck with make 4.1, so I guess there is a change in behaviour on > later makes. > > > "make deb-pkg" gave me to

Re: [PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-05 Thread Masahiro Yamada
Hi Riku, 2017-10-04 19:38 GMT+09:00 Riku Voipio : > On 4 October 2017 at 12:12, Masahiro Yamada > wrote: >> Hi Riku, > >> 2017-10-02 19:43 GMT+09:00 : >>> From: Riku Voipio >>> >>> Move debian/ directory generation out of builddeb to a new script, >>> mkdebian. The package build commands are k

Re: [PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-04 Thread Riku Voipio
On 4 October 2017 at 12:12, Masahiro Yamada wrote: > Hi Riku, > 2017-10-02 19:43 GMT+09:00 : >> From: Riku Voipio >> >> Move debian/ directory generation out of builddeb to a new script, >> mkdebian. The package build commands are kept in builddeb, which >> is now an internal command called fro

Re: [PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-04 Thread Masahiro Yamada
Hi Riku, 2017-10-02 19:43 GMT+09:00 : > From: Riku Voipio > > Move debian/ directory generation out of builddeb to a new script, > mkdebian. The package build commands are kept in builddeb, which > is now an internal command called from debian/rules. > > With these changes in place, we can now

[PATCH v3] scripts/package/builddeb: split generating packaging and build

2017-10-02 Thread riku . voipio
From: Riku Voipio Move debian/ directory generation out of builddeb to a new script, mkdebian. The package build commands are kept in builddeb, which is now an internal command called from debian/rules. With these changes in place, we can now use dpkg-buildpackage from deb-pkg and bindeb-pkg rem