diff mbox

Lucid request pull, DH_COMPAT

Message ID 20100105184643.4E9BBF88D8@sepang.rtg.net
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Tim Gardner Jan. 5, 2010, 6:46 p.m. UTC
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 <tim.gardner@canonical.com>
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 <tim.gardner@canonical.com>
---
 debian.master/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andy Whitcroft Jan. 5, 2010, 7:09 p.m. UTC | #1
Applied to Lucid.

-apw
diff mbox

Patch

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