Merge lp:~dholbach/ubuntu-weather-app/reboot-packaging-fixes into lp:ubuntu-weather-app

Proposed by Daniel Holbach on 2015-02-04
Status: Merged
Approved by: Martin Borho on 2015-02-06
Approved revision: 12
Merged at revision: 6
Proposed branch: lp:~dholbach/ubuntu-weather-app/reboot-packaging-fixes
Merge into: lp:ubuntu-weather-app
Diff against target: 89 lines (+10/-7)
6 files modified
CMakeLists.txt (+0/-3)
app/ubuntu-weather-app.qml (+1/-1)
debian/changelog (+6/-1)
debian/control (+1/-2)
debian/ubuntu-weather-app-autopilot.install (+1/-0)
debian/ubuntu-weather-app.install (+1/-0)
To merge this branch: bzr merge lp:~dholbach/ubuntu-weather-app/reboot-packaging-fixes
Reviewer Review Type Date Requested Status
Martin Borho 2015-02-04 Approve on 2015-02-06
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve on 2015-02-06
Review via email: mp+248528@code.launchpad.net

Commit Message

Update packaging to reflect reboot changes.

To post a comment you must log in.

FAILED: Continuous integration, rev:10
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~dholbach/ubuntu-weather-app/reboot-packaging-fixes/+merge/248528/+edit-commit-message

http://91.189.93.70:8080/job/ubuntu-weather-app-reboot-ci/7/
Executed test runs:
    SUCCESS: http://91.189.93.70:8080/job/ubuntu-weather-app-reboot-vivid-amd64-ci/7

Click here to trigger a rebuild:
http://91.189.93.70:8080/job/ubuntu-weather-app-reboot-ci/7/rebuild

review: Needs Fixing (continuous-integration)
11. By Daniel Holbach on 2015-02-06

empty commit

12. By Daniel Holbach on 2015-02-06

merge from /reboot, resolve conflict

review: Approve (continuous-integration)
Martin Borho (martin-borho) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-01-29 08:54:54 +0000
3+++ CMakeLists.txt 2015-02-06 15:35:57 +0000
4@@ -35,7 +35,6 @@
5 set(DESKTOP_FILE "${APP_HARDCODE}.desktop")
6 set(ICON weather-app@30.png)
7 set(AUTOPILOT_DIR ubuntu_weather_app)
8-set(KEY_FILE key.js)
9
10 # Set install paths
11 if(CLICK_MODE)
12@@ -100,8 +99,6 @@
13 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}
14 DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
15
16-install(FILES ${KEY_FILE} DESTINATION ${CMAKE_INSTALL_PREFIX})
17-
18 add_subdirectory(app)
19 add_subdirectory(backend)
20 add_subdirectory(po)
21
22=== renamed file 'key.js' => 'app/data/key.js'
23=== modified file 'app/ubuntu-weather-app.qml'
24--- app/ubuntu-weather-app.qml 2015-02-03 21:26:09 +0000
25+++ app/ubuntu-weather-app.qml 2015-02-06 15:35:57 +0000
26@@ -21,7 +21,7 @@
27 import "components"
28 import "data" as Data
29 import "data/WeatherApi.js" as WeatherApi
30-import "../key.js" as Key
31+import "data/key.js" as Key
32 import "ui"
33
34 MainView {
35
36=== modified file 'debian/changelog'
37--- debian/changelog 2015-02-02 15:25:53 +0000
38+++ debian/changelog 2015-02-06 15:35:57 +0000
39@@ -1,3 +1,9 @@
40+ubuntu-weather-app (2.1) UNRELEASED; urgency=medium
41+
42+ *
43+
44+ -- Daniel Holbach <daniel.holbach@ubuntu.com> Wed, 04 Feb 2015 11:25:02 +0100
45+
46 ubuntu-weather-app (2.0) utopic; urgency=low
47
48 [ Andrew Hayzen ]
49@@ -5,7 +11,6 @@
50
51 -- Andrew Hayzen <ahayzen@gmail.com> Mon, 02 Feb 2014 15:10:00 +0000
52
53-
54 ubuntu-weather-app (1.8.3ubuntu1) utopic; urgency=low
55
56 [ Dan Chapman ]
57
58=== modified file 'debian/control'
59--- debian/control 2015-02-02 15:37:49 +0000
60+++ debian/control 2015-02-06 15:35:57 +0000
61@@ -12,7 +12,7 @@
62 qtdeclarative5-dev,
63 qtdeclarative5-dev-tools,
64 qtdeclarative5-ubuntu-ui-toolkit-plugin,
65-Standards-Version: 3.9.5
66+Standards-Version: 3.9.6
67 Section: misc
68 Homepage: https://launchpad.net/ubuntu-weather-app
69 Vcs-Bzr: https://code.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/trunk
70@@ -24,7 +24,6 @@
71 qtdeclarative5-qtquick2-plugin,
72 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
73 suru-icon-theme | ubuntu-mobile-icons,
74- qtdeclarative5-ubuntuweather-timezone-plugin1.0 (>= ${source:Version}),
75 ${misc:Depends}
76 Description: Weather application
77 Core Weather application
78
79=== added file 'debian/ubuntu-weather-app-autopilot.install'
80--- debian/ubuntu-weather-app-autopilot.install 1970-01-01 00:00:00 +0000
81+++ debian/ubuntu-weather-app-autopilot.install 2015-02-06 15:35:57 +0000
82@@ -0,0 +1,1 @@
83+usr/lib
84
85=== added file 'debian/ubuntu-weather-app.install'
86--- debian/ubuntu-weather-app.install 1970-01-01 00:00:00 +0000
87+++ debian/ubuntu-weather-app.install 2015-02-06 15:35:57 +0000
88@@ -0,0 +1,1 @@
89+usr/share

Subscribers

People subscribed via source and target branches

to all changes: