Commit 6f67a004 authored by bugme-daemon@bugzilla.kernel.org's avatar bugme-daemon@bugzilla.kernel.org Committed by Sam Ravnborg

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: default avatarpaolo <oopla@users.sf.net>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent e9e40e14
...@@ -83,6 +83,7 @@ Maintainer: $name ...@@ -83,6 +83,7 @@ Maintainer: $name
Standards-Version: 3.6.1 Standards-Version: 3.6.1
Package: $packagename Package: $packagename
Provides: kernel-image-$version, linux-image-$version
Architecture: any Architecture: any
Description: User Mode Linux kernel, version $version Description: User Mode Linux kernel, version $version
User-mode Linux is a port of the Linux kernel to its own system call User-mode Linux is a port of the Linux kernel to its own system call
...@@ -104,6 +105,7 @@ Maintainer: $name ...@@ -104,6 +105,7 @@ Maintainer: $name
Standards-Version: 3.6.1 Standards-Version: 3.6.1
Package: $packagename Package: $packagename
Provides: kernel-image-$version, linux-image-$version
Architecture: any Architecture: any
Description: Linux kernel, version $version Description: Linux kernel, version $version
This package contains the Linux kernel, modules and corresponding other This package contains the Linux kernel, modules and corresponding other
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment