[Pkg-xen-changes] r374 - trunk/xen-3.0/debian/bin

Guido Trotter ultrotter at alioth.debian.org
Wed Nov 1 10:50:34 CET 2006


Author: ultrotter
Date: Wed Nov  1 10:50:33 2006
New Revision: 374

Modified:
   trunk/xen-3.0/debian/bin/gencontrol.py
Log:
Restore part of the do_main_packages func or the xen-docs control entry doesn't get generated


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	Wed Nov  1 10:50:33 2006
@@ -21,6 +21,9 @@
             'ABINAME': self.abiname,
         })
 
+    def do_main_packages(self, packages, extra):
+        packages.extend(self.process_packages(self.templates["control.main"], self.vars))
+
     def do_arch_setup(self, vars, makeflags, arch, extra):
         for i in (
             ('xen-arch', 'XEN_ARCH'),



More information about the Pkg-xen-changes mailing list