Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #60635

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

From Masahiro Yamada <yamada.masahiro@socionext.com>
Newsgroups linux.debian.kernel
Subject Re: [PATCH v5] scripts/package/builddeb: split generating packaging and build
Date 2018-04-05 17:10 +0200
Message-ID <vBeGu-69t-13@gated-at.bofh.it> (permalink)
References <vBbpg-3W7-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


2018-04-05 20:22 GMT+09:00  <riku.voipio@linaro.org>:
> From: Riku Voipio <riku.voipio@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.voipio@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.

Back to linux.debian.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v5] scripts/package/builddeb: split generating packaging and build riku.voipio@linaro.org - 2018-04-05 13:40 +0200
  Re: [PATCH v5] scripts/package/builddeb: split generating packaging  and build Masahiro Yamada <yamada.masahiro@socionext.com> - 2018-04-05 17:10 +0200

csiph-web