Package: linux-uvc-source Version: 0.1.0.svn120-2 Why is the 04_makefile_no_depmod patch commented out? I really believe it should be reinstated: calling depmod causes many problems, notably if one is using the -l option of module-assistant (compiling for a kernel version other than the one currently running).
Attached is the patch updated for the present version. -- David A. Madore ([EMAIL PROTECTED], http://www.madore.org/~david/ )
#! /bin/sh /usr/share/dpatch/dpatch-run ## 04_makefile_no_depmod.dpatch by Junichi Uekawa <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Do not call depmod at this stage, please. Tho kernel will call depmod anyway. @DPATCH@ diff -urNad linux-uvc~/Makefile linux-uvc/Makefile --- linux-uvc~/Makefile 2007-09-03 22:08:34.000000000 +0200 +++ linux-uvc/Makefile 2007-12-27 03:35:38.000000000 +0100 @@ -16,7 +16,6 @@ install: @echo "Installing USB Video Class driver..." @(cd $(KERNEL_DIR) && make -C $(KERNEL_DIR) SUBDIRS=$(PWD) INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) modules_install) - depmod -ae clean: -rm -f *.o *.ko .*.cmd .*.flags *.mod.c Module.symvers