From patchwork Tue Jan 5 18:46:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 42149 X-Patchwork-Delegate: apw@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 43D54B6EEF for ; Wed, 6 Jan 2010 05:46:54 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NSEQZ-0002xp-Kz; Tue, 05 Jan 2010 18:46:47 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NSEQX-0002xE-Kk for kernel-team@lists.ubuntu.com; Tue, 05 Jan 2010 18:46:45 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id 556B62107A5; Tue, 5 Jan 2010 10:46:31 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id 4E9BBF88D8; Tue, 5 Jan 2010 11:46:43 -0700 (MST) To: apw@canonical.com Subject: Lucid request pull, DH_COMPAT Message-Id: <20100105184643.4E9BBF88D8@sepang.rtg.net> Date: Tue, 5 Jan 2010 11:46:43 -0700 (MST) From: timg@tpi.com (Tim Gardner) Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 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 The following changes since commit eb0bf00fa085b5dbeb09a50a6db4a1b20442994c: Andy Whitcroft (1): async_populate_rootfs: move rootfs init earlier are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.git DH_COMPAT Tim Gardner (1): UBUNTU: [Config] DH_COMPAT=5 debian.master/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From a039022cb45b45206243de45df2bf78282be97f9 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Tue, 5 Jan 2010 11:15:39 -0700 Subject: [PATCH] UBUNTU: [Config] DH_COMPAT=5 Cleans up some build noise. Signed-off-by: Tim Gardner --- debian.master/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/rules b/debian.master/rules index b1792ea..98b9ac9 100755 --- a/debian.master/rules +++ b/debian.master/rules @@ -17,7 +17,7 @@ unexport CFLAGS unexport LDFLAGS # This is the debhelper compatability version to use. -export DH_COMPAT=4 +export DH_COMPAT=5 export LC_ALL=C export SHELL=/bin/bash -e