From patchwork Wed Apr 22 23:10:25 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Pop X-Patchwork-Id: 19448 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 n3MN8b5m031480 for ; Wed, 22 Apr 2009 23:10:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751732AbZDVXK3 (ORCPT ); Wed, 22 Apr 2009 19:10:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752003AbZDVXK3 (ORCPT ); Wed, 22 Apr 2009 19:10:29 -0400 Received: from cpsmtpm-eml103.kpnxchange.com ([195.121.3.7]:62754 "EHLO CPSMTPM-EML103.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732AbZDVXK2 (ORCPT ); Wed, 22 Apr 2009 19:10:28 -0400 Received: from aragorn.fjphome.nl ([84.85.147.182]) by CPSMTPM-EML103.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000); Thu, 23 Apr 2009 01:10:27 +0200 From: Frans Pop To: linux-kbuild@vger.kernel.org Subject: [PATCH 7/14] dep-pkg: improve changelog entry and package descriptions Date: Thu, 23 Apr 2009 01:10:25 +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: <200904230110.27211.elendil@planet.nl> X-OriginalArrivalTime: 22 Apr 2009 23:10:27.0166 (UTC) FILETIME=[85F8C7E0:01C9C39F] Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Signed-off-by: Frans Pop Cc: maximilian attems 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 c01f812..0449147 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -98,7 +98,7 @@ name="Kernel Compiler <$(id -nu)@$(hostname -f)>" cat < debian/changelog linux ($packageversion) unstable; urgency=low - * A standard release + * Custom built Linux kernel. -- $name $(date -R) EOF @@ -126,7 +126,7 @@ Description: User Mode Linux kernel, version $version many other things. . This package contains the Linux kernel, modules and corresponding other - files version $version + files, version: $version. EOF else @@ -138,7 +138,7 @@ Suggests: $fwpackagename Architecture: any Description: Linux kernel, version $version This package contains the Linux kernel, modules and corresponding other - files version $version + files, version: $version. EOF fi @@ -152,7 +152,7 @@ if [ -e "$tmpdir/lib/firmware" ]; then Package: $fwpackagename Architecture: all Description: Linux kernel firmware, version $version - This package contains firmware from the Linux kernel, version $version + This package contains firmware from the Linux kernel, version $version. EOF create_package "$fwpackagename" "$fwdir"