Lucid pull request, LP454827
Tim Gardner
timg at tpi.com
Wed Mar 17 17:22:53 UTC 2010
The following changes since commit 9b7ca8e2793ec187e49aa3a3a98c0787f41eb81e:
Stefan Bader (1):
UBUNTU: [Config] Update configs for 2.6.32.10
are available in the git repository at:
git://kernel.ubuntu.com/rtg/ubuntu-lucid.git lp454827
Tim Gardner (1):
UBUNTU: [Config] Fix sub-flavours package conflicts
debian.master/sub-flavours/virtual.vars | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
>From b839ac6d0cdc733d43262950451c6094729cabe0 Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner at canonical.com>
Date: Wed, 17 Mar 2010 11:10:00 -0600
Subject: [PATCH] UBUNTU: [Config] Fix sub-flavours package conflicts
BugLink: http://bugs.launchpad.net/bugs/454827
The logic that creates debian/control information for the
virtual flavour packaging is dependent on the architecture
of the environment within which 'debian/rules clean' is run,
and as such can create an incorrect conflicts statement.
In this case it is sufficient to have both conflicts hard coded in the
same statement since the conflicting packages are architecturally
mutually exclusive.
Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
---
debian.master/sub-flavours/virtual.vars | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/debian.master/sub-flavours/virtual.vars b/debian.master/sub-flavours/virtual.vars
index 2191090..9170c63 100644
--- a/debian.master/sub-flavours/virtual.vars
+++ b/debian.master/sub-flavours/virtual.vars
@@ -5,13 +5,6 @@ target="Geared toward virtual machine guests."
desc="x86/x86_64"
bootloader="grub-pc | grub | lilo (>= 19.1)"
is_sub="true"
-darch="`dpkg-architecture -qDEB_HOST_ARCH`"
-if [ "$darch" = "i386" ]
-then
-based_on="generic-pae"
-else
-based_on="server"
-fi
# The provides and conflicts are REQUIRED
provides="redhat-cluster-modules"
-conflicts="linux-image-PKGVER-ABINUM-${based_on}"
+conflicts="linux-image-PKGVER-ABINUM-generic-pae, linux-image-PKGVER-ABINUM-server"
--
1.7.0
More information about the kernel-team
mailing list