mbox series

[Unstable/Noble,0/2] Don't produce linux-*-source-<version> package (LP: #2052439)

Message ID 20240207112446.1986592-1-juerg.haefliger@canonical.com
Headers show
Series Don't produce linux-*-source-<version> package (LP: #2052439) | expand

Message

Juerg Haefliger Feb. 7, 2024, 11:24 a.m. UTC
[Impact]

Some kernels produce a linux-*-source-<version> binary deb package. That is all wrong and confusing, only the primary/main linux source package should produce that package.

[Test Case]

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

[Where Problems Could Occur]

Already installed packages won't upgrade and become stale.

[Notes]

This bug is filed against the main linux package because that's where the build rules live.

Juerg Haefliger (2):
  UBUNTU: [Packaging] Move linux-source package stub to debian/control.d
  UBUNTU: [Packaging] Build linux-source package only for the main
    kernel

 debian.master/control.stub.in      | 24 ------------------------
 debian/control.d/linux-source.stub | 23 +++++++++++++++++++++++
 debian/rules                       |  8 ++++++++
 3 files changed, 31 insertions(+), 24 deletions(-)
 create mode 100644 debian/control.d/linux-source.stub

Comments

Paolo Pisati Feb. 19, 2024, 11:05 a.m. UTC | #1
On Wed, Feb 07, 2024 at 12:24:44PM +0100, Juerg Haefliger wrote:
> [Impact]
> 
> Some kernels produce a linux-*-source-<version> binary deb package. That is all wrong and confusing, only the primary/main linux source package should produce that package.

Applied.