Package: pwc-source
Version: 10.0.7a-5
Severity: normal
The KLINUX code in debian/rules doesn't work (always ends up with
KLINUX=linux). Adding "&& echo yes" to the ifeq conditions fixes it:
ifeq ($(shell test $(strip $(ksublevel)) -le 11 && echo yes), yes)
KLINUX=kernel
else
ifeq ($(shell test $(strip $(ksublevel)) -lt 9 && echo yes), yes)
$(error This driver needs a linux kernel version => 2.6.9)
...
- Gus
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (89, 'testing'), (88, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Versions of packages pwc-source depends on:
ii debhelper 4.2.32 helper programs for debian/rules
ii module-assistant 0.9 tool to make module package creati
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]