From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751383AbeAPQUz (ORCPT + 1 other); Tue, 16 Jan 2018 11:20:55 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:38816 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbeAPQUx (ORCPT ); Tue, 16 Jan 2018 11:20:53 -0500 X-Google-Smtp-Source: ACJfBotdJ9FTkZeO/ZbMxzOvCECUeyCkKsdAzokwmkExjjEeINy7DCWFDb+Y5LzbgpNXDn0ys77vfw== From: Florian Margaine To: Masahiro Yamada , Michal Marek , 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 Message-ID: <87po696ahs.fsf@platform.sh> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 =2D-- scripts/package/builddeb | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index b4f0f2b3f8d2..1e5c42c9481a 100755 =2D-- 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 =20 fi =2D-=20 2.14.3 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEWcDV2nrrM20UJL9WhD9tdT2UlyoFAlpeJl8ACgkQhD9tdT2U lypf8wf/btAZrT7AkL5a+6WWvFKAX8tJCdHvRLAaQwSG5k4yEkapI/8U/PjgnjSy TpY2lycopraXsTWa/rw/ScImE4iSm9KlGS62JLLTxvypVBTvMroEGTkT9CWJFggR tLya6Fjp+j9UFJwGwuWRvOcG7Emt+d2ync0CHmyGnZwmNwI9emAkZ9e5kAjC6J5M nDNlnyJSi36UHbdfb5fyeeNVrmZTG/ByrmrF6tXNbrKIWoXo8rVP2UBsnO5IiRtn xb1mOL5fJkAbLOhRqBGOXx9sfXL+fw6sj7b51cUC6B/QF0ZmyGcwXD09vo1poRTc vaLhLjkSqj8SRLIExpKtwNir6+iE0g== =ysuk -----END PGP SIGNATURE----- --=-=-=--