Merge lp:~agateau/unity-2d/depend-on-unity-common into lp:unity-2d/3.0

Proposed by Aurélien Gâteau
Status: Merged
Approved by: Florian Boucault
Approved revision: 641
Merged at revision: 642
Proposed branch: lp:~agateau/unity-2d/depend-on-unity-common
Merge into: lp:unity-2d/3.0
Diff against target: 13 lines (+2/-1)
1 file modified
debian/control (+2/-1)
To merge this branch: bzr merge lp:~agateau/unity-2d/depend-on-unity-common
Reviewer Review Type Date Requested Status
Florian Boucault Pending
Review via email: mp+69220@code.launchpad.net

Commit message

[packaging] Add dependency on unity-common to libunity-2d-private0

unity-common is necessary to get the DConf com.canonical.Unity.Launcher schema installed. Without it unity-2d-launcher does not start.

Description of the change

Add a dependency on unity-common to libunity-2d-private0. This is necessary for unity-2d-launcher to start.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2011-07-14 14:36:53 +0000
3+++ debian/control 2011-07-26 08:34:34 +0000
4@@ -43,7 +43,8 @@
5 Section: libs
6 Architecture: any
7 Depends: ${shlibs:Depends},
8- ${misc:Depends}
9+ ${misc:Depends},
10+ unity-common,
11 Description: Unity 2D shared library
12 This library is used to host common code used by several Unity 2D components
13 It is only used internally, there is no use case for it outside of the unity-2d

Subscribers

People subscribed via source and target branches