aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeann Ogasawara <leann.ogasawara@canonical.com>2010-06-08 17:08:51 -0700
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-06-09 08:05:23 -0700
commit5d8015491ed7fad7feaa4bba4782db2eed604d41 (patch)
tree2223948cd78536d4c7e8b130adb26f32be733d07
parent4e30b817df9470f38384a3a6ff37c31f6a3cfd67 (diff)
UBUNTU: Update linux-headers-virtual depends clause
BugLink: http://bugs.launchpad.net/bugs/591041 Now that the virtual flavour has been converted to it's own regular flavour, as opposed to being a sub-flavour of server, the linux-headers-virtual meta package should no longer depend on the server flavour header package. Thus, update the linux-headers-virtual Depends clause to use the virtual flavour header package. Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
-rw-r--r--meta-source/debian/control.d/virtual4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-source/debian/control.d/virtual b/meta-source/debian/control.d/virtual
index bf1eded..210ecfe 100644
--- a/meta-source/debian/control.d/virtual
+++ b/meta-source/debian/control.d/virtual
@@ -2,10 +2,10 @@ Package: linux-headers-virtual
Architecture: i386 amd64
Section: devel
Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-server | linux-headers-${kernel-abi-version}-generic-pae
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-virtual
Description: Linux kernel headers for virtual machines
This package will always depend on the latest kernel headers available
- for virtual machines (which are the same headers as for the server flavour).
+ for virtual machines.
Package: linux-image-virtual
Architecture: i386 amd64