Merge lp:~timo-jyrinki/ubuntu/vivid/ubuntu-touch-meta/split_frameworks into lp:ubuntu/vivid/ubuntu-touch-meta

Proposed by Timo Jyrinki
Status: Needs review
Proposed branch: lp:~timo-jyrinki/ubuntu/vivid/ubuntu-touch-meta/split_frameworks
Merge into: lp:ubuntu/vivid/ubuntu-touch-meta
Diff against target: 40 lines (+14/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+8/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu/vivid/ubuntu-touch-meta/split_frameworks
Reviewer Review Type Date Requested Status
Colin Watson Disapprove
Review via email: mp+245078@code.launchpad.net

Commit message

Split frameworks out of the ubuntu-sdk-libs. (LP: #1399597)

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

The package that contains the framework declarations must depend on all the packages required to actually satisfy the framework; this is a basic requirement. I don't think this split is a good idea.

review: Disapprove

Unmerged revisions

203. By Timo Jyrinki

Split frameworks out of the ubuntu-sdk-libs. (LP: #1399597)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-12-15 12:10:22 +0000
+++ debian/changelog 2014-12-18 09:10:02 +0000
@@ -1,3 +1,9 @@
1ubuntu-touch-meta (1.207) vivid; urgency=medium
2
3 * Split frameworks out of the ubuntu-sdk-libs. (LP: #1399597)
4
5 -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 18 Dec 2014 11:08:59 +0200
6
1ubuntu-touch-meta (1.206) vivid; urgency=medium7ubuntu-touch-meta (1.206) vivid; urgency=medium
28
3 * Refreshed dependencies9 * Refreshed dependencies
410
=== modified file 'debian/control'
--- debian/control 2014-12-03 11:45:49 +0000
+++ debian/control 2014-12-18 09:10:02 +0000
@@ -19,12 +19,19 @@
19Package: ubuntu-sdk-libs19Package: ubuntu-sdk-libs
20Architecture: amd64 armhf i38620Architecture: amd64 armhf i386
21Multi-Arch: same21Multi-Arch: same
22Depends: ${germinate:Depends}, ${misc:Depends}22Depends: ubuntu-sdk-frameworks, ${germinate:Depends}, ${misc:Depends}
23Recommends: ${germinate:Recommends}23Recommends: ${germinate:Recommends}
24Description: Ubuntu SDK Runtime libraries24Description: Ubuntu SDK Runtime libraries
25 This package depends on all the packages of the Ubuntu SDK:25 This package depends on all the packages of the Ubuntu SDK:
26 - Runtime libraries26 - Runtime libraries
2727
28Package: ubuntu-sdk-frameworks
29Architecture: amd64 armhf i386
30Multi-Arch: same
31Depends: ${misc:Depends}
32Description: Ubuntu SDK Frameworks
33 This package includes the data files about Ubuntu SDK Frameworks.
34
28Package: ubuntu-sdk-libs-dev35Package: ubuntu-sdk-libs-dev
29Architecture: amd64 armhf i38636Architecture: amd64 armhf i386
30Multi-Arch: same37Multi-Arch: same
3138
=== renamed file 'debian/ubuntu-sdk-libs.install' => 'debian/ubuntu-sdk-frameworks.install'

Subscribers

People subscribed via source and target branches

to all changes: