lkml.org 
[lkml]   [2023]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package
Date
This series fixes some bugs, then switch to 'git archive'
for source package creation as suggested by Linus.



Masahiro Yamada (6):
kbuild: deb-pkg: make debian source package working again
kbuild: deb-pkg: do not take KERNELRELEASE from the source version
kbuild: deb-pkg: set CROSS_COMPILE only when undefined
kbuild: deb-pkg: split image and debug objects staging out into
functions
kbuild: deb-pkg: use dh_listpackages to know enabled packages
kbuild: use git-archive for source package creation

.gitignore | 1 +
Makefile | 9 +-
scripts/.gitignore | 1 -
scripts/Makefile | 2 +-
scripts/Makefile.package | 113 ++--
scripts/check-git | 14 +
scripts/list-gitignored.c | 1057 ------------------------------
scripts/package/builddeb | 269 ++++----
scripts/package/deb-build-option | 14 +-
scripts/package/gen-diff-patch | 44 ++
scripts/package/mkdebian | 24 +-
scripts/package/mkspec | 17 +-
scripts/setlocalversion | 45 +-
13 files changed, 335 insertions(+), 1275 deletions(-)
create mode 100755 scripts/check-git
delete mode 100644 scripts/list-gitignored.c
create mode 100755 scripts/package/gen-diff-patch

--
2.34.1

\
 
 \ /
  Last update: 2023-03-27 00:55    [W:0.181 / U:0.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site