Merge lp:~matttbe/ubuntu/quantal/cairo-dock/lp1013171 into lp:ubuntu/quantal/cairo-dock

Proposed by Matthieu Baerts
Status: Merged
Merged at revision: 29
Proposed branch: lp:~matttbe/ubuntu/quantal/cairo-dock/lp1013171
Merge into: lp:ubuntu/quantal/cairo-dock
Diff against target: 32 lines (+9/-1)
2 files modified
debian/apport/cairo-dock.py (+2/-1)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~matttbe/ubuntu/quantal/cairo-dock/lp1013171
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+112066@code.launchpad.net

Description of the change

Hello,

This is just a patch to port package hooks to Python 3

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks a lot. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/apport/cairo-dock.py'
2--- debian/apport/cairo-dock.py 2009-10-04 16:33:52 +0000
3+++ debian/apport/cairo-dock.py 2012-06-26 10:57:27 +0000
4@@ -3,6 +3,7 @@
5 (c) 2009 Author: Matthieu Baerts <matttbe@gmail.com>
6 '''
7
8+from __future__ import print_function
9 from apport.hookutils import *
10 from os import path
11
12@@ -39,4 +40,4 @@
13 report = {}
14 add_info(report)
15 for key in report:
16- print '[%s]\n%s' % (key, report[key])
17+ print('[%s]\n%s' % (key, report[key]))
18
19=== modified file 'debian/changelog'
20--- debian/changelog 2012-06-23 18:47:00 +0000
21+++ debian/changelog 2012-06-26 10:57:27 +0000
22@@ -1,3 +1,10 @@
23+cairo-dock (3.0.2-0ubuntu2) quantal; urgency=low
24+
25+ * debian/apport/cairo-dock.py: ported to python3 (LP: #1013171)
26+ Thanks to Edward Donovan for the patch
27+
28+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Tue, 26 Jun 2012 12:50:23 +0200
29+
30 cairo-dock (3.0.2-0ubuntu1) quantal; urgency=low
31
32 * New upstream bug-fix release. (LP: #1014801)

Subscribers

People subscribed via source and target branches