Package: nvidia-kernel-source
Version: 1.0.8762-2
Followup-For: Bug #311802


Closely related to this is the fact that newer kernels no longer run depmod on
boot. See "http://lists.debian.org/debian-devel/2006/06/msg00535.html";.

nvidia-kernel packages should run depmod in postinst. Attached is a patch to
nvidia-graphics-drivers that implements this. All it does is uncomment the
dh_installmodules line. dh_installmodules adds the logic to do the depmod for
the right kernel version in postinst.

Peace,
Brendon

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8-smp
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper                     5.0.37.2   helper programs for debian/rules
ii  dpatch                        2.0.20     patch maintenance system for Debia
ii  make                          3.81-2     The GNU version of the "make" util
ii  sed                           4.1.5-1    The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts                    2.9.20     Scripts to make the life of a Debi
ii  kernel-package                10.049     A utility for building Linux kerne
ii  nvidia-glx                    1.0.8762-2 NVIDIA binary XFree86 4.x driver

-- no debconf information
diff -Naur nvidia-graphics-drivers-1.0.8762/debian.binary/rules 
nvidia-graphics-drivers-1.0.8762.new/debian.binary/rules
--- nvidia-graphics-drivers-1.0.8762/debian.binary/rules        2006-07-05 
12:11:56.000000000 +1000
+++ nvidia-graphics-drivers-1.0.8762.new/debian.binary/rules    2006-07-05 
12:06:26.000000000 +1000
@@ -202,7 +202,7 @@
 #      dh_installexamples
 #      dh_installmanpages
 #      dh_undocumented
-#      dh_installmodules
+       dh_installmodules
 
        dh_installinit
        

Reply via email to