~ubuntu-branches/ubuntu/quantal/fglrx-installer-updates/quantal

« back to all changes in this revision

Viewing changes to debian/dkms.conf.in

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2012-09-26 16:49:27 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120926164927-2z55xt71q20o1oor
Tags: 2:9.000-0ubuntu1
* New upstream release (LP: #1032672).
* debian/dkms.conf.in:
  - Do not apply any kernel patch
* debian/rules:
  - Make it possible to set the xserver ABIs in debian/substvars.
* Merge fixes from the upstream installer:
  - Fix openCL issues running x86 binaries on x86_64.
  - Make sure that dh_shlibdeps doesn't complain about missing qt
    libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
MAKE[0]="cd ${dkms_tree}/fglrx/#CVERSION#/build; sh make.sh --nohints --uname_r=$kernelver --norootcheck"
8
8
DEST_MODULE_LOCATION[0]="/kernel/drivers/char/drm"
9
9
AUTOINSTALL="yes"
10
 
PATCH[0]="fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch"
11
 
PATCH[1]="replace-do_mmap-and-do_munmap-with-vm_mmap-and-vm_mu.patch"
12
 
PATCH[2]="replace-for_each_cpu_mask-with-for_each_possible_cpu.patch"
 
10
#PATCH[0]="fix-build-issue-on-i386-where-TS_USEDFPU-is-no-longe.patch"
 
11
#PATCH[1]="replace-do_mmap-and-do_munmap-with-vm_mmap-and-vm_mu.patch"
 
12
#PATCH[2]="replace-for_each_cpu_mask-with-for_each_possible_cpu.patch"
13
13
#PATCH[0]="rt_preempt_28.patch"
14
14
#PATCH_MATCH[0]="^2.6.28\-[0-9]*\-rt$"
15
15
#PATCH_MATCH[0]="^3.0"