Merge lp:~agateau/unity-2d/unity-2d-private-fix-transition into lp:unity-2d/3.0

Proposed by Aurélien Gâteau
Status: Superseded
Proposed branch: lp:~agateau/unity-2d/unity-2d-private-fix-transition
Merge into: lp:unity-2d/3.0
Diff against target: 21 lines (+4/-0)
1 file modified
debian/control (+4/-0)
To merge this branch: bzr merge lp:~agateau/unity-2d/unity-2d-private-fix-transition
Reviewer Review Type Date Requested Status
Florian Boucault (community) Needs Fixing
Olivier Tilloy Pending
Review via email: mp+49372@code.launchpad.net

This proposal has been superseded by a proposal from 2011-02-11.

Description of the change

Make sure libunity-2d-private0 replaces libunity-2d0 and libunity-2d-private-dev replaces libunity-2d-dev

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

This should be submitted against the maverick branch.

review: Needs Fixing
406. By Aurélien Gâteau

Conflicts => Breaks

407. By Aurélien Gâteau

Versionize breaks and replaces for libunity-2d0

Unmerged revisions

407. By Aurélien Gâteau

Versionize breaks and replaces for libunity-2d0

406. By Aurélien Gâteau

Conflicts => Breaks

405. By Aurélien Gâteau

Fix transition from libunity-2d0 to libunity-2d-private0

Added missing conflicts/replaces

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-02-10 20:26:44 +0000
3+++ debian/control 2011-02-11 11:29:52 +0000
4@@ -43,6 +43,8 @@
5 Section: libs
6 Architecture: any
7 Depends: ${shlibs:Depends}, ${misc:Depends}
8+Conflicts: libunity-2d0
9+Replaces: libunity-2d0
10 Description: Unity 2D shared library
11 This library is used to host common code used by several Unity 2D components
12
13@@ -50,6 +52,8 @@
14 Section: libdevel
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}, libunity-2d-private0 (= ${binary:Version})
17+Conflicts: libunity-2d-dev
18+Replaces: libunity-2d-dev
19 Description: Unity 2D shared library - development files
20 This library is used to host common code used by several Unity 2D components
21 .

Subscribers

People subscribed via source and target branches