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
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2013-07-11 18:04:33 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== modified file 'debian/control'
--- debian/control 2013-07-09 20:56:17 +0000
+++ debian/control 2013-07-11 18:04:33 +0000
@@ -3,12 +3,12 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5Build-Depends: debhelper (>= 9),5Build-Depends: debhelper (>= 9),
6 python (>= 2.7),
7 python-setuptools,
8 gdb,6 gdb,
9 libmessaging-menu-dev,7 libmessaging-menu-dev,
10 libnotify-dev,8 libnotify-dev,
11 pkg-config,9 pkg-config,
10 python (>= 2.7),
11 python-setuptools,
12 qt5-default,12 qt5-default,
13 qt5-qmake,13 qt5-qmake,
14 qtbase5-dev,14 qtbase5-dev,
@@ -35,7 +35,7 @@
35 ${misc:Depends},35 ${misc:Depends},
36 ${shlibs:Depends},36 ${shlibs:Depends},
37Description: Example usage of Unity Webapps QML component37Description: Example usage of Unity Webapps QML component
38 Example usage of Unity Webapps QML component.38 Some examples demonstrating the webapps QML component.
3939
40Package: unity-webapps-qml-doc40Package: unity-webapps-qml-doc
41Section: doc41Section: doc
@@ -52,15 +52,15 @@
5252
53Package: unity-webapps-qml-autopilot53Package: unity-webapps-qml-autopilot
54Architecture: all54Architecture: all
55Depends: ${misc:Depends},55Depends: dpkg-dev,
56 ${python:Depends},
57 dpkg-dev,
58 libautopilot-qt,56 libautopilot-qt,
59 libqt5test5,57 libqt5test5,
60 libqt5webkit5-qmlwebkitplugin,58 libqt5webkit5-qmlwebkitplugin,
61 qmlscene,59 qmlscene,
62 qtdeclarative5-qtquick2-plugin,60 qtdeclarative5-qtquick2-plugin,
63 unity-webapps-qml (= ${binary:Version}),61 unity-webapps-qml (>= ${source:Version}),
62 ${misc:Depends},
63 ${python:Depends},
64Description: Autopilot tests for the Unity Webapps QML64Description: Autopilot tests for the Unity Webapps QML
65 Unity Webapps QML is a QML component that binds to a QML WebView and allows65 Unity Webapps QML is a QML component that binds to a QML WebView and allows
66 running javascript code to access Ubuntu stack components. This package66 running javascript code to access Ubuntu stack components. This package
6767
=== modified file 'debian/rules'
--- debian/rules 2013-07-09 20:56:17 +0000
+++ debian/rules 2013-07-11 18:04:33 +0000
@@ -4,11 +4,8 @@
4# Uncomment this to turn on verbose mode.4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=15#export DH_VERBOSE=1
66
7override_dh_install:
8 dh_install --fail-missing
9
10%:7%:
11 dh $@ --fail-missing --with python28 dh $@ --with python2
129
13override_dh_install:10override_dh_install:
14 # install autopilot tests11 # install autopilot tests
@@ -18,4 +15,3 @@
18 done; \15 done; \
19 cd $(CURDIR)16 cd $(CURDIR)
20 dh_install -X'*.pyc' --fail-missing17 dh_install -X'*.pyc' --fail-missing
21
2218
=== modified file 'debian/unity-webapps-qml-autopilot.install'
--- debian/unity-webapps-qml-autopilot.install 2013-07-09 19:02:23 +0000
+++ debian/unity-webapps-qml-autopilot.install 2013-07-11 18:04:33 +0000
@@ -1,4 +1,3 @@
1usr/lib/python*
2tests/integration/autopilot/html/* usr/share/unity-webapps-qml/autopilot-tests/html/1tests/integration/autopilot/html/* usr/share/unity-webapps-qml/autopilot-tests/html/
3tests/integration/autopilot/qml/* usr/share/unity-webapps-qml/autopilot-tests/qml/2tests/integration/autopilot/qml/* usr/share/unity-webapps-qml/autopilot-tests/qml/
43usr/lib/python*
54
=== modified file 'debian/unity-webapps-qml.install'
--- debian/unity-webapps-qml.install 2013-07-09 19:02:23 +0000
+++ debian/unity-webapps-qml.install 2013-07-11 18:04:33 +0000
@@ -1,2 +1,2 @@
1usr/bin
1usr/lib/*/qt5/qml/Ubuntu/UnityWebApps/*2usr/lib/*/qt5/qml/Ubuntu/UnityWebApps/*
2usr/bin

Subscribers

People subscribed via source and target branches

to all changes: