From patchwork Tue Jan 5 18:46:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Lucid request pull, DH_COMPAT From: Tim Gardner X-Patchwork-Id: 42149 Message-Id: <20100105184643.4E9BBF88D8@sepang.rtg.net> To: apw@canonical.com Cc: kernel-team@lists.ubuntu.com Date: Tue, 5 Jan 2010 11:46:43 -0700 (MST) 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