lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ