From patchwork Wed Apr 22 23:12:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Pop X-Patchwork-Id: 19453 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3MNCOdb031781 for ; Wed, 22 Apr 2009 23:12:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751043AbZDVXMY (ORCPT ); Wed, 22 Apr 2009 19:12:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751192AbZDVXMY (ORCPT ); Wed, 22 Apr 2009 19:12:24 -0400 Received: from Cpsmtpm-eml106.kpnxchange.com ([195.121.3.10]:64585 "EHLO CPSMTPM-EML106.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043AbZDVXMX (ORCPT ); Wed, 22 Apr 2009 19:12:23 -0400 Received: from aragorn.fjphome.nl ([84.85.147.182]) by CPSMTPM-EML106.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000); Thu, 23 Apr 2009 01:12:22 +0200 From: Frans Pop To: linux-kbuild@vger.kernel.org Subject: [PATCH 12/14] deb-pkg: fix Provides field Date: Thu, 23 Apr 2009 01:12:21 +0200 User-Agent: KMail/1.9.9 Cc: Sam Ravnborg , maximilian attems , Andres Salomon References: <200904230034.59627.elendil@planet.nl> In-Reply-To: <200904230034.59627.elendil@planet.nl> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200904230112.22423.elendil@planet.nl> X-OriginalArrivalTime: 22 Apr 2009 23:12:23.0057 (UTC) FILETIME=[CB0C5810:01C9C39F] Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org From: maximilian attems Subject: deb-pkg: fix Provides field 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. Signed-off-by: maximilian attems Signed-off-by: Frans Pop Cc: Andres Salomon --- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/scripts/package/builddeb b/scripts/package/builddeb index f8bc361..763edcd 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -154,7 +154,7 @@ if [ "$ARCH" = "um" ]; then cat <> debian/control 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 @@ -171,7 +171,7 @@ else cat <> debian/control 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