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

Proposed by Brian Norris
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~computersforpeace/ubuntu/utopic/nvidia-graphics-drivers-331/fix-for-1367468-v2
Merge into: lp:ubuntu/utopic/nvidia-graphics-drivers-331
Diff against target: 43 lines (+23/-0)
3 files modified
debian/changelog (+10/-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-v2
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+234564@code.launchpad.net

This proposal supersedes 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.
Revision history for this message
Sebastien Bacher (seb128) wrote :

the bug states that the issue was resolved in utopic, closing

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

Subscribers

People subscribed via source and target branches

to all changes: