All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb
@ 2018-01-16 16:20 Florian Margaine
  0 siblings, 0 replies; only message in thread
From: Florian Margaine @ 2018-01-16 16:20 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek, linux-kbuild, linux-kernel

[-- 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 --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-16 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 16:20 [PATCH] scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb Florian Margaine

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.