~ubuntu-branches/ubuntu/trusty/nvidia-graphics-drivers-updates/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Alberto Milone
  • Date: 2012-08-07 19:04:03 UTC
  • Revision ID: package-import@ubuntu.com-20120807190403-drk2w948mw4rgvdz
Tags: 304.32-0ubuntu5
* debian/rules:
  - Add ABIs 12 and 13.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
VIDDRIVER_PROVIDES = xorg-driver-video
17
17
 
18
18
# Manual VIDEO ABI dependencies
19
 
# Comment out the following 2 lines to re-enable automatic ABI detection
20
 
VIDEODEP = xorg-video-abi-11, xserver-xorg-core (>= 2:1.10.99.901)
 
19
# Comment out the following line to re-enable automatic ABI detection
 
20
VIDEODEP = xorg-video-abi-11|xorg-video-abi-12|xorg-video-abi-13, xserver-xorg-core (>= 2:1.11.99.901)
21
21
 
22
22
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
23
23
# If the host is i386 set OTHER_ARCH to x86_64 and vice versa