[kernel] r16033 - in dists/sid/linux-latest-2.6/debian: . bin templates
Ben Hutchings
benh at alioth.debian.org
Sun Aug 1 22:25:41 UTC 2010
Author: benh
Date: Sun Aug 1 22:25:36 2010
New Revision: 16033
Log:
Add xen-linux-system-2.6-* meta-packages (Closes: #402414)
Added:
dists/sid/linux-latest-2.6/debian/templates/control.xen-linux-system.latest.in
Modified:
dists/sid/linux-latest-2.6/debian/bin/gencontrol.py
dists/sid/linux-latest-2.6/debian/changelog
Modified: dists/sid/linux-latest-2.6/debian/bin/gencontrol.py
==============================================================================
--- dists/sid/linux-latest-2.6/debian/bin/gencontrol.py Sun Aug 1 21:23:23 2010 (r16032)
+++ dists/sid/linux-latest-2.6/debian/bin/gencontrol.py Sun Aug 1 22:25:36 2010 (r16033)
@@ -57,6 +57,8 @@
templates.extend(self.templates["control.image.latest.type-modules"])
else:
templates.extend(self.templates["control.image.latest.type-standalone"])
+ if featureset == 'xen':
+ templates.extend(self.templates["control.xen-linux-system.latest"])
if config_base.get('modules', True):
templates.extend(self.templates["control.headers.latest"])
Modified: dists/sid/linux-latest-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-latest-2.6/debian/changelog Sun Aug 1 21:23:23 2010 (r16032)
+++ dists/sid/linux-latest-2.6/debian/changelog Sun Aug 1 22:25:36 2010 (r16033)
@@ -1,3 +1,9 @@
+linux-latest-2.6 (29) UNRELEASED; urgency=low
+
+ * Add xen-linux-system-2.6-* meta-packages (Closes: #402414)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sun, 01 Aug 2010 23:24:48 +0100
+
linux-latest-2.6 (28) unstable; urgency=low
* Move NEWS from linux-2.6, since apt-listchanges only shows it for
Added: dists/sid/linux-latest-2.6/debian/templates/control.xen-linux-system.latest.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/sid/linux-latest-2.6/debian/templates/control.xen-linux-system.latest.in Sun Aug 1 22:25:36 2010 (r16033)
@@ -0,0 +1,6 @@
+Package: xen-linux-system- at major@@localversion@
+Depends: xen-linux-system- at upstreamversion@@abiname@@localversion@, ${misc:Depends}
+Provides: xen-linux-system, xen-linux-system- at major@
+Description: Xen system with Linux @major@ for @class@ (meta-package)
+ This package depends on the Xen hypervisor and the latest Linux kernel
+ @major@@localversion at .
More information about the Kernel-svn-changes
mailing list