Searched hist:"1 d29b4c223811871017542e96ac00ee562a37497" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.package | diff 1d29b4c223811871017542e96ac00ee562a37497 Mon Apr 17 16:25:48 CEST 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify source compression
Add KDEB_SOURCE_COMPRESS to specify the compression for the orig and debian tarballs. (cf. the existing KDEB_COMPRESS is used to specify the compression for binary packages.)
Supported algorithms are gzip, bzip2, lzma, and xz, all of which are supported by dpkg-source.
The current default is gzip. You can change it via the environment variable, for example, 'KDEB_SOURCE_COMPRESS=xz make deb-pkg'.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|