| Submitter | Tim Gardner |
|---|---|
| Date | Jan. 5, 2010, 6:46 p.m. |
| Message ID | <20100105184643.4E9BBF88D8@sepang.rtg.net> |
| Download | mbox | patch |
| Permalink | /patch/42149/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Applied to Lucid. -apw
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
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(-)