~ubuntu-branches/ubuntu/edgy/linux-restricted-modules-2.6.15/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-04-10 14:51:39 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060410145139-shki0yqc3z29vgg1
Tags: 2.6.15.8-1
* Update non-legacy NVIDIA driver to 1.0.8756, legacy still at 1.0.7174:
  - Drop patches 001 through 006, all incorporated in the new version.
  - Includes improved power management support, and support for all the
    latest/shiniest NVIDIA hardware, (closes: launchpad.net/{38637,35628})
* Fix whitespace in fglrx rules file (closes: launchpad.net/{32576,23250})
* Stop having nvidia-glx-enable add the nvidia kernel modules to the end
  of /etc/modules, since it is properly autoloaded by the X server.  This
  stops us breaking /etc/modules as a bonus (closes: launchpad.net/27579)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
# nvidia
33
33
nv_base_version=1.0
34
 
nv_release := 8178
 
34
nv_release := 8756
35
35
nv_upstreamversion := ${nv_base_version}-${nv_release}
36
36
nv_version := ${nv_base_version}.${nv_release}
37
37
nv_legacy_release := 7174
273
273
        cd nvidia && sh ./$(nv_filename) --extract-only
274
274
        cd nvidia && sh ./$(nv_legacy_filename) --extract-only
275
275
 
276
 
        if [ -d $(CURDIR)/nvidia/patches/ ]; then \
277
 
          for i in $(CURDIR)/nvidia/patches/*; do \
278
 
            patch -p0 -d ${nv_dirname} < $$i; \
279
 
          done; \
280
 
        fi
 
276
        #if [ -d $(CURDIR)/nvidia/patches/ ]; then \
 
277
        #  for i in $(CURDIR)/nvidia/patches/*; do \
 
278
        #    patch -p0 -d ${nv_dirname} < $$i; \
 
279
        #  done; \
 
280
        #fi
281
281
 
282
282
        if [ -d $(CURDIR)/nvidia/patches-legacy/ ]; then \
283
283
          for i in $(CURDIR)/nvidia/patches-legacy/*; do \