Package: linux-uvc-source
Version: 0.1.0-4
Severity: important

Running something like:

module-assistant -f -l '2.6.17-grml' -k \
/path/to/my/linux-2.6.17-grml build linux-uvc

fails with:

Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.16-grml/build: No such file or directory
[...]

because you are setting $KERNELRELEASE and $KERNELPATH in
debian/rules whereas this isn't used anywhere outside of
debian/rules. So building the package works only for the currently
running kernel ("2.6.16-grml" in my case). Makefile of usptream uses
$KERNEL_VERSION and $KERNEL_DIR.

regards,
-mika-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to