Bastian Blank
2012-Jul-28 08:16 UTC
[Pkg-xen-changes] r1082 - branches/wheezy/xen/debian/templates
Author: waldi Date: Sat Jul 28 08:16:22 2012 New Revision: 1082 Log: * debian/templates/control.hypervisor.in: Revert provides removal. * debian/templates/control.system.latest.in: Add provides. Modified: branches/wheezy/xen/debian/templates/control.hypervisor.in branches/wheezy/xen/debian/templates/control.system.latest.in Modified: branches/wheezy/xen/debian/templates/control.hypervisor.in =============================================================================--- branches/wheezy/xen/debian/templates/control.hypervisor.in Fri Jul 27 10:59:38 2012 (r1081) +++ branches/wheezy/xen/debian/templates/control.hypervisor.in Sat Jul 28 08:16:22 2012 (r1082) @@ -1,6 +1,6 @@ Package: xen-hypervisor- at version@@localversion@ Depends: ${misc:Depends} -Provides: xen-hypervisor, xen-hypervisor- at version@ +Provides: xen-hypervisor, xen-hypervisor- at version@, xen-hypervisor at localversion@ Recommends: xen-utils- at version@ Suggests: xen-docs- at version@ Description: Xen Hypervisor on @class@ @@ -13,3 +13,4 @@ In order to boot a XEN system along with this package you also need a kernel specifically crafted to work as the Domain 0, mediating hardware access for XEN itself. + Modified: branches/wheezy/xen/debian/templates/control.system.latest.in =============================================================================--- branches/wheezy/xen/debian/templates/control.system.latest.in Fri Jul 27 10:59:38 2012 (r1081) +++ branches/wheezy/xen/debian/templates/control.system.latest.in Sat Jul 28 08:16:22 2012 (r1082) @@ -1,5 +1,6 @@ Package: xen-system at localversion@ Depends: xen-hypervisor- at version@@localversion@, xen-utils- at version@, ${misc:Depends} +Provides: xen-system Description: Xen System on @class@ (meta-package) This package depends on the latest Xen hypervisor for use on @class@ and the Xen utils. .