Merge lp:~paulliu/unity/wrap-and-sort into lp:unity/phablet

Proposed by Ying-Chun Liu
Status: Merged
Approved by: Michał Sawicz
Approved revision: no longer in the source branch.
Merged at revision: 701
Proposed branch: lp:~paulliu/unity/wrap-and-sort
Merge into: lp:unity/phablet
Diff against target: 98 lines (+13/-15)
2 files modified
debian/control (+12/-14)
debian/qml-phone-shell.install (+1/-1)
To merge this branch: bzr merge lp:~paulliu/unity/wrap-and-sort
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michał Sawicz Approve
Review via email: mp+165829@code.launchpad.net

Commit message

wrap-and-sort for debian/*

Description of the change

wrap-and-sort for debian/*

To post a comment you must log in.
Revision history for this message
Michał Sawicz (saviq) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2013-05-24 16:35:19 +0000
+++ debian/control 2013-05-27 07:25:34 +0000
@@ -20,7 +20,6 @@
20 libxcb1-dev,20 libxcb1-dev,
21 pkg-config,21 pkg-config,
22 python3,22 python3,
23 ttf-ubuntu-font-family,
24 qt5-default,23 qt5-default,
25 qtbase5-dev,24 qtbase5-dev,
26 qtbase5-private-dev,25 qtbase5-private-dev,
@@ -30,6 +29,7 @@
30 qtdeclarative5-test-plugin,29 qtdeclarative5-test-plugin,
31 qtdeclarative5-ubuntu-ui-toolkit-plugin,30 qtdeclarative5-ubuntu-ui-toolkit-plugin,
32 qtdeclarative5-xmllistmodel-plugin,31 qtdeclarative5-xmllistmodel-plugin,
32 ttf-ubuntu-font-family,
33Standards-Version: 3.9.333Standards-Version: 3.9.3
34Homepage: http://launchpad.net/unity34Homepage: http://launchpad.net/unity
35# If you aren't a member of ~unity-team but need to upload35# If you aren't a member of ~unity-team but need to upload
@@ -40,13 +40,13 @@
4040
41Package: qml-phone-shell41Package: qml-phone-shell
42Architecture: amd64 armhf i38642Architecture: amd64 armhf i386
43Depends: ${misc:Depends},43Depends: indicators-client (>= 0.6.1),
44 ${shlibs:Depends},
45 indicators-client (>= 0.6.1),
46 qtdeclarative5-dee-plugin,44 qtdeclarative5-dee-plugin,
47 qtdeclarative5-ubuntu-ui-toolkit-plugin,45 qtdeclarative5-ubuntu-ui-toolkit-plugin,
48 qtdeclarative5-xmllistmodel-plugin,46 qtdeclarative5-xmllistmodel-plugin,
49 qtubuntu,47 qtubuntu,
48 ${misc:Depends},
49 ${shlibs:Depends},
50Recommends: indicators-client-plugin-datetime (>= 0.6.1),50Recommends: indicators-client-plugin-datetime (>= 0.6.1),
51 indicators-client-plugin-messaging (>= 0.6.1),51 indicators-client-plugin-messaging (>= 0.6.1),
52 indicators-client-plugin-network (>= 0.6.1),52 indicators-client-plugin-network (>= 0.6.1),
@@ -57,41 +57,39 @@
5757
58Package: qml-phone-shell-fake-env58Package: qml-phone-shell-fake-env
59Architecture: amd64 armhf i38659Architecture: amd64 armhf i386
60Depends: ${misc:Depends},60Depends: ${misc:Depends}, ${shlibs:Depends}
61 ${shlibs:Depends},
62Description: Fake environment for running Ubuntu QML shell61Description: Fake environment for running Ubuntu QML shell
63 Provides fake implementations of some QML modules used by Ubuntu QML shell62 Provides fake implementations of some QML modules used by Ubuntu QML shell
64 (e.g Ubuntu.Application) so that you can run it in a sandboxed environment.63 (e.g Ubuntu.Application) so that you can run it in a sandboxed environment.
6564
66Package: qml-phone-shell-autopilot65Package: qml-phone-shell-autopilot
67Architecture: all66Architecture: all
68Depends: ${misc:Depends},67Depends: libautopilot-qt,
69 ${shlibs:Depends},
70 libautopilot-qt,
71 libqt5test5,68 libqt5test5,
72 libqt5widgets5,69 libqt5widgets5,
73 qml-phone-shell (= ${source:Version}),70 qml-phone-shell (= ${source:Version}),
74 qml-phone-shell-fake-env (= ${source:Version}),71 qml-phone-shell-fake-env (= ${source:Version}),
72 ${misc:Depends},
73 ${shlibs:Depends},
75Description: Test package for the shell74Description: Test package for the shell
76 Autopilot tests for the qml-phone-shell package75 Autopilot tests for the qml-phone-shell package
7776
78Package: libunity-api77Package: libunity-api
79Architecture: all78Architecture: all
80Depends: ${misc:Depends},79Depends: ${misc:Depends}, ${shlibs:Depends}
81 ${shlibs:Depends},
82Description: API for shell integration80Description: API for shell integration
83 Library to integrate with the Unity shell81 Library to integrate with the Unity shell
8482
85Package: libunity-api-dev83Package: libunity-api-dev
86Architecture: all84Architecture: all
87Depends: ${misc:Depends},85Depends: libboost1.49-dev (>= 1.49),
88 libboost1.49-dev (>= 1.49),
89 libunity-api (= ${binary:Version}),86 libunity-api (= ${binary:Version}),
87 ${misc:Depends},
90Description: Header files for Unity API88Description: Header files for Unity API
91 Library to integrate with the Unity shell (dev files)89 Library to integrate with the Unity shell (dev files)
9290
93Package: libunity-api-doc91Package: libunity-api-doc
94Architecture: all92Architecture: all
95Depends: ${misc:Depends},93Depends: ${misc:Depends}
96Description: Documentation for Unity API94Description: Documentation for Unity API
97 Library to integrate with the Unity shell (documentation)95 Library to integrate with the Unity shell (documentation)
9896
=== modified file 'debian/qml-phone-shell.install'
--- debian/qml-phone-shell.install 2013-05-24 08:00:04 +0000
+++ debian/qml-phone-shell.install 2013-05-27 07:25:34 +0000
@@ -15,6 +15,6 @@
15/usr/share/qml-phone-shell/graphics/*15/usr/share/qml-phone-shell/graphics/*
16/usr/share/qml-phone-shell/plugins/HudClient/*16/usr/share/qml-phone-shell/plugins/HudClient/*
17/usr/share/qml-phone-shell/plugins/LightDM/*17/usr/share/qml-phone-shell/plugins/LightDM/*
18/usr/share/qml-phone-shell/plugins/Ubuntu/*
18/usr/share/qml-phone-shell/plugins/Unity/*19/usr/share/qml-phone-shell/plugins/Unity/*
19/usr/share/qml-phone-shell/plugins/Utils/*20/usr/share/qml-phone-shell/plugins/Utils/*
20/usr/share/qml-phone-shell/plugins/Ubuntu/*

Subscribers

People subscribed via source and target branches