From patchwork Thu Jan 20 13:12:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 79693 X-Patchwork-Delegate: tim.gardner@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 35F80B70DA for ; Fri, 21 Jan 2011 00:15:16 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PfuM3-0001aR-RV; Thu, 20 Jan 2011 13:15:11 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PfuM1-0001Xt-Oy for kernel-team@lists.ubuntu.com; Thu, 20 Jan 2011 13:15:09 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1PfuM1-0006eR-JD; Thu, 20 Jan 2011 13:15:09 +0000 Received: from [116.227.207.92] (helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1PfuLz-0006Vp-IF; Thu, 20 Jan 2011 13:15:09 +0000 From: Bryan Wu To: tim.gardner@canonical.com, apw@canonical.com Subject: [PATCH 2/3] UBUNTU: fix the RELEASENAME to natty Date: Thu, 20 Jan 2011 21:12:11 +0800 Message-Id: <1295529132-32416-3-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1295529132-32416-1-git-send-email-bryan.wu@canonical.com> References: <1295529132-32416-1-git-send-email-bryan.wu@canonical.com> Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Bryan Wu --- meta-source/debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-source/debian/rules b/meta-source/debian/rules index 90e0cb5..1e6aa2e 100755 --- a/meta-source/debian/rules +++ b/meta-source/debian/rules @@ -7,7 +7,7 @@ # Copyright (c) 2004 Jens Schmalzing # -RELEASE_NAME=lucid +RELEASE_NAME=natty KERNEL_VERSION=$(shell dpkg-parsechangelog | grep ^Version | sed -e \ 's/Version: \([0-9]*\.[0-9]*\.[0-9]*\)\..*/\1/')