kernel-image naming has been dropped for the Lenny release and was only transitional for Etch. as it builds modules it provides linux-modules-$version Cc: Andres Salomon <dilinger@xxxxxxxxxx> Signed-off-by: maximilian attems <max@xxxxxxx> --- scripts/package/builddeb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index dd61591..f5c8fa6 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -102,7 +102,7 @@ Maintainer: $maintainer Standards-Version: 3.6.1 Package: $packagename -Provides: kernel-image-$version, linux-image-$version +Provides: linux-image, linux-image-2.6, linux-modules-$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 @@ -124,7 +124,7 @@ Maintainer: $maintainer Standards-Version: 3.6.1 Package: $packagename -Provides: kernel-image-$version, linux-image-$version +Provides: linux-image, linux-image-2.6, linux-modules-$version Suggests: $fwpackagename Architecture: any Description: Linux kernel, version $version -- 1.6.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html