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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-12-15 12:10:22 +0000
3+++ debian/changelog 2014-12-18 09:10:02 +0000
4@@ -1,3 +1,9 @@
5+ubuntu-touch-meta (1.207) vivid; urgency=medium
6+
7+ * Split frameworks out of the ubuntu-sdk-libs. (LP: #1399597)
8+
9+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 18 Dec 2014 11:08:59 +0200
10+
11 ubuntu-touch-meta (1.206) vivid; urgency=medium
12
13 * Refreshed dependencies
14
15=== modified file 'debian/control'
16--- debian/control 2014-12-03 11:45:49 +0000
17+++ debian/control 2014-12-18 09:10:02 +0000
18@@ -19,12 +19,19 @@
19 Package: ubuntu-sdk-libs
20 Architecture: amd64 armhf i386
21 Multi-Arch: same
22-Depends: ${germinate:Depends}, ${misc:Depends}
23+Depends: ubuntu-sdk-frameworks, ${germinate:Depends}, ${misc:Depends}
24 Recommends: ${germinate:Recommends}
25 Description: Ubuntu SDK Runtime libraries
26 This package depends on all the packages of the Ubuntu SDK:
27 - Runtime libraries
28
29+Package: ubuntu-sdk-frameworks
30+Architecture: amd64 armhf i386
31+Multi-Arch: same
32+Depends: ${misc:Depends}
33+Description: Ubuntu SDK Frameworks
34+ This package includes the data files about Ubuntu SDK Frameworks.
35+
36 Package: ubuntu-sdk-libs-dev
37 Architecture: amd64 armhf i386
38 Multi-Arch: same
39
40=== renamed file 'debian/ubuntu-sdk-libs.install' => 'debian/ubuntu-sdk-frameworks.install'

Subscribers

People subscribed via source and target branches

to all changes: