Merge lp:~dbarth/ubuntu-seeds/ubuntu-touch.utopic.add-signon-apparmor into lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.utopic

Proposed by David Barth
Status: Superseded
Proposed branch: lp:~dbarth/ubuntu-seeds/ubuntu-touch.utopic.add-signon-apparmor
Merge into: lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.utopic
Diff against target: 695 lines (+635/-0) (has conflicts)
11 files modified
STRUCTURE (+13/-0)
desktop (+114/-0)
live (+37/-0)
sdk (+34/-0)
sdk-libs (+70/-0)
sdk-libs-dev (+45/-0)
ship-live (+35/-0)
touch (+108/-0)
touch-android (+45/-0)
touch-core (+133/-0)
touch-tests (+1/-0)
Conflict adding file STRUCTURE.  Moved existing file to STRUCTURE.moved.
Conflict adding file desktop.  Moved existing file to desktop.moved.
Conflict adding file live.  Moved existing file to live.moved.
Conflict adding file ship-live.  Moved existing file to ship-live.moved.
Conflict adding file supported.  Moved existing file to supported.moved.
To merge this branch: bzr merge lp:~dbarth/ubuntu-seeds/ubuntu-touch.utopic.add-signon-apparmor
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+235685@code.launchpad.net

This proposal has been superseded by a proposal from 2014-09-23.

Commit message

Let apparmor protect access to the OA APIs

Description of the change

Let apparmor protect access to the OA APIs

To post a comment you must log in.

Unmerged revisions

248. By David Barth

let apparmor protect access to the OA APIs

247. By Steve Langasek

Unseed fonts-freefont-ttf and fonts-dejavu-extra; these are dead weight since we use the Ubuntu font everywhere, we want to win back the space (~18MB) on the phone image.

246. By Michael Vogt

STRUCTURE: update sdk-libs/sdk-libs-dev for improve click chroot creation

245. By Michael Vogt

STRUCTURE: drop minimal from sdk-libs-dev

244. By Michael Vogt

merged lp:~mvo/ubuntu-seeds/sdk-libs-dev

243. By Pete Woods

Add *-cpp APIs for scope development

242. By Loïc Minier

Add HERE Location Service provider to touch seed.

241. By Michael Sheldon

Add ubuntu-keyboard-serbian

240. By Michael Vogt

add click-ubuntu-policy,debsig-verify so that click gets signature verification support

239. By Oliver Grawert

merge lp:~ralsina/ubuntu-seeds/add-push-plugin

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'STRUCTURE'
--- STRUCTURE 1970-01-01 00:00:00 +0000
+++ STRUCTURE 2014-09-23 17:57:36 +0000
@@ -0,0 +1,13 @@
1include platform.utopic
2feature no-follow-recommends
3sdk-libs: required
4sdk-libs-dev: sdk-libs build-essential
5sdk: sdk-libs-dev
6touch-android: minimal
7touch-core: minimal sdk-libs
8touch: touch-android touch-core
9touch-tests: touch
10desktop: touch-core
11live: desktop live-common
12ship-live: boot live
13supported: touch desktop ship-live
014
=== renamed file 'STRUCTURE' => 'STRUCTURE.moved'
=== added file 'desktop'
--- desktop 1970-01-01 00:00:00 +0000
+++ desktop 2014-09-23 17:57:36 +0000
@@ -0,0 +1,114 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu Desktop Next
4Task-Extended-Description: This task provides a desktop environment with Unity 8
5Task-Key: ubuntu-desktop-next
6Task-Name: ubuntu-desktop-next
7Task-Metapackage: ubuntu-desktop-next
8Task-Seeds: touch-core
9
10== Core ==
11
12 * ttf-ubuntu-font-family
13 * fonts-freefont-ttf
14 * fonts-dejavu-extra
15 * fonts-wqy-microhei
16 * fonts-nanum
17 * ubuntu-keyboard-english
18 * ubuntu-keyboard-arabic
19 * ubuntu-keyboard-chinese-pinyin
20 * ubuntu-keyboard-czech
21 * ubuntu-keyboard-danish
22 * ubuntu-keyboard-dutch
23 * ubuntu-keyboard-finnish
24 * ubuntu-keyboard-french
25 * ubuntu-keyboard-german
26 * ubuntu-keyboard-hebrew
27 * ubuntu-keyboard-hungarian
28 * ubuntu-keyboard-italian
29 * ubuntu-keyboard-polish
30 * ubuntu-keyboard-portuguese
31 * ubuntu-keyboard-russian
32 * ubuntu-keyboard-serbian
33 * ubuntu-keyboard-spanish
34 * ubuntu-keyboard-swedish
35 * account-plugin-tools
36 * account-plugin-twitter
37 * account-plugin-facebook
38 * account-plugin-evernote
39 * suru-icon-theme
40 * account-plugin-ubuntuone
41 * account-plugin-google
42
43To provide a way to log in; as thing stand this will install X11
44 * lightdm
45 * unity-greeter
46
47== Shell ==
48
49 * unity8
50 * unity8-desktop-session-mir
51 * indicator-bluetooth
52 * indicator-datetime
53 * indicator-location
54 * indicator-messages
55 * indicator-network
56 * indicator-power
57 * indicator-sound
58 * unity-scope-scopes
59 * unity-scope-click
60 * unity-scope-mediascanner2
61 * url-dispatcher
62 * thumbnailer-service
63
64== Apps ==
65
66 * hud
67 * webbrowser-app
68 * webapp-container # container
69 * messaging-app
70 * address-book-app
71 * mediaplayer-app
72 * camera-app
73 * gallery-app
74 * notes-app
75 * syncevolution
76 * sync-monitor-uoa
77 * ubuntu-touch-settings
78 * ubuntu-system-settings
79 * ubuntu-system-settings-online-accounts
80
81Modifies some policykit policies to ensure that actions work the way we want
82them.
83
84 * policykit-desktop-privileges
85 * qtorganizer5-eds
86 * unity-webapps-qml
87
88Sets many GSettings defaults
89
90 * ubuntu-settings
91
92== Themes and artwork ==
93
94 * light-themes # Needed for the installer and GTK applications
95 * dmz-cursor-theme
96 * ubuntu-touch-sounds
97 * ubuntu-artwork
98
99== Testing ==
100
101# Spell out actual autopilot packages needed & used
102 * python-autopilot # to execute python2 based autopilot tests
103 * python-evdev # to execute python2 based autopilot tests
104
105== language support ==
106# we use the -gnome-*-base packages here for indicator translations
107# other base packs get pulled in through dependencies
108
109 * language-pack-gnome-en-base
110 * language-pack-gnome-de-base
111 * language-pack-gnome-es-base
112 * language-pack-gnome-fr-base
113 * language-pack-gnome-pt-base
114 * language-pack-gnome-zh-hans-base
0115
=== renamed file 'desktop' => 'desktop.moved'
=== added file 'live'
--- live 1970-01-01 00:00:00 +0000
+++ live 2014-09-23 17:57:36 +0000
@@ -0,0 +1,37 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu live CD
4Task-Extended-Description: This task provides the extra packages installed on the Ubuntu live CD. It is neither useful nor recommended to install this task in other environments.
5Task-Relevance: 2
6Task-Key: ubiquity-frontend-gtk
7Task-Test-new-install: skip show
8Task-Seeds: live-common
9
10 * Languages: en
11 * language-pack-${Languages}
12 * language-pack-gnome-${Languages}
13
14# subset of English language support which we want by default:
15 * libreoffice-help-en-us [i386 amd64]
16 * hunspell-en-us
17 * wamerican
18
19 * Languages: es zh-hans
20 * language-pack-${Languages}
21 * language-pack-gnome-${Languages}
22
23Enough room on i386/powerpc, not enough on amd64:
24 * Languages: pt de
25 * language-pack-${Languages} [i386 powerpc]
26 * language-pack-gnome-${Languages} [i386 powerpc]
27
28 * gparted
29 * cifs-utils # Needed by casper for CIFS root=
30
31== Ubiquity components ==
32
33These packages make up the Ubiquity live installer.
34
35 * ubiquity-frontend-gtk
36 * ubiquity-ubuntu-artwork
37 * ubiquity-slideshow-ubuntu
038
=== renamed file 'live' => 'live.moved'
=== added file 'sdk'
--- sdk 1970-01-01 00:00:00 +0000
+++ sdk 2014-09-23 17:57:36 +0000
@@ -0,0 +1,34 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu SDK
4Task-Extended-Description: This task provides the Ubuntu SDK.
5Task-Key: ubuntu-touch
6Task-Name: ubuntu-sdk
7Task-Metapackage: ubuntu-sdk
8
9= Documentation =
10
11 * qtbase5-doc
12 * qtcreator-doc
13 * qtgraphicaleffects5-doc
14 * qtmultimedia5-doc
15 * qtscript5-doc
16 * qtsvg5-doc
17 * qttools5-doc
18 * libcontent-hub-doc
19
20= Ubuntu UI Toolkit =
21
22 * ubuntu-ui-toolkit-doc
23 * ubuntu-ui-toolkit-examples
24 * ubuntu-ui-toolkit-autopilot
25
26= Tools =
27
28 * qmlscene
29 * qtcreator
30 * qtcreator-plugin-ubuntu
31 * phablet-tools
32 * ubuntu-device-flash
33 * autopilot-desktop
34 * intltool
035
=== added file 'sdk-libs'
--- sdk-libs 1970-01-01 00:00:00 +0000
+++ sdk-libs 2014-09-23 17:57:36 +0000
@@ -0,0 +1,70 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu SDK Libraries
4Task-Extended-Description: This task provides the Ubuntu SDK runtime libraries.
5Task-Key: ubuntu-touch
6Task-Name: ubuntu-sdk-libs
7Task-Metapackage: ubuntu-sdk-libs
8
9 * Feature: no-follow-recommends
10
11= Qt 5 APIs =
12
13 * libqt5keychain0
14 * qml-module-qtgraphicaleffects
15 * libqt5sql5-sqlite
16 * qml-module-qtwebkit
17 * libqt5script5
18 * libqt5multimedia5-plugins
19 * qtdeclarative5-u1db1.0
20 * qtdeclarative5-accounts-plugin
21 * qtdeclarative5-folderlistmodel-plugin
22 * qtdeclarative5-localstorage-plugin
23 * qtdeclarative5-online-accounts-client0.1
24 * qtdeclarative5-particles-plugin
25 * qml-module-qtquick-layouts
26 * qml-module-qtmultimedia
27 * qtdeclarative5-qtpositioning-plugin
28 * qtdeclarative5-qtquick2-plugin
29 * qml-module-qtsensors
30 * qtdeclarative5-window-plugin
31 * qtdeclarative5-xmllistmodel-plugin
32 * qtdeclarative5-qtlocation-plugin
33 * qtdeclarative5-poppler1.0
34 * qml-module-qt-labs-settings
35 * libcontent-hub0
36 * qtdeclarative5-ubuntu-content1
37 * qtdeclarative5-usermetrics0.1
38 * qtdeclarative5-qtorganizer-plugin
39 * qtdeclarative5-ubuntu-download-manager0.1
40 * qtdeclarative5-ubuntu-mediascanner0.1
41 * qtdeclarative5-ubuntu-push-plugin
42 * qtdeclarative5-ubuntu-syncmonitor0.1
43 * qtdeclarative5-ubuntu-telephony-phonenumber0.1
44
45= Scope facing APIs =
46
47 * libjsoncpp0
48 * libnet-cpp1
49 * libprocess-cpp2
50
51= Multimedia =
52
53Preferred set of codecs for oxide.
54
55 * oxideqt-codecs-extra
56
57= Ubuntu UI Toolkit =
58
59 * qtdeclarative5-ubuntu-ui-toolkit-plugin
60 * ubuntu-ui-toolkit-theme
61
62= HTML5 Toolkit =
63
64 * ubuntu-html5-theme
65 * ubuntu-html5-container
66
67= Tools =
68
69 * qmlscene
70 * qtchooser
071
=== added file 'sdk-libs-dev'
--- sdk-libs-dev 1970-01-01 00:00:00 +0000
+++ sdk-libs-dev 2014-09-23 17:57:36 +0000
@@ -0,0 +1,45 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu SDK Development Headers
4Task-Extended-Description: This task provides the Ubuntu SDK development headers.
5Task-Key: ubuntu-touch
6Task-Name: ubuntu-sdk-libs-dev
7Task-Metapackage: ubuntu-sdk-libs-dev
8
9= Qt 5 APIs =
10
11 * libqt5sensors5-dev
12 * libqt5svg5-dev
13 * libqt5webkit5-dev
14 * libqt5xmlpatterns5-dev
15 * qt3d5-dev
16 * qtbase5-dev
17 * qtdeclarative5-dev
18 * qtdeclarative5-dev-tools
19 * qtlocation5-dev
20 * qtmultimedia5-dev
21 * libcontent-hub-dev
22 * qtscript5-dev
23 * qttools5-dev
24 * qttools5-dev-tools
25 * cmake
26 # for autopilot
27 * python3
28
29 # forces Qt5 as the default; conflicts with Qt4 -- XXX should be a Recommends?
30 * qt5-default
31
32= Scope facing APIs =
33
34 * google-mock
35 * libboost1.55-dev
36 * libjsoncpp-dev
37 * libnet-cpp-dev
38 * libprocess-cpp-dev
39 * libproperties-cpp-dev
40 * libunity-scopes-dev
41
42= Documentation and example code =
43
44 * ubuntu-ui-toolkit-doc
45 * (ubuntu-html5-theme-examples)
046
=== added file 'ship-live'
--- ship-live 1970-01-01 00:00:00 +0000
+++ ship-live 2014-09-23 17:57:36 +0000
@@ -0,0 +1,35 @@
1The ship-live seed will be added to the live CD as an ordinary package
2archive. Here belongs anything that somebody might need to install after
3installing the contents of the live CD in order to get online and fetch more
4packages.
5
6== Hardware & Network Access ==
7
8 * pptp-linux # client for Microsoft-compatible VPN's, needed for some ISPs
9 * sl-modem-daemon # needed for some Winmodems (see OutoftheboxWinmodem)
10
11 * libatm1 # suggested by ppp for PPP-over-ATM
12 * setserial # needed by folks with nonstandard serial ports
13 * mouseemu # needed on Macs with single-button mice
14 * ps3pf-utils [powerpc] # small utilities for PlayStation 3 systems
15 * elfspe2 [powerpc] # SPE access for Cell systems
16 * b43-fwcutter
17 * bcmwl-kernel-source #since we no longer have LRM
18 * wvdial # network-manager should replace this functionality ASAP
19
20== Installer ==
21
22 * grub # needed for dmraid et al
23 * grub-efi [amd64]
24 * grub-efi-amd64-signed [amd64]
25 * shim-signed [amd64]
26 * oem-config-gtk
27 * oem-config-slideshow-ubuntu
28 * lupin-support [amd64 i386] # installer-for-windows
29 * uboot-mkimage [armel] # needed on dove for uboot
30
31== Blacklist ==
32
33libavcodec cannot be shipped on CDs (c.f. Ubuntu technical board resolution 2007-01-02).
34
35 * !libavcodec*
036
=== renamed file 'ship-live' => 'ship-live.moved'
=== added file 'supported'
=== renamed file 'supported' => 'supported.moved'
=== added file 'touch'
--- touch 1970-01-01 00:00:00 +0000
+++ touch 2014-09-23 17:57:36 +0000
@@ -0,0 +1,108 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu touch
4Task-Extended-Description: This task provides the Ubuntu touch environment.
5Task-Key: ubuntu-touch
6Task-Name: ubuntu-touch
7Task-Metapackage: ubuntu-touch
8Task-Seeds: touch-android touch-core
9
10 * Feature: no-follow-recommends
11
12== Core ==
13
14 * ttf-ubuntu-font-family
15 * fonts-wqy-microhei
16 * fonts-nanum
17 * ubuntu-keyboard-english
18 * ubuntu-keyboard-arabic
19 * ubuntu-keyboard-chinese-pinyin
20 * ubuntu-keyboard-czech
21 * ubuntu-keyboard-danish
22 * ubuntu-keyboard-dutch
23 * ubuntu-keyboard-finnish
24 * ubuntu-keyboard-french
25 * ubuntu-keyboard-german
26 * ubuntu-keyboard-hebrew
27 * ubuntu-keyboard-hungarian
28 * ubuntu-keyboard-italian
29 * ubuntu-keyboard-polish
30 * ubuntu-keyboard-portuguese
31 * ubuntu-keyboard-russian
32 * ubuntu-keyboard-serbian
33 * ubuntu-keyboard-spanish
34 * ubuntu-keyboard-swedish
35 * account-plugin-tools
36 * account-plugin-twitter
37 * account-plugin-facebook
38 * account-plugin-evernote
39 * account-plugin-flickr
40 * suru-icon-theme
41 * account-plugin-ubuntuone
42 * account-plugin-google
43
44== Shell ==
45
46 * ubuntu-touch-session
47 * unity8
48 * indicator-bluetooth
49 * indicator-datetime
50 * indicator-location
51 * indicator-messages
52 * indicator-network
53 * indicator-power
54 * indicator-sound
55 * indicator-transfer
56 * ubuntu-system-settings-wizard
57 * unity-scope-scopes
58 * unity-scope-click
59 * unity-scope-mediascanner2
60 * url-dispatcher
61 * thumbnailer-service
62
63== Apps ==
64
65 * hud
66 * webbrowser-app
67 * webapp-container # container
68 * dialer-app
69 * messaging-app
70 * address-book-app
71 * mediaplayer-app
72 * syncevolution
73 * sync-monitor-uoa
74 * ubuntu-touch-settings
75 * ubuntu-system-settings
76 * ubuntu-system-settings-online-accounts
77# Modifies some policykit policies to ensure that actions work the way we want
78# them.
79 * policykit-desktop-privileges
80 * qtorganizer5-eds
81 * unity-webapps-qml
82
83== Wrapper for HERE Location Service provider ==
84
85 * ubuntu-location-provider-here
86
87== Themes ==
88
89 * ubuntu-touch-sounds
90
91== language support ==
92# these are trimmed for the touch seeds and only get built if they have at
93# least 70% coverage, so we want them all
94
95 * /^language-pack-touch-/
96
97== X86 Emulator ==
98
99 * libqt5gui5-gles [amd64 i386]
100 * libqt5opengl5-gles [amd64 i386]
101 * libqt5quick5-gles [amd64 i386]
102 * libqt5quickparticles5-gles [amd64 i386]
103 * libqt53d5-gles [amd64 i386]
104 * libqt5multimediawidgets5-gles [amd64 i386]
105 * libqt5location5-gles [amd64 i386]
106 * qtdeclarative5-qtlocation-plugin-gles [amd64 i386]
107 * qtdeclarative5-ubuntu-ui-toolkit-plugin-gles [amd64 i386]
108 * qml-module-qtmultimedia-gles [amd64 i386]
0109
=== added file 'touch-android'
--- touch-android 1970-01-01 00:00:00 +0000
+++ touch-android 2014-09-23 17:57:36 +0000
@@ -0,0 +1,45 @@
1The touch-android seed exists to allow sharing a common touch-core between
2touch and desktop-next without pulling Android-specific bits into desktop-next.
3It does not have an associated metapackage as it is not expected to be
4installable on its own.
5
6 * Feature: no-follow-recommends
7
8== Core Device Specific ==
9
10# Here we list _preferred_ alternatives. These must be specified
11# first, otherwise packages that depend on alternatives can pull in
12# the wrong one (e.g. X11 or mesa based ones)
13
14# Touch uses the android-based mir platform backends by default
15 * libmirclientplatform-android
16 * libmirplatformgraphics-android
17 * qtmir-android
18
19== Core ==
20
21 * libhybris
22 * libhybris-test
23 * libhybris-utils
24# Copyrights of the AOSP portion of the image
25 * android-copyright
26
27== Multimedia ==
28
29# A QtMultimedia camera plugin that talks to Android by using hybris
30 * cameraplugin-aal
31 * gstreamer1.0-hybris
32 * pulseaudio-module-droid
33
34== Apps ==
35
36 * qtubuntu-android
37
38== Container Related ==
39
40 * initramfs-tools-ubuntu-touch
41 * ubuntu-touch-generic-initrd [armhf]
42 * android-tools-adbd
43 * lxc-android-config
44 * dbus-property-service
45
046
=== added file 'touch-core'
--- touch-core 1970-01-01 00:00:00 +0000
+++ touch-core 2014-09-23 17:57:36 +0000
@@ -0,0 +1,133 @@
1Task-Per-Derivative: 1
2Task-Section: user
3Task-Description: Ubuntu touch core
4Task-Extended-Description: This task provides the core Ubuntu touch environment.
5Task-Key: ubuntu-touch-core
6Task-Name: ubuntu-touch-core
7Task-Metapackage: ubuntu-touch-core
8
9 * Feature: no-follow-recommends
10
11== Core ==
12
13 * isc-dhcp-client
14 * net-tools
15 * network-manager
16 * bluez
17 * ca-certificates
18 * alsa-base
19 * alsa-utils
20 * powerd
21 * urfkill
22 * qtdeclarative5-friends0.2
23 * friends-facebook
24 * friends-twitter
25 * telepathy-gabble
26 * libmessaging-menu0
27 * signon-plugin-oauth2
28 * signon-apparmor-extension
29 * python3-gi
30 * python3-pkg-resources
31 * python3-oauthlib
32 * gir1.2-accounts-1.0
33 * software-properties-common
34 * mobile-broadband-provider-info
35 * system-image-cli
36 * click
37 * click-ubuntu-policy
38 * debsig-verify
39 * packagekit
40 * packagekit-plugin-click
41 * click-apparmor
42 * ufw
43 * wget
44 * bluetooth-touch
45 * ubuntu-touch-customization-hooks
46 * pulseaudio
47 * pulseaudio-module-bluetooth
48 * rtkit
49 * content-hub
50 * ubuntu-location-service-bin
51 * mtp-server
52# Plugin for showing camera viewfinder in Qt as well as the video surface in
53# the media-player
54 * qtvideonode-plugin
55# Library that coordinates qtvideo-node, qtubuntu-camera and qtubuntu-media
56# across thread contexts.
57 * libqtubuntu-media-signals1
58 # can take advantage to fine-tune removals; also useful for debugging
59 * ubuntu-app-launch-tools
60 * usensord
61 * libtinyxml2-2 # camera/gallery
62 * libzen0 # camera/gallery
63 * ubuntu-push-client
64 * account-polld # ubuntu-push-client account notifications
65# MMS support
66 * nuntium
67 * libnss-extrausers
68 * udisks2
69 * ciborium
70
71== Multimedia ==
72
73 * gstreamer1.0-pulseaudio
74 * gstreamer1.0-fluendo-mp3 # MP3 support
75 * gstreamer1.0-plugins-good
76 * gstreamer0.10-plugins-good # camera/gallery
77 * gstreamer1.0-plugins-bad-faad # for h264parse/faad / streaming
78 * gstreamer1.0-plugins-bad-videoparsers # for h264parse/faad / streaming
79 * media-hub # centralized media playback
80 * qtubuntu-media # for media-hub
81 * libmediainfo0 # camera/gallery
82 * libqtubuntu-media-signals1 # camera/gallery
83
84== Apps ==
85
86 * pay-service
87
88== Debug ==
89
90 * nano
91 * wireless-tools
92 * openssh-server
93 * smemstat
94 * forkstat
95 * cpustat
96 * eventstat
97 * powerstat
98 * health-check
99# Tools added for debugging which should be removed in non-developer builds
100 * strace
101 * lsof
102 * ltrace
103 * tcptraceroute
104
105== Utils ==
106
107 * ofono-scripts
108 * mir-utils # screencast
109 * packagekit-tools
110 * pulseaudio-utils # pactl
111
112== Testing ==
113
114# Spell out actual autopilot packages needed & used
115 * autopilot-touch # for a single apparmor click.rules files
116 * autopilot-qt5
117 * qttestability-autopilot
118 * python3-autopilot # to execute python3 based autopilot tests
119 * python3-evdev # to execute python3 based autopilot tests
120 * fbset # to dynamically detect framebuffer / screen size
121
122# Mir testing utils
123 * mir-test-tools
124
125# Platform API testing utils (sensors, gps, etc)
126 * ubuntu-application-api2-examples
127
128== Error Reporting ==
129
130 * whoopsie
131 * apport
132 * apport-noui
133
0134
=== added file 'touch-tests'
--- touch-tests 1970-01-01 00:00:00 +0000
+++ touch-tests 2014-09-23 17:57:36 +0000
@@ -0,0 +1,1 @@
1 * Extra-Include: *-autopilot

Subscribers

People subscribed via source and target branches