mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:00:53 +07:00
kbuild: make deb-pkg - add 'Provides:' line
http://bugzilla.kernel.org/show_bug.cgi?id=8941 Current Debian's kernel-modules depend on matching linux-image-$version, though Linux's make deb-pkg build a .deb that 'Provides: kernel-image-$version' only. The following patch adds the Debian-compliant 'Provides', leaving the default one; hopely this will make way all happy. Signed-off-by: paolo <oopla@users.sf.net> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
e9e40e143c
commit
6f67a00498
@ -83,6 +83,7 @@ Maintainer: $name
|
||||
Standards-Version: 3.6.1
|
||||
|
||||
Package: $packagename
|
||||
Provides: kernel-image-$version, linux-image-$version
|
||||
Architecture: any
|
||||
Description: User Mode Linux kernel, version $version
|
||||
User-mode Linux is a port of the Linux kernel to its own system call
|
||||
@ -104,6 +105,7 @@ Maintainer: $name
|
||||
Standards-Version: 3.6.1
|
||||
|
||||
Package: $packagename
|
||||
Provides: kernel-image-$version, linux-image-$version
|
||||
Architecture: any
|
||||
Description: Linux kernel, version $version
|
||||
This package contains the Linux kernel, modules and corresponding other
|
||||
|
Loading…
Reference in New Issue
Block a user