[<prev] [next>] [day] [month] [year] [list]
Message-ID: <87po696ahs.fsf@platform.sh>
Date: Tue, 16 Jan 2018 17:20:47 +0100
From: Florian Margaine <florian@...tform.sh>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <michal.lkml@...kovi.net>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb
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@...tform.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
Download attachment "signature.asc" of type "application/pgp-signature" (488 bytes)
Powered by blists - more mailing lists