[REVIEW 01/10][linux] UBUNTU: [Packaging] Don't use SRCPKGNAME for linux-libc-dev

Seth Forshee seth.forshee at canonical.com
Tue Dec 3 22:26:35 UTC 2019


When using SRCPKGNAME the name of the linux-libc-dev package will
change when we change to using linux-<ver> for the source package
names. The name should remain linux-libc-dev, so fix this in
control.stub.in.

Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
---
 debian.master/control.stub.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index bf0a9f57bc67..5343f7e573c4 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -103,7 +103,7 @@ Description: Header files related to Linux kernel version PKGVER
  that want the latest kernel headers. Please read
  /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details
 
-Package: SRCPKGNAME-libc-dev
+Package: linux-libc-dev
 Architecture: amd64 armhf arm64 i386 ppc64el s390x
 Depends: ${misc:Depends}
 Conflicts: SRCPKGNAME-kernel-headers
-- 
2.24.0




More information about the kernel-team mailing list