2018-04-05 20:22 GMT+09:00  <riku.voi...@linaro.org>:
> From: Riku Voipio <riku.voi...@linaro.org>
>
> 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 removing need for handrolled source/changes
> generation.
>
> This patch is based on the criticism of the current state of builddeb
> discussed on:
>
> https://patchwork.kernel.org/patch/9656403/
>
> Signed-off-by: Riku Voipio <riku.voi...@linaro.org>
> ---

Applied to linux-kbuild
with the following fix-up.  Thanks!


> +cat <<EOF > debian/rules
> +#!$(command -v $MAKE)  -f

I see two spaces between '$(command -v $MAKE)' and '-f'

I removed one space.

Reply via email to