Merge lp:~sergiusens/ubuntu-weather-app/click-in into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Sergio Schvezov
Status: Merged
Approved by: Francis Ginther
Approved revision: 136
Merged at revision: 136
Proposed branch: lp:~sergiusens/ubuntu-weather-app/click-in
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 43 lines (+21/-1)
3 files modified
apparmor/weather.json (+5/-0)
manifest.json (+15/-0)
tests/autopilot/ubuntu_weather_app/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~sergiusens/ubuntu-weather-app/click-in
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+189381@code.launchpad.net

Commit message

add the click data into the package instead of parsing it from debian/ and add apparmor rules so upstream can manage themselves

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'apparmor'
2=== added file 'apparmor/weather.json'
3--- apparmor/weather.json 1970-01-01 00:00:00 +0000
4+++ apparmor/weather.json 2013-10-04 17:22:45 +0000
5@@ -0,0 +1,5 @@
6+{
7+ "policy_groups": ["networking"
8+ ],
9+ "policy_version": 1.0
10+}
11
12=== added file 'manifest.json'
13--- manifest.json 1970-01-01 00:00:00 +0000
14+++ manifest.json 2013-10-04 17:22:45 +0000
15@@ -0,0 +1,15 @@
16+{
17+ "description": "Weather application",
18+ "framework": "ubuntu-sdk-13.10",
19+ "hooks": {
20+ "weather": {
21+ "apparmor": "apparmor/weather.json",
22+ "desktop": "ubuntu-weather-app.desktop"
23+ }
24+ },
25+ "icon": "weather64.png",
26+ "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
27+ "name": "com.ubuntu.weather",
28+ "title": "weather",
29+ "version": "0.3"
30+}
31
32=== modified file 'tests/autopilot/ubuntu_weather_app/tests/__init__.py'
33--- tests/autopilot/ubuntu_weather_app/tests/__init__.py 2013-10-01 20:57:27 +0000
34+++ tests/autopilot/ubuntu_weather_app/tests/__init__.py 2013-10-04 17:22:45 +0000
35@@ -69,7 +69,7 @@
36 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
37
38 def launch_test_click(self):
39- self.app = self.launch_click_package("com.ubuntu.ubuntu-weather-app", emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
40+ self.app = self.launch_click_package("com.ubuntu.weather", emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
41
42 def launch_and_quit_app(self):
43 self.launch_app()

Subscribers

People subscribed via source and target branches