Merge lp://staging/~matttbe/ubuntu/quantal/indicator-applet/lp1013171 into lp://staging/ubuntu/quantal/indicator-applet
Proposed by
Matthieu Baerts
Status: | Merged |
---|---|
Merge reported by: | Sebastien Bacher |
Merged at revision: | not available |
Proposed branch: | lp://staging/~matttbe/ubuntu/quantal/indicator-applet/lp1013171 |
Merge into: | lp://staging/ubuntu/quantal/indicator-applet |
Diff against target: |
48 lines (+13/-2) 3 files modified
debian/changelog (+9/-0) debian/control (+2/-1) debian/source_indicator-applet.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~matttbe/ubuntu/quantal/indicator-applet/lp1013171 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Sponsors | Pending | ||
Indicator Applet Developers | Pending | ||
Review via email: mp+113082@code.staging.launchpad.net |
Description of the change
Hello Indicator-Applet team,
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.
python3-xdg is now available, we can still use 'from xdg.BaseDirectory import xdg_cache_home' but now python3-xdg is needed.