From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.queued.net ([207.210.101.209]:3102 "EHLO mail.queued.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbYIZVlu (ORCPT ); Fri, 26 Sep 2008 17:41:50 -0400 Date: Fri, 26 Sep 2008 17:31:33 -0400 From: Andres Salomon Subject: Re: [PATCH] deb-pkg: Fix Provides field Message-ID: <20080926173133.13f75910@ephemeral> In-Reply-To: <1221682195-26809-2-git-send-email-max@stro.at> References: <1221682195-26809-1-git-send-email-max@stro.at> <1221682195-26809-2-git-send-email-max@stro.at> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: maximilian attems Cc: sam@ravnborg.org, linux-kbuild@vger.kernel.org On Wed, 17 Sep 2008 22:09:50 +0200 maximilian attems wrote: > 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 > Signed-off-by: maximilian attems > --- > scripts/package/builddeb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/package/builddeb b/scripts/package/builddeb > index 9889a73..8c69b9e 100644 > --- a/scripts/package/builddeb > +++ b/scripts/package/builddeb > @@ -99,7 +99,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 Hm, I'd recommend making the linux-modules* stuff configurable. Ubuntu's kernel provides look like the following: Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-2.6, redhat-cluster-modules > Architecture: any > Description: User Mode Linux kernel, version $version > User-mode Linux is a port of the Linux kernel to its own system call > @@ -121,7 +121,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 Ditto. > Architecture: any > Description: Linux kernel, version $version > This package contains the Linux kernel, modules and corresponding > other