Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-04 Thread Ben Hutchings
On Mon, 2017-12-04 at 10:01 +0100, Henning Schild wrote: > Am Fri, 1 Dec 2017 18:47:38 + > schrieb Ben Hutchings : > > > On Fri, 2017-12-01 at 19:34 +0100, Henning Schild wrote: > > > Am Fri, 1 Dec 2017 16:51:12 + > > > schrieb Ben Hutchings : > > > > > > > On Fri, 2017-12-01 at 15:56 +

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-04 Thread Riku Voipio
On 4 December 2017 at 11:01, Henning Schild wrote: > Am Fri, 1 Dec 2017 18:47:38 + > schrieb Ben Hutchings : > >> On Fri, 2017-12-01 at 19:34 +0100, Henning Schild wrote: >> > Am Fri, 1 Dec 2017 16:51:12 + >> > schrieb Ben Hutchings : >> > >> > > On Fri, 2017-12-01 at 15:56 +, Henning

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-04 Thread Henning Schild
Am Fri, 1 Dec 2017 18:47:38 + schrieb Ben Hutchings : > On Fri, 2017-12-01 at 19:34 +0100, Henning Schild wrote: > > Am Fri, 1 Dec 2017 16:51:12 + > > schrieb Ben Hutchings : > > > > > On Fri, 2017-12-01 at 15:56 +, Henning Schild wrote: > > > > The debian packages coming out of "

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-01 Thread Ben Hutchings
On Fri, 2017-12-01 at 19:34 +0100, Henning Schild wrote: > Am Fri, 1 Dec 2017 16:51:12 + > schrieb Ben Hutchings : > > > On Fri, 2017-12-01 at 15:56 +, Henning Schild wrote: > > > The debian packages coming out of "make *deb-pkg" lack some critical > > > information in the control-files e.

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-01 Thread Henning Schild
Am Fri, 1 Dec 2017 16:51:12 + schrieb Ben Hutchings : > On Fri, 2017-12-01 at 15:56 +, Henning Schild wrote: > > The debian packages coming out of "make *deb-pkg" lack some critical > > information in the control-files e.g. the "Depends:" field. If one > > tries to install a fresh system w

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-12-01 Thread Ben Hutchings
On Fri, 2017-12-01 at 15:56 +, Henning Schild wrote: > The debian packages coming out of "make *deb-pkg" lack some critical > information in the control-files e.g. the "Depends:" field. If one > tries to install a fresh system with such a "linux-image" debootstrap or > multistrap might try to i

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-11-28 Thread Henning Schild
Am Mon, 27 Nov 2017 16:57:58 -0700 schrieb Jim Davis : > On Mon, Nov 27, 2017 at 9:13 AM, Henning Schild > wrote: > > The debian packages coming out of "make *deb-pkg" lack some critical > > information in the control-files e.g. the "Depends:" field. If one > > tries to install a fresh system wit

Re: [PATCH] builddeb: introduce variables for control-file customization

2017-11-27 Thread Jim Davis
On Mon, Nov 27, 2017 at 9:13 AM, Henning Schild wrote: > The debian packages coming out of "make *deb-pkg" lack some critical > information in the control-files e.g. the "Depends:" field. If one > tries to install a fresh system with such a "linux-image" debootstrap or > multistrap might try to in

[PATCH] builddeb: introduce variables for control-file customization

2017-11-27 Thread Henning Schild
The debian packages coming out of "make *deb-pkg" lack some critical information in the control-files e.g. the "Depends:" field. If one tries to install a fresh system with such a "linux-image" debootstrap or multistrap might try to install the kernel before its deps and the package hooks will fail