~ubuntu-branches/ubuntu/lucid/nvidia-graphics-drivers-173/lucid

« back to all changes in this revision

Viewing changes to debian/dkms.conf

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone (tseliot)
  • Date: 2008-11-30 18:40:48 UTC
  • Revision ID: james.westby@ubuntu.com-20081130184048-qhd4iqzugy7b7zpi
Tags: 173.14.12-1-0ubuntu6
* Make it conflict with driver 180
* Make it easier to add the support for new flavours in nvidia-glx-VER.preinst
* Switch to DKMS patching system (in debian/rules) so as to have different
  patches for different kernel versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
BUILT_MODULE_NAME[0]="nvidia"
5
5
MAKE[0]="make module KERNDIR=/lib/modules/$kernelver IGNORE_XEN_PRESENCE=1 IGNORE_CC_MISMATCH=1 SYSSRC=$kernel_source_dir"
6
6
DEST_MODULE_LOCATION[0]="/kernel/drivers/video/nvidia"
 
7
PATCH[0]="NVIDIA_173.14.12_2.6.27.patch"
 
8
PATCH_MATCH[0]="^2.6.2[7]"
7
9
AUTOINSTALL="yes"