Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Masahiro Yamada
On Mon, Mar 30, 2020 at 12:01 AM Reinhard Karcher wrote: > > There was a blank line missing between the package definitions. > Sorry for late testing. > > -- > Best regards > Reinhard Karcher The attached patch is not in a correct patch format. This time, I manually crufted the format, and

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
There was a blank line missing between the package definitions. Sorry for late testing. -- Best regards Reinhard Karcher from Reinhard.Karcher reinhard.karc...@gmx.net Creating a Debian package by compiling the kernel make bindeb-pkg without creating debug information creates a warning that no

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
Am Sonntag, 29. März 2020, 15:30 schrieb Masahiro Yamada: > > I want you to directly use > > if is_enabled CONFIG_DEBUG_INFO; then > ... > fi > Corrected patch attached -- Best regards Reinhard Karcher from Reinhard.Karcher reinhard.karc...@gmx.net Creating a Debian package by compiling the

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Masahiro Yamada
On Sun, Mar 29, 2020 at 9:57 PM Reinhard Karcher wrote: > > Am Sonntag, 29. März 2020, 14:01 schrieb Masahiro Yamada: > > > > > By making a contribution to this project, I certify that: > > > The contribution was created in whole or in part by me and I have the > > > right to submit it under the

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
Am Sonntag, 29. März 2020, 14:01 schrieb Masahiro Yamada: > > > By making a contribution to this project, I certify that: > > The contribution was created in whole or in part by me and I have the > > right to submit it under the open source license indicated in the file. > > Please drop this. >

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Masahiro Yamada
On Tue, Mar 24, 2020 at 7:24 PM Reinhard Karcher wrote: > > Creating a Debian package by compiling the kernel using make bindeb-pkg > without creating debug information creates a warning that no > debug package was created. > This patch excludes the debug package from the control file, > if no

Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-24 Thread Reinhard Karcher
Creating a Debian package by compiling the kernel using make bindeb-pkg without creating debug information creates a warning that no debug package was created. This patch excludes the debug package from the control file, if no debug package is created by this configuration. By making a