On 09/04/12 21:53, Debian FTP Masters wrote: > Reject Reasons: > kfreebsd-image-8.3-1-xen: lintian output: 'statically-linked-binary > lib/modules/8.3-1-xen/kernel.symbols', automatically rejected package. > kfreebsd-image-8.3-1-xen: If you have a good reason, you may override this > lintian tag.
Hi Robert, This is the issue I mentioned in the XEN configuration from upstream. I don't know this got through MK_KERNEL_SYMBOLS, but we don't need to generate them at compile-time anyway. Please try the attached... Regards, -- Steven Chamberlain [email protected]
diff -Nru a/sys/i386/conf/XEN b/sys/i386/conf/XEN --- a/sys/i386/conf/XEN 2012-04-09 22:10:55.390534325 +0100 +++ b/sys/i386/conf/XEN 2012-04-09 22:10:16.000000000 +0100 @@ -6,7 +6,7 @@ cpu I686_CPU ident XEN -makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols +#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols makeoptions MODULES_OVERRIDE="" options SCHED_ULE # ULE scheduler

