VERSIONSTRING="$(shell perl -e 'while (<>) { /^(\S+).*\((.*)\)/ and print uc($$1) . " $$2, "; if (/ --.*,\s+(.*)\s\d+:/) { print "$$1" ; exit } }' $(SRCDIR)debian/changelog)"
# in several files the string _KERNELVERSION_ will be replaced by the
# value of KERNELVERSION 
KERNELVERSION=2.4.27
