Merge lp:~roadmr/checkbox/graphics_modes_info_fix into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Merged at revision: 1648
Proposed branch: lp:~roadmr/checkbox/graphics_modes_info_fix
Merge into: lp:checkbox
Diff against target: 30 lines (+3/-2)
2 files modified
debian/changelog (+2/-1)
scripts/graphics_modes_info (+1/-1)
To merge this branch: bzr merge lp:~roadmr/checkbox/graphics_modes_info_fix
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+123326@code.launchpad.net

Description of the change

A super-quick fix for the linked bug, just updates the shebang for the failing script.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

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 2012-09-07 13:10:09 +0000
3+++ debian/changelog 2012-09-07 17:03:20 +0000
4@@ -21,6 +21,7 @@
5 daily build recipe.
6 * scripts/audio_settings: Added exception handlers to catch problems with
7 unwritable or absent settings files (LP: #1041644) (LP: #1041340)
8+ * scripts/graphics_modes_info: updated shebang to python3 (LP: #1047515)
9
10 [Alberto Milone]
11 * [FEATURE] scripts/window_test, jobs/graphics.txt.in: Added script
12@@ -72,7 +73,7 @@
13 [Zygmunt Krynicki]
14 * Fixed simple duplicate 'the' mistakes (LP: #1040022)
15
16- -- Daniel Manrique <roadmr@ubuntu.com> Tue, 04 Sep 2012 17:32:05 -0400
17+ -- Daniel Manrique <roadmr@ubuntu.com> Fri, 07 Sep 2012 13:00:32 -0400
18
19 checkbox (0.14.5) quantal; urgency=low
20
21
22=== modified file 'scripts/graphics_modes_info'
23--- scripts/graphics_modes_info 2012-08-14 11:44:35 +0000
24+++ scripts/graphics_modes_info 2012-09-07 17:03:20 +0000
25@@ -1,4 +1,4 @@
26-#!/usr/bin/python2
27+#!/usr/bin/python3
28 # -*- coding: utf-8 -*-
29 #
30 # graphics_modes_info

Subscribers

People subscribed via source and target branches