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 via email to