Merge lp:~mitya57/ubuntu/quantal/libunity/lp1055019 into lp:ubuntu/quantal/libunity

Proposed by Dmitry Shachnev
Status: Merged
Merged at revision: 146
Proposed branch: lp:~mitya57/ubuntu/quantal/libunity/lp1055019
Merge into: lp:ubuntu/quantal/libunity
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~mitya57/ubuntu/quantal/libunity/lp1055019
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Ubuntu branches Pending
Review via email: mp+125881@code.launchpad.net

Description of the change

lp:~ubuntu-desktop/libunity/ubuntu is outdated, so I propose a merge here.

Quoting from bug 1055019:

unity-mail has this line:

favorites = Unity.LauncherFavorites.get_default().enumerate_ids()

Calling get_default() makes it crash when unity-common (which provides com.canonical.Unity.gschema.xml) is not installed.

This merge makes libunity9 depend on unity-common to fix such crashes.

6.0.0-0ubuntu3 is the first version that uses the updated gsettings path, so it's used as minimal version.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your work, I just merged that fix

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-20 15:43:14 +0000
3+++ debian/changelog 2012-09-23 14:32:20 +0000
4@@ -1,3 +1,9 @@
5+libunity (6.5.2-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * Make libunity9 depend on unity-common >= 6.0.0-0ubuntu3 (LP: #1055019).
8+
9+ -- Dmitry Shachnev <mitya57@gmail.com> Sun, 23 Sep 2012 18:11:24 +0400
10+
11 libunity (6.5.2-0ubuntu1) quantal-proposed; urgency=low
12
13 [ Timo Jyrinki ]
14
15=== modified file 'debian/control'
16--- debian/control 2012-06-29 11:57:23 +0000
17+++ debian/control 2012-09-23 14:32:20 +0000
18@@ -30,7 +30,8 @@
19 Multi-Arch: same
20 Pre-Depends: ${misc:Pre-Depends}
21 Depends: ${shlibs:Depends},
22- ${misc:Depends}
23+ ${misc:Depends},
24+ unity-common (>= 6.0.0-0ubuntu3)
25 Description: binding to get places into the launcher - shared library
26 libunity is a shared library to be able to interact with the launcher
27 and add places in Unity environment.

Subscribers

People subscribed via source and target branches