Merge lp:~matttbe/ubuntu/quantal/lxpanel/lp1013171 into lp:ubuntu/quantal/lxpanel

Proposed by Matthieu Baerts
Status: Needs review
Proposed branch: lp:~matttbe/ubuntu/quantal/lxpanel/lp1013171
Merge into: lp:ubuntu/quantal/lxpanel
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/local/source_lxpanel.py (+1/-1)
To merge this branch: bzr merge lp:~matttbe/ubuntu/quantal/lxpanel/lp1013171
Reviewer Review Type Date Requested Status
Julien Lavergne (community) Approve
Review via email: mp+113070@code.launchpad.net

Description of the change

Hello Lubuntu devs,

This is just a patch to update apport hook for python3.
I set you as reviewer but I can add ubuntu-sponsors team if you want ;)

Regards,

Matt

To post a comment you must log in.
Revision history for this message
Julien Lavergne (gilir) wrote :

Thanks :-) Looks Ok, I'll upload it with the next upload of lxpanel.

review: Approve

Unmerged revisions

33. By Matthieu Baerts

* debian/local/source_lxpanel.py:
 - Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171)

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-06-13 23:16:29 +0000
3+++ debian/changelog 2012-07-02 16:23:20 +0000
4@@ -1,3 +1,10 @@
5+lxpanel (0.5.10-1ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/local/source_lxpanel.py:
8+ - Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171)
9+
10+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Mon, 02 Jul 2012 18:17:41 +0200
11+
12 lxpanel (0.5.10-1ubuntu1) quantal; urgency=low
13
14 * debian/control:
15
16=== modified file 'debian/local/source_lxpanel.py'
17--- debian/local/source_lxpanel.py 2011-08-16 20:45:47 +0000
18+++ debian/local/source_lxpanel.py 2012-07-02 16:23:20 +0000
19@@ -23,7 +23,7 @@
20 session = os.environ['DESKTOP_SESSION']
21
22 #If it's not Lubuntu or LXDE, fallback to default location
23-if session <> "Lubuntu" and session <> "LXDE":
24+if session != "Lubuntu" and session != "LXDE":
25 session = "default"
26
27 #Set location of various configuration files

Subscribers

People subscribed via source and target branches