Re: [PATCH v2 1/1] kbuild: deb-pkg: default dpkg-buildpackage --build

From: Bastian Germann
Date: Fri Mar 10 2023 - 10:38:22 EST


Am 10.03.23 um 15:49 schrieb Bastian Germann:
Am 10.03.23 um 15:37 schrieb Masahiro Yamada:
If this patch is applied, 'make deb-pkg'
would not produce the source package at all.

How so? Are you saying `make deb-pkg` never built a source package with <= 6.2?
Because those never specified a --build.

Now I recalled the reason why I added this.



dpkg-buildpackage(1):

  full
      Builds everything.  This is an alias for source,any,all, and the
      same as the default case when no build option is specified.
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

full is the default for --build. I guess the wording here is so tedious
because you can have -S, -b, -B and so on which all imply some --build.

NACK

I see. The option -nc implies -b. So yes, you are right.