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

Subscribers

People subscribed via source and target branches