Merge lp:~maco.m/ubuntu/oneiric/nvidia-settings/fix-missing-dependencies-for-kubuntu into lp:ubuntu/oneiric/nvidia-settings

Proposed by Mackenzie Morgan
Status: Merged
Merge reported by: Stéphane Graber
Merged at revision: not available
Proposed branch: lp:~maco.m/ubuntu/oneiric/nvidia-settings/fix-missing-dependencies-for-kubuntu
Merge into: lp:ubuntu/oneiric/nvidia-settings
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~maco.m/ubuntu/oneiric/nvidia-settings/fix-missing-dependencies-for-kubuntu
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+79588@code.launchpad.net

Description of the change

Add missing dependencies so nvidia-settings will work for Kubuntu users

To post a comment you must log in.
41. By Mackenzie Morgan

fixing version number

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 2011-08-05 14:19:18 +0000
3+++ debian/changelog 2011-10-17 17:45:22 +0000
4@@ -1,3 +1,9 @@
5+nvidia-settings (280.13-0ubuntu2.1) oneiric-proposed; urgency=low
6+
7+ * Add python-gtk2 and pkg-config dependencies (LP: #721453)
8+
9+ -- Mackenzie Morgan <maco.m@ubuntu.com> Mon, 17 Oct 2011 13:18:23 -0400
10+
11 nvidia-settings (280.13-0ubuntu2) oneiric; urgency=low
12
13 * Make sure that dh_auto_install calls make with the right arguments.
14
15=== modified file 'debian/control'
16--- debian/control 2011-08-04 17:43:17 +0000
17+++ debian/control 2011-10-17 17:45:22 +0000
18@@ -12,7 +12,7 @@
19
20 Package: nvidia-settings
21 Architecture: i386 amd64 lpia
22-Depends: screen-resolution-extra (>= 0.12), ${shlibs:Depends}
23+Depends: python-gtk2, pkg-config, screen-resolution-extra (>= 0.12), ${shlibs:Depends}
24 Conflicts: libxnvctrl-dev
25 Replaces: libxnvctrl-dev
26 Description: Tool of configuring the NVIDIA graphics driver

Subscribers

People subscribed via source and target branches