Author: tha-guest
Date: 2006-02-17 16:52:19 +0000 (Fri, 17 Feb 2006)
New Revision: 13
Modified:
   trunk/debian/control
Log:
We don''t want to suggest linux-xen0-2.6, because that was just my xen0
kernel package.
Modified: trunk/debian/control
==================================================================---
trunk/debian/control	2006-02-17 14:31:17 UTC (rev 12)
+++ trunk/debian/control	2006-02-17 16:52:19 UTC (rev 13)
@@ -24,7 +24,6 @@
 Architecture: i386 amd64
 Depends: ${shlibs:Depends}
 Conflicts: xen-hypervisor-pae
-Suggests: linux-xen0-2.6
 Description: The Xen Hypervisor
  The hypervisor is the "core" for XEN itself. It gets booted by the
boot loader
  and controls cpu and memory, sharing them between your administrative domain
@@ -43,7 +42,6 @@
 Architecture: i386
 Depends: ${shlibs:Depends}
 Conflicts: xen-hypervisor
-Suggests: linux-xen0-2.6
 Description: The Xen Hypervisor
  The hypervisor is the "core" for XEN itself. It gets booted by the
boot loader
  and controls cpu and memory, sharing them between your administrative domain
Guido Trotter
2006-Feb-17  18:28 UTC
[Pkg-xen-devel] Re: [Pkg-xen-changes] r13 - trunk/debian
On Fri, Feb 17, 2006 at 04:52:20PM +0000, Ralph Passgang wrote: Hi,> We don't want to suggest linux-xen0-2.6, because that was just my xen0 kernel package. >Are you sure? It seems that every xen kernel compiled with make-kpkg provides linux-xen0 and linux-xen0-2.6! This is my kernel: root@xeno:/usr/src# dpkg-deb --info kernel-xen0-2.6.12.6xeno002_002_i386.deb ... Provides: kernel-xen0, kernel-xen0-2.6 ... That was why I left it... Guido