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

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 20
Merged at revision: 18
Proposed branch: lp:~robru/unity-webapps-qml/more-packaging-fixups
Merge into: lp:unity-webapps-qml
Diff against target: 95 lines (+12/-15)
5 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/control (+7/-7)
debian/rules (+1/-5)
debian/unity-webapps-qml-autopilot.install (+1/-2)
debian/unity-webapps-qml.install (+1/-1)
To merge this branch: bzr merge lp:~robru/unity-webapps-qml/more-packaging-fixups
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+174264@code.launchpad.net

Commit message

Minor packaging fixes.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-07-11 18:04:33 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/control'
10--- debian/control 2013-07-09 20:56:17 +0000
11+++ debian/control 2013-07-11 18:04:33 +0000
12@@ -3,12 +3,12 @@
13 Priority: optional
14 Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
15 Build-Depends: debhelper (>= 9),
16- python (>= 2.7),
17- python-setuptools,
18 gdb,
19 libmessaging-menu-dev,
20 libnotify-dev,
21 pkg-config,
22+ python (>= 2.7),
23+ python-setuptools,
24 qt5-default,
25 qt5-qmake,
26 qtbase5-dev,
27@@ -35,7 +35,7 @@
28 ${misc:Depends},
29 ${shlibs:Depends},
30 Description: Example usage of Unity Webapps QML component
31- Example usage of Unity Webapps QML component.
32+ Some examples demonstrating the webapps QML component.
33
34 Package: unity-webapps-qml-doc
35 Section: doc
36@@ -52,15 +52,15 @@
37
38 Package: unity-webapps-qml-autopilot
39 Architecture: all
40-Depends: ${misc:Depends},
41- ${python:Depends},
42- dpkg-dev,
43+Depends: dpkg-dev,
44 libautopilot-qt,
45 libqt5test5,
46 libqt5webkit5-qmlwebkitplugin,
47 qmlscene,
48 qtdeclarative5-qtquick2-plugin,
49- unity-webapps-qml (= ${binary:Version}),
50+ unity-webapps-qml (>= ${source:Version}),
51+ ${misc:Depends},
52+ ${python:Depends},
53 Description: Autopilot tests for the Unity Webapps QML
54 Unity Webapps QML is a QML component that binds to a QML WebView and allows
55 running javascript code to access Ubuntu stack components. This package
56
57=== modified file 'debian/rules'
58--- debian/rules 2013-07-09 20:56:17 +0000
59+++ debian/rules 2013-07-11 18:04:33 +0000
60@@ -4,11 +4,8 @@
61 # Uncomment this to turn on verbose mode.
62 #export DH_VERBOSE=1
63
64-override_dh_install:
65- dh_install --fail-missing
66-
67 %:
68- dh $@ --fail-missing --with python2
69+ dh $@ --with python2
70
71 override_dh_install:
72 # install autopilot tests
73@@ -18,4 +15,3 @@
74 done; \
75 cd $(CURDIR)
76 dh_install -X'*.pyc' --fail-missing
77-
78
79=== modified file 'debian/unity-webapps-qml-autopilot.install'
80--- debian/unity-webapps-qml-autopilot.install 2013-07-09 19:02:23 +0000
81+++ debian/unity-webapps-qml-autopilot.install 2013-07-11 18:04:33 +0000
82@@ -1,4 +1,3 @@
83-usr/lib/python*
84 tests/integration/autopilot/html/* usr/share/unity-webapps-qml/autopilot-tests/html/
85 tests/integration/autopilot/qml/* usr/share/unity-webapps-qml/autopilot-tests/qml/
86-
87+usr/lib/python*
88
89=== modified file 'debian/unity-webapps-qml.install'
90--- debian/unity-webapps-qml.install 2013-07-09 19:02:23 +0000
91+++ debian/unity-webapps-qml.install 2013-07-11 18:04:33 +0000
92@@ -1,2 +1,2 @@
93+usr/bin
94 usr/lib/*/qt5/qml/Ubuntu/UnityWebApps/*
95-usr/bin

Subscribers

People subscribed via source and target branches

to all changes: