* debian/bin/gencontrol.py:

Use xen-system instead of xen-hypervisor for meta-packages.
* debian/changelog: Update.

svn path=/dists/sid/linux/; revision=19322
This commit is contained in:
Bastian Blank 2012-08-13 11:02:50 +00:00
parent 3aeb7e379a
commit 94ee7c7fb6
2 changed files with 5 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class Gencontrol(Base):
p = self.process_packages(self.templates['control.xen-linux-system'], vars)
l = PackageRelationGroup()
for xen_flavour in config_entry_xen['flavours']:
l.append("xen-hypervisor-%s" % xen_flavour)
l.append("xen-system-%s" % xen_flavour)
p[0]['Depends'].append(l)
packages_dummy.extend(p)

4
debian/changelog vendored
View File

@ -91,6 +91,10 @@ linux (3.2.27-1) UNRELEASED; urgency=low
* e1000: add dropped DMA receive enable back in for WoL (Closes: #684618)
* PCI/PM/Runtime: make PCI traces quieter (Closes: #684049)
[ Bastian Blank ]
* Make xen-linux-system meta-packages depend on xen-system. This allows
automatic updates. (closes: #681637)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 24 Jul 2012 02:20:37 +0100
linux (3.2.23-1) unstable; urgency=low