Merge lp:~robru/unity-webapps-qml/packaging-cleanup into lp:unity-webapps-qml

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 74
Merged at revision: 74
Proposed branch: lp:~robru/unity-webapps-qml/packaging-cleanup
Merge into: lp:unity-webapps-qml
Diff against target: 68 lines (+11/-9)
2 files modified
debian/control (+10/-8)
debian/unity-webapps-qml-examples.install (+1/-1)
To merge this branch: bzr merge lp:~robru/unity-webapps-qml/packaging-cleanup
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Robert Bruce Park (community) Approve
Review via email: mp+195664@code.launchpad.net

Commit message

Minor packaging cleanup.

To post a comment you must log in.
Revision history for this message
Robert Bruce Park (robru) wrote :

Mostly just a `wrap-and-sort -a -t`, small comment change, simplified Vcs-Bzr field, and added dep on python-autopilot.

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
1=== modified file 'debian/control'
2--- debian/control 2013-09-20 15:32:28 +0000
3+++ debian/control 2013-11-18 19:30:47 +0000
4@@ -7,7 +7,8 @@
5 libmessaging-menu-dev,
6 libnotify-dev,
7 libqt5webkit5-dev,
8- libunity-action-qt1-dev,
9+ libunity-action-qt1-dev,
10+ libunity-dev,
11 pkg-config,
12 python (>= 2.7),
13 python-setuptools,
14@@ -16,19 +17,19 @@
15 qtbase5-dev,
16 qtdeclarative5-dev,
17 qtdeclarative5-test-plugin,
18- libunity-dev,
19 Standards-Version: 3.9.4
20 Homepage: https://launchpad.net/unity-webapp-qml
21-# If you aren't a member of ~webapps but need to upload packaging changes,
22-# just go ahead. ~webapps will notice and sync up the code again.
23-Vcs-Bzr: https://code.launchpad.net/~webapps/unity-webapps-qml/trunk
24+# if you don't have have commit access to this branch but would like to upload
25+# directly to Ubuntu, don't worry: your changes will be merged back into the
26+# upstream branch
27+Vcs-Bzr: lp:unity-webapps-qml
28
29 Package: unity-webapps-qml
30 Architecture: any
31 Multi-Arch: same
32 Depends: libqt5webkit5-qmlwebkitplugin,
33- qtdeclarative5-unity-action-plugin,
34 qtdeclarative5-qtquick2-plugin,
35+ qtdeclarative5-unity-action-plugin,
36 ${misc:Depends},
37 ${shlibs:Depends},
38 Description: Unity Webapps QML component
39@@ -38,8 +39,8 @@
40 Package: unity-webapps-qml-examples
41 Section: libs
42 Architecture: any
43-Depends: unity-webapps-qml (>= ${binary:Version}),
44- qtdeclarative5-window-plugin,
45+Depends: qtdeclarative5-window-plugin,
46+ unity-webapps-qml (>= ${binary:Version}),
47 ${misc:Depends},
48 ${shlibs:Depends},
49 Description: Example usage of Unity Webapps QML component
50@@ -61,6 +62,7 @@
51 Depends: dpkg-dev,
52 libautopilot-qt,
53 libqt5test5,
54+ python-autopilot,
55 python-gobject,
56 qmlscene,
57 qtdeclarative5-unity-action-plugin,
58
59=== modified file 'debian/unity-webapps-qml-examples.install'
60--- debian/unity-webapps-qml-examples.install 2013-07-29 14:49:52 +0000
61+++ debian/unity-webapps-qml-examples.install 2013-11-18 19:30:47 +0000
62@@ -1,5 +1,5 @@
63 usr/share/applications/unity-webapps-qml-basic-example.desktop
64 usr/share/applications/unity-webapps-qml-bbcnews-example.desktop
65+usr/share/applications/unity-webapps-qml-facebookmessenger-example.desktop
66 usr/share/applications/unity-webapps-qml-model-example.desktop
67-usr/share/applications/unity-webapps-qml-facebookmessenger-example.desktop
68 usr/share/unity-webapps-qml/examples

Subscribers

People subscribed via source and target branches

to all changes: