All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] builddeb: make deb building more flexible
@ 2021-04-11 10:14 bage
  2021-04-11 10:14 ` [PATCH 1/6] builddeb: diff-ignore unexported top-level files bage
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: bage @ 2021-04-11 10:14 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek; +Cc: Bastian Germann, linux-kbuild, tglx

From: Bastian Germann <bage@linutronix.de>

Building Debian packages via the [bin]deb-pkg make targets has some
shortcomings. These targets do not allow for packing a Debian source
package independently from actually building the binary package.

This series improves that process by making it possible to rebuild
the packages without errors via dpkg-buildpackage, by separating
source package creation from binary package building, and by making
the dbg package build optional.

Bastian Germann (6):
  builddeb: diff-ignore unexported top-level files
  builddeb: set CC on cross build to prefixed gcc
  builddeb: clean generated package content
  builddeb: use standard format for copyright file
  builddeb: introduce profile excluding the dbg pkg
  kbuild: introduce srcdeb-pkg target

 scripts/Makefile.package |  8 ++++++--
 scripts/package/mkdebian | 40 ++++++++++++++++++++++++++--------------
 2 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-04-19  6:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-11 10:14 [PATCH 0/6] builddeb: make deb building more flexible bage
2021-04-11 10:14 ` [PATCH 1/6] builddeb: diff-ignore unexported top-level files bage
2021-04-17  8:29   ` Masahiro Yamada
2021-04-17  8:34     ` Masahiro Yamada
2021-04-11 10:14 ` [PATCH 2/6] builddeb: set CC on cross build to prefixed gcc bage
2021-04-11 10:14 ` [PATCH 3/6] builddeb: clean generated package content bage
2021-04-19  6:07   ` Masahiro Yamada
2021-04-11 10:14 ` [PATCH 4/6] builddeb: use standard format for copyright file bage
2021-04-19  6:40   ` Masahiro Yamada
2021-04-11 10:14 ` [PATCH 5/6] builddeb: introduce profile excluding the dbg pkg bage
2021-04-11 10:14 ` [PATCH 6/6] kbuild: introduce srcdeb-pkg target bage
2021-04-17 16:58   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.