All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Margaine <florian@platform.sh>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
	Michal Marek <michal.lkml@markovi.net>,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb
Date: Tue, 16 Jan 2018 17:20:47 +0100	[thread overview]
Message-ID: <87po696ahs.fsf@platform.sh> (raw)

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

This lets builders configure the resulting .deb a bit
more. Especially, this lets builders choose to add additional
dependencies, such as e.g. adding initramfs-tools in Debian-like,
which will generate the initramfs for the newly installed package.

Signed-off-by: Florian Margaine <florian@platform.sh>

---
 scripts/package/builddeb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index b4f0f2b3f8d2..1e5c42c9481a 100755
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -307,6 +307,7 @@ Architecture: any
 Description: Linux kernel, version $version
  This package contains the Linux kernel, modules and corresponding other
  files, version: $version.
+$KDEB_ADDITIONAL_CONTROL
 EOF
 
 fi
-- 
2.14.3

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

                 reply	other threads:[~2018-01-16 16:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87po696ahs.fsf@platform.sh \
    --to=florian@platform.sh \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.lkml@markovi.net \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.