Displaying 1 result from an estimated 1 matches for "do_arch_setup".
2010 Feb 18
0
[PATCH] Build against linux-support-2.6.32-2
...rom. It seems to
work....)
The errors from only editing rules.defs are attached.
Index: debian/bin/gencontrol.py
===================================================================
--- debian/bin/gencontrol.py (revision 706)
+++ debian/bin/gencontrol.py (working copy)
@@ -25,6 +25,7 @@
def do_arch_setup(self, vars, makeflags, arch, extra):
config_entry = self.config.merge('base', arch)
+ config_entry_description = self.config.merge('description', arch)
for i in (
('xen-arch', 'XEN_ARCH'),
@@ -59,7 +60,11 @@
def do_flavo...