mbox series

[0/1,unstable] UBUNTU: [Packaging] use DEB_ prefix for some variables

Message ID 20241007114549.618267-1-agathe.porte@canonical.com
Headers show
Series UBUNTU: [Packaging] use DEB_ prefix for some variables | expand

Message

Agathe Porte Oct. 7, 2024, 11:21 a.m. UTC
This is an attempt at refactoring some of the kernel packaging to use
well-known Debian packaging variables.

If this kind of efforts are appreciated, then I will publish more
refactoring efforts to the unstable kernel. The ultimate goal of these
is to carve out linux-main-modules to be able to respin out-of-tree
DKMS modules (zfs, etc.) without having to respin the whole kernel.

[ Test ]

Compiled the amd64 kernel with this packaging change on cbd.
No build failure.

Agathe Porte (1):
  UBUNTU: [Packaging] use DEB_ prefix for some variables

 debian/rules                     | 18 ++++----
 debian/rules.d/0-common-vars.mk  | 39 ++++++++--------
 debian/rules.d/1-maintainer.mk   | 12 ++---
 debian/rules.d/2-binary-arch.mk  | 76 ++++++++++++++++----------------
 debian/rules.d/3-binary-indep.mk |  2 +-
 5 files changed, 75 insertions(+), 72 deletions(-)