ACK: [PATCH][XZAB] UBUNTU: [debian] use SRCPKGNAME in linux-headers Depends

Khaled Elmously khalid.elmously at canonical.com
Wed Dec 20 23:06:17 UTC 2017




  Original Message  
From: Kamal Mostafa
Sent: Wednesday, December 20, 2017 5:45 PM
To: kernel-team at lists.ubuntu.com
Subject: [PATCH][XZAB] UBUNTU: [debian] use SRCPKGNAME in linux-headers Depends

Use the SRCPKGNAME macro instead of hardcoded "linux" in the Depends for
linux-headers-PKGVER-ABINUM-FLAVOUR, to provide the correct package name
for derivative kernels with a different SRCPKGNAME.

Ignore: yes

Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
debian.master/control.d/flavour-control.stub | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/control.d/flavour-control.stub b/debian.master/control.d/flavour-control.stub
index 6206071..cb14fea 100644
--- a/debian.master/control.d/flavour-control.stub
+++ b/debian.master/control.d/flavour-control.stub
@@ -74,7 +74,7 @@ Build-Profiles: <!stage1>
Architecture: ARCH
Section: devel
Priority: optional
-Depends: ${misc:Depends}, linux-headers-PKGVER-ABINUM, ${shlibs:Depends}
+Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
Provides: linux-headers, linux-headers-3.0
Description: Linux kernel headers for version PKGVER on DESC
This package provides kernel header files for version PKGVER on
-- 
2.7.4


-- 
kernel-team mailing list
kernel-team at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team




More information about the kernel-team mailing list