[Pkg-xen-changes] r233 - in trunk/xen-3.0/debian: bin

Bastian Blank waldi at costa.debian.org
Sun Aug 20 21:07:00 UTC 2006


Author: waldi
Date: Sun Aug 20 21:07:00 2006
New Revision: 233

Modified:
   trunk/xen-3.0/debian/bin/gencontrol.py
   trunk/xen-3.0/debian/templates/control.hypervisor.in

Log:
* debian/bin/gencontrol.py: Fixup empty description.
* debian/templates/control.hypervisor.in: Add desc substitution.


Modified: trunk/xen-3.0/debian/bin/gencontrol.py
==============================================================================
--- trunk/xen-3.0/debian/bin/gencontrol.py	(original)
+++ trunk/xen-3.0/debian/bin/gencontrol.py	Sun Aug 20 21:07:00 2006
@@ -72,6 +72,9 @@
     def do_flavour_packages(self, packages, makefile, arch, subarch, flavour, vars, makeflags, extra):
         hypervisor = self.templates["control.hypervisor"]
 
+        if not vars.has_key('desc'):
+            vars['desc'] = ''
+
         packages_own = []
         packages_own.extend(self.process_packages(hypervisor, vars))
 

Modified: trunk/xen-3.0/debian/templates/control.hypervisor.in
==============================================================================
--- trunk/xen-3.0/debian/templates/control.hypervisor.in	(original)
+++ trunk/xen-3.0/debian/templates/control.hypervisor.in	Sun Aug 20 21:07:00 2006
@@ -10,4 +10,6 @@
  specifically crafted to work as the Domain 0, mediating hardware access for
  XEN itself. An example config file for this kernel and documentation on how
  to build it can be found in the xen-docs package.
+ .
+ @desc@
 



More information about the Pkg-xen-changes mailing list