Package: wacom-kernel-source
Version: 0.7.4.1-5
Followup-For: Bug #418008
Hi!
This bug affects the version in etch, too. Here is a oneline fix for
the problem:
#v+
if [ -d $ksrc/include ]; then
- kvers="`head -n 1 $ksrc/include/linux/version.h | cut -c 22- | rev |
cut -c 2- | rev`"
+ kvers="`cat $ksrc/include/config/kernel.release`"
[ $kvers = `uname -r` ] || echo "Warning: kernel headers don't match
running $kernel version."
#v-
Though, I'm not too sure if the source is able to properly support the
release kernel - it seems like it's able to support only up to 2.6.16
kernels, and the new release informations about 0.7.6-4 from upstream
supporting 2.6.17 and 2.6.18 does add to that feeling.
Could you please upgrade to that new upstream release too? I really
wonder why this wasn't possible prior to etch release. :(
So long,
Alfie
--
mozilla-firefox (1.0.3-1) unstable; urgency=low
* New upstream release, fixes various security issues, so urgency high.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]