From patchwork Wed Apr 22 23:11:43 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Pop X-Patchwork-Id: 19451 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 n3MNBOGt031696 for ; Wed, 22 Apr 2009 23:11:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751043AbZDVXLq (ORCPT ); Wed, 22 Apr 2009 19:11:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751276AbZDVXLq (ORCPT ); Wed, 22 Apr 2009 19:11:46 -0400 Received: from Cpsmtpm-eml110.kpnxchange.com ([195.121.3.14]:51422 "EHLO CPSMTPM-EML110.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043AbZDVXLq (ORCPT ); Wed, 22 Apr 2009 19:11:46 -0400 Received: from aragorn.fjphome.nl ([84.85.147.182]) by CPSMTPM-EML110.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000); Thu, 23 Apr 2009 01:11:44 +0200 From: Frans Pop To: linux-kbuild@vger.kernel.org Subject: [PATCH 10/14] deb-pkg: improve Source field Date: Thu, 23 Apr 2009 01:11:43 +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: <200904230111.44655.elendil@planet.nl> X-OriginalArrivalTime: 22 Apr 2009 23:11:44.0907 (UTC) FILETIME=[B44F1DB0:01C9C39F] Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org The Source: field is defined as the source package in the package archive from which a binary packages are built. As deb-pkg does not generate a source package, we should avoid to use any existing source packages here. Signed-off-by: Frans Pop Cc: maximilian attems Cc: Andres Salomon --- I still have strong objections to "linux-2.6". IMO "linux-upstream" is a good compromise: it's clear and avoids both Debian's "linux-2.6" and Ubuntu's "linux". -- 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 60f8de2..ebb112d 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -114,7 +114,7 @@ maintainer="$name <$email>" # Generate a simple changelog template cat < debian/changelog -linux ($packageversion) unstable; urgency=low +linux-upstream ($packageversion) unstable; urgency=low * Custom built Linux kernel. @@ -143,7 +143,7 @@ EOF # Generate a control file cat < debian/control -Source: linux +Source: linux-upstream Section: base Priority: optional Maintainer: $maintainer