[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dependencies on kernel-image-x.y [was: NPTL support in kernel 2.4 series]



to throw in my $0.02:

as folks have pointed out, even declaring a dependency against
the package won't guarantee your package will work anyway, why
not just make it a suggests, and in your config script do
something like

rev=`uname -r | grep '^2.6'`
if [ ! "$rev" ]; then
	# show debconf note that explains the situation
fi


?


	sean

Attachment: signature.asc
Description: Digital signature


Reply to: