> > Yes, they moved yet again. The fix is simple: > > diff -Nru > kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mkkernel-package-12.036+nmu3/kernel/ruleset/targets/ > common.mk > --- kernel-package-12.036+nmu2/kernel/ruleset/targets/common.mk2012-03-04 > 00:03:25.000000000 +0000 > +++ kernel-package-12.036+nmu3/kernel/ruleset/targets/common.mk2012-03-11 > 18:14:54.000000000 +0000 > @@ -64,7 +64,7 @@ > echo "YES"; \ > fi) > > -LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest > Documentation/virtual/lguest)) > +LGUEST_SUBDIR = $(word 1,$(wildcard Documentation/lguest > Documentation/virtual/lguest tools/lguest)) > > define save_upstream_debianization > @echo save_upstream_debianization > --- END --- > > Ben. > >
With this, is it possible to continue to compile a kernel < 3.3 ?