Merge lp:~computersforpeace/ubuntu/utopic/nvidia-graphics-drivers-331/fix-for-1367468 into lp:ubuntu/utopic/nvidia-graphics-drivers-331

Proposed by Brian Norris
Status: Superseded
Proposed branch: lp:~computersforpeace/ubuntu/utopic/nvidia-graphics-drivers-331/fix-for-1367468
Merge into: lp:ubuntu/utopic/nvidia-graphics-drivers-331
Diff against target: 42 lines (+22/-0)
3 files modified
debian/changelog (+9/-0)
debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch (+12/-0)
debian/templates/dkms_nvidia.conf.in (+1/-0)
To merge this branch: bzr merge lp:~computersforpeace/ubuntu/utopic/nvidia-graphics-drivers-331/fix-for-1367468
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+234563@code.launchpad.net

This proposal has been superseded by a proposal from 2014-09-13.

Description of the change

Update nvidia-331 package to build on 3.17 kernel (LP #1367468)

To post a comment you must log in.

Unmerged revisions

24. By Brian Norris

* debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch:
  - Drop <acpi/acpi.h> header; it was never needed
* debian/templates/dkms_nvidia.conf.in
  - Add patch for 3.17 (applicable to all kernels)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-09-12 16:34:08 +0000
3+++ debian/changelog 2014-09-13 06:20:26 +0000
4@@ -1,3 +1,12 @@
5+nvidia-graphics-drivers-331 (331.89-0ubuntu5) UNRELEASED; urgency=medium
6+
7+ * debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch:
8+ - Drop <acpi/acpi.h> header; it was never needed
9+ * debian/templates/dkms_nvidia.conf.in
10+ - Add patch for 3.17 (applicable to all kernels)
11+
12+ -- Brian Norris <computersforpeace@gmail.com> Fri, 12 Sep 2014 23:09:28 -0700
13+
14 nvidia-graphics-drivers-331 (331.89-0ubuntu4) utopic; urgency=medium
15
16 [ Alberto Milone ]
17
18=== added file 'debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch'
19--- debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch 1970-01-01 00:00:00 +0000
20+++ debian/dkms_nvidia/patches/buildfix_kernel_3.17.patch 2014-09-13 06:20:26 +0000
21@@ -0,0 +1,12 @@
22+diff --git a/nv-linux.h b/nv-linux.h
23+index 7825518bd014..43f413757beb 100644
24+--- a/nv-linux.h
25++++ b/nv-linux.h
26+@@ -266,7 +266,6 @@ extern int nv_pat_mode;
27+ #endif
28+
29+ #if !defined(NV_VMWARE) && defined(CONFIG_ACPI)
30+-#include <acpi/acpi.h>
31+ #include <linux/acpi.h>
32+ #include <acpi/acpi_drivers.h>
33+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
34
35=== modified file 'debian/templates/dkms_nvidia.conf.in'
36--- debian/templates/dkms_nvidia.conf.in 2014-06-05 10:39:19 +0000
37+++ debian/templates/dkms_nvidia.conf.in 2014-09-13 06:20:26 +0000
38@@ -12,3 +12,4 @@
39 #PATCH_MATCH[1]="^3.[10-11]"
40 #PATCH[0]="buildfix_kernel_3.14.patch"
41 #PATCH[1]="register-VT-switch-requirements.patch"
42+#PATCH[2]="buildfix_kernel_3.17.patch"

Subscribers

People subscribed via source and target branches

to all changes: