[SRU][N:lowlatency][PATCH 0/4] Fix packaging

Juerg Haefliger juerg.haefliger at canonical.com
Mon Oct 21 12:26:43 UTC 2024


BugLink: https://bugs.launchpad.net/bugs/2048183
BugLink: https://bugs.launchpad.net/bugs/2077306
BugLink: https://bugs.launchpad.net/bugs/2080970

[Impact]

linux-lowlatency-tools-common, linux-lowlatency-tools-host, linux-lowlatency-cloud-tools-common
are empty packages that should not exist for this derivative.

Some kernels produce linux-*-cloud-tools-common, linux-*-tools-common and/or linux-*-tools-host binary deb packages.
That is all wrong, only the primary/main linux source package should produce these. These packages result in install
failures of the regular linux-cloud-tools-common, linux-tools-common and linux-tools-host packages.

While at it, clean up the packaging bits to prevent unexpected packaging results.

[Test Case]

Check list of built binary packages in LP and verify the packages are not built.

[Where Problems Could Occur]

Already installed packages won't upgrade and become stale. Broken packaging.


Juerg Haefliger (4):
  UBUNTU: [Packaging] lowlatency: Don't build tools-common, tools-host,
    cloud-tools-common
  UBUNTU: [Packaging] lowlatency: Remove backport packaging files
  UBUNTU: [Packaging] lowlatency: Remove invalid do_* build flags
  UBUNTU: [Packaging] lowlatency: Remove unused do_* build flags

 debian.lowlatency/control.stub.in             | 33 ----------
 debian.lowlatency/etc/local.conf              |  1 -
 debian.lowlatency/rules.d/amd64.mk            |  3 -
 debian.lowlatency/rules.d/hooks.mk            |  6 --
 debian.lowlatency/rules.d/i386.mk             |  3 -
 debian.lowlatency/rules.d/riscv64.mk          |  3 -
 debian.lowlatency/scripts/helpers/copy-files  | 62 -------------------
 .../scripts/helpers/local-mangle              | 24 -------
 8 files changed, 135 deletions(-)
 delete mode 100644 debian.lowlatency/etc/local.conf
 delete mode 100644 debian.lowlatency/rules.d/hooks.mk
 delete mode 100755 debian.lowlatency/scripts/helpers/copy-files
 delete mode 100755 debian.lowlatency/scripts/helpers/local-mangle

-- 
2.43.0




More information about the kernel-team mailing list