Merge lp:~sergiusens/ubuntu-seeds/ciborium into lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.trusty

Proposed by Sergio Schvezov
Status: Superseded
Proposed branch: lp:~sergiusens/ubuntu-seeds/ciborium
Merge into: lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.trusty
Diff against target: 717 lines (+417/-133)
11 files modified
STRUCTURE (+9/-3)
desktop (+113/-0)
live (+37/-0)
sdk (+1/-0)
sdk-libs (+19/-6)
sdk-libs-dev (+2/-1)
ship-live (+35/-0)
touch (+25/-123)
touch-android (+45/-0)
touch-core (+130/-0)
touch-tests (+1/-0)
To merge this branch: bzr merge lp:~sergiusens/ubuntu-seeds/ciborium
Reviewer Review Type Date Requested Status
Ricardo Salveti Pending
Review via email: mp+229716@code.launchpad.net

This proposal has been superseded by a proposal from 2014-08-06.

To post a comment you must log in.

Unmerged revisions

235. By Sergio Schvezov

Adding ciborium

234. By Steve Langasek

Pull in only the Qt5 bits of autopilot-qt, allowing us to drop qt4 from the images

233. By Martin Pitt

Replace fonts-arphic-ukai with fonts-wqy-microhei for Chinese

232. By Colin Watson

Add a touch-tests seed containing all the *-autopilot packages from touch, useful for RTM branching.

231. By Oliver Grawert

move the qtmir-android package properly to touch-android, so desktop-next does not try to pull it in

230. By Ricardo Salveti

Adding qtmir-android to touch

229. By Ricardo Salveti

Adding account-polld (push client account notification)

228. By Steve Langasek

Revert previous change, which pulls in wrong packages on ubuntu-desktop-next and didn't even help on the phone.

227. By Steve Langasek

Force libmirclientplatform-android, libmirplatformgraphics-android into touch-core for the moment to unbreak phone builds (will break ubuntu-desktop-next in return until we get this properly sorted)

226. By Ricardo Salveti

Adding udisks2 for sdcard support

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'STRUCTURE'
2--- STRUCTURE 2013-11-21 11:44:04 +0000
3+++ STRUCTURE 2014-08-06 00:46:28 +0000
4@@ -1,7 +1,13 @@
5-include platform.trusty
6+include platform.utopic
7 feature no-follow-recommends
8 sdk-libs: minimal
9 sdk-libs-dev: sdk-libs minimal
10 sdk: sdk-libs-dev
11-touch: minimal sdk-libs
12-supported: touch
13+touch-android: minimal
14+touch-core: minimal sdk-libs
15+touch: touch-android touch-core
16+touch-tests: touch
17+desktop: touch-core
18+live: desktop live-common
19+ship-live: boot live
20+supported: touch desktop ship-live
21
22=== added file 'desktop'
23--- desktop 1970-01-01 00:00:00 +0000
24+++ desktop 2014-08-06 00:46:28 +0000
25@@ -0,0 +1,113 @@
26+Task-Per-Derivative: 1
27+Task-Section: user
28+Task-Description: Ubuntu Desktop Next
29+Task-Extended-Description: This task provides a desktop environment with Unity 8
30+Task-Key: ubuntu-desktop-next
31+Task-Name: ubuntu-desktop-next
32+Task-Metapackage: ubuntu-desktop-next
33+Task-Seeds: touch-core
34+
35+== Core ==
36+
37+ * ttf-ubuntu-font-family
38+ * fonts-freefont-ttf
39+ * fonts-dejavu-extra
40+ * fonts-wqy-microhei
41+ * fonts-nanum
42+ * ubuntu-keyboard-english
43+ * ubuntu-keyboard-arabic
44+ * ubuntu-keyboard-chinese-pinyin
45+ * ubuntu-keyboard-czech
46+ * ubuntu-keyboard-danish
47+ * ubuntu-keyboard-dutch
48+ * ubuntu-keyboard-finnish
49+ * ubuntu-keyboard-french
50+ * ubuntu-keyboard-german
51+ * ubuntu-keyboard-hebrew
52+ * ubuntu-keyboard-hungarian
53+ * ubuntu-keyboard-italian
54+ * ubuntu-keyboard-polish
55+ * ubuntu-keyboard-portuguese
56+ * ubuntu-keyboard-russian
57+ * ubuntu-keyboard-spanish
58+ * ubuntu-keyboard-swedish
59+ * account-plugin-tools
60+ * account-plugin-twitter
61+ * account-plugin-facebook
62+ * account-plugin-evernote
63+ * suru-icon-theme
64+ * account-plugin-ubuntuone
65+ * account-plugin-google
66+
67+To provide a way to log in; as thing stand this will install X11
68+ * lightdm
69+ * unity-greeter
70+
71+== Shell ==
72+
73+ * unity8
74+ * unity8-desktop-session-mir
75+ * indicator-bluetooth
76+ * indicator-datetime
77+ * indicator-location
78+ * indicator-messages
79+ * indicator-network
80+ * indicator-power
81+ * indicator-sound
82+ * unity-scope-scopes
83+ * unity-scope-click
84+ * unity-scope-mediascanner2
85+ * url-dispatcher
86+ * thumbnailer-service
87+
88+== Apps ==
89+
90+ * hud
91+ * webbrowser-app
92+ * webapp-container # container
93+ * messaging-app
94+ * address-book-app
95+ * mediaplayer-app
96+ * camera-app
97+ * gallery-app
98+ * notes-app
99+ * syncevolution
100+ * sync-monitor-uoa
101+ * ubuntu-touch-settings
102+ * ubuntu-system-settings
103+ * ubuntu-system-settings-online-accounts
104+
105+Modifies some policykit policies to ensure that actions work the way we want
106+them.
107+
108+ * policykit-desktop-privileges
109+ * qtorganizer5-eds
110+ * unity-webapps-qml
111+
112+Sets many GSettings defaults
113+
114+ * ubuntu-settings
115+
116+== Themes and artwork ==
117+
118+ * light-themes # Needed for the installer and GTK applications
119+ * dmz-cursor-theme
120+ * ubuntu-touch-sounds
121+ * ubuntu-artwork
122+
123+== Testing ==
124+
125+# Spell out actual autopilot packages needed & used
126+ * python-autopilot # to execute python2 based autopilot tests
127+ * python-evdev # to execute python2 based autopilot tests
128+
129+== language support ==
130+# we use the -gnome-*-base packages here for indicator translations
131+# other base packs get pulled in through dependencies
132+
133+ * language-pack-gnome-en-base
134+ * language-pack-gnome-de-base
135+ * language-pack-gnome-es-base
136+ * language-pack-gnome-fr-base
137+ * language-pack-gnome-pt-base
138+ * language-pack-gnome-zh-hans-base
139
140=== added file 'live'
141--- live 1970-01-01 00:00:00 +0000
142+++ live 2014-08-06 00:46:28 +0000
143@@ -0,0 +1,37 @@
144+Task-Per-Derivative: 1
145+Task-Section: user
146+Task-Description: Ubuntu live CD
147+Task-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.
148+Task-Relevance: 2
149+Task-Key: ubiquity-frontend-gtk
150+Task-Test-new-install: skip show
151+Task-Seeds: live-common
152+
153+ * Languages: en
154+ * language-pack-${Languages}
155+ * language-pack-gnome-${Languages}
156+
157+# subset of English language support which we want by default:
158+ * libreoffice-help-en-us [i386 amd64]
159+ * hunspell-en-us
160+ * wamerican
161+
162+ * Languages: es zh-hans
163+ * language-pack-${Languages}
164+ * language-pack-gnome-${Languages}
165+
166+Enough room on i386/powerpc, not enough on amd64:
167+ * Languages: pt de
168+ * language-pack-${Languages} [i386 powerpc]
169+ * language-pack-gnome-${Languages} [i386 powerpc]
170+
171+ * gparted
172+ * cifs-utils # Needed by casper for CIFS root=
173+
174+== Ubiquity components ==
175+
176+These packages make up the Ubiquity live installer.
177+
178+ * ubiquity-frontend-gtk
179+ * ubiquity-ubuntu-artwork
180+ * ubiquity-slideshow-ubuntu
181
182=== modified file 'sdk'
183--- sdk 2014-04-04 10:52:41 +0000
184+++ sdk 2014-08-06 00:46:28 +0000
185@@ -15,6 +15,7 @@
186 * qtscript5-doc
187 * qtsvg5-doc
188 * qttools5-doc
189+ * libcontent-hub-doc
190
191 = Ubuntu UI Toolkit =
192
193
194=== modified file 'sdk-libs'
195--- sdk-libs 2014-04-04 10:52:41 +0000
196+++ sdk-libs 2014-08-06 00:46:28 +0000
197@@ -6,31 +6,45 @@
198 Task-Name: ubuntu-sdk-libs
199 Task-Metapackage: ubuntu-sdk-libs
200
201+ * Feature: no-follow-recommends
202+
203 = Qt 5 APIs =
204
205- * libqt5qml-graphicaleffects
206+ * libqt5keychain0
207+ * qml-module-qtgraphicaleffects
208 * libqt5sql5-sqlite
209- * libqt5webkit5-qmlwebkitplugin
210+ * qml-module-qtwebkit
211 * libqt5script5
212 * libqt5multimedia5-plugins
213 * qtdeclarative5-u1db1.0
214 * qtdeclarative5-accounts-plugin
215 * qtdeclarative5-folderlistmodel-plugin
216- * qtdeclarative5-friends0.2
217 * qtdeclarative5-localstorage-plugin
218 * qtdeclarative5-online-accounts-client0.1
219 * qtdeclarative5-particles-plugin
220- * qtdeclarative5-qtmultimedia-plugin
221+ * qml-module-qtquick-layouts
222+ * qml-module-qtmultimedia
223 * qtdeclarative5-qtpositioning-plugin
224 * qtdeclarative5-qtquick2-plugin
225- * qtdeclarative5-qtsensors-plugin
226+ * qml-module-qtsensors
227 * qtdeclarative5-window-plugin
228 * qtdeclarative5-xmllistmodel-plugin
229 * qtdeclarative5-qtlocation-plugin
230 * qtdeclarative5-poppler1.0
231+ * libcontent-hub0
232 * qtdeclarative5-ubuntu-content0.1
233 * qtdeclarative5-usermetrics0.1
234 * qtdeclarative5-qtorganizer-plugin
235+ * qtdeclarative5-ubuntu-download-manager0.1
236+ * qtdeclarative5-ubuntu-mediascanner0.1
237+ * qtdeclarative5-ubuntu-syncmonitor0.1
238+ * qtdeclarative5-ubuntu-telephony-phonenumber0.1
239+
240+= Multimedia =
241+
242+Preferred set of codecs for oxide.
243+
244+ * oxideqt-codecs-extra
245
246 = Ubuntu UI Toolkit =
247
248@@ -39,7 +53,6 @@
249
250 = HTML5 Toolkit =
251
252- * cordova-ubuntu-2.8
253 * ubuntu-html5-theme
254 * ubuntu-html5-container
255
256
257=== modified file 'sdk-libs-dev'
258--- sdk-libs-dev 2014-04-04 10:52:41 +0000
259+++ sdk-libs-dev 2014-08-06 00:46:28 +0000
260@@ -8,6 +8,7 @@
261
262 = Qt 5 APIs =
263
264+ * libqt5sensors5-dev
265 * libqt5svg5-dev
266 * libqt5webkit5-dev
267 * libqt5xmlpatterns5-dev
268@@ -18,8 +19,8 @@
269 * qtdeclarative5-dev-tools
270 * qtlocation5-dev
271 * qtmultimedia5-dev
272+ * libcontent-hub-dev
273 * qtscript5-dev
274- * qtsensors5-dev
275 * qttools5-dev
276 * qttools5-dev-tools
277 * cmake
278
279=== added file 'ship-live'
280--- ship-live 1970-01-01 00:00:00 +0000
281+++ ship-live 2014-08-06 00:46:28 +0000
282@@ -0,0 +1,35 @@
283+The ship-live seed will be added to the live CD as an ordinary package
284+archive. Here belongs anything that somebody might need to install after
285+installing the contents of the live CD in order to get online and fetch more
286+packages.
287+
288+== Hardware & Network Access ==
289+
290+ * pptp-linux # client for Microsoft-compatible VPN's, needed for some ISPs
291+ * sl-modem-daemon # needed for some Winmodems (see OutoftheboxWinmodem)
292+
293+ * libatm1 # suggested by ppp for PPP-over-ATM
294+ * setserial # needed by folks with nonstandard serial ports
295+ * mouseemu # needed on Macs with single-button mice
296+ * ps3pf-utils [powerpc] # small utilities for PlayStation 3 systems
297+ * elfspe2 [powerpc] # SPE access for Cell systems
298+ * b43-fwcutter
299+ * bcmwl-kernel-source #since we no longer have LRM
300+ * wvdial # network-manager should replace this functionality ASAP
301+
302+== Installer ==
303+
304+ * grub # needed for dmraid et al
305+ * grub-efi [amd64]
306+ * grub-efi-amd64-signed [amd64]
307+ * shim-signed [amd64]
308+ * oem-config-gtk
309+ * oem-config-slideshow-ubuntu
310+ * lupin-support [amd64 i386] # installer-for-windows
311+ * uboot-mkimage [armel] # needed on dove for uboot
312+
313+== Blacklist ==
314+
315+libavcodec cannot be shipped on CDs (c.f. Ubuntu technical board resolution 2007-01-02).
316+
317+ * !libavcodec*
318
319=== modified file 'touch'
320--- touch 2014-04-28 10:39:23 +0000
321+++ touch 2014-08-06 00:46:28 +0000
322@@ -5,29 +5,19 @@
323 Task-Key: ubuntu-touch
324 Task-Name: ubuntu-touch
325 Task-Metapackage: ubuntu-touch
326+Task-Seeds: touch-android touch-core
327+
328+ * Feature: no-follow-recommends
329
330 * Feature: no-follow-recommends
331
332 == Core ==
333
334- * libhybris
335- * libhybris-test
336- * libhybris-utils
337-# Copyrights of the AOSP portion of the image
338- * android-copyright
339- * isc-dhcp-client
340- * net-tools
341- * network-manager
342- * bluez
343- * ca-certificates
344- * alsa-base
345- * alsa-utils
346 * ttf-ubuntu-font-family
347 * fonts-freefont-ttf
348 * fonts-dejavu-extra
349- * fonts-arphic-ukai
350- * ubuntu-touch-session
351- * powerd
352+ * fonts-wqy-microhei
353+ * fonts-nanum
354 * ubuntu-keyboard-english
355 * ubuntu-keyboard-arabic
356 * ubuntu-keyboard-chinese-pinyin
357@@ -45,83 +35,17 @@
358 * ubuntu-keyboard-russian
359 * ubuntu-keyboard-spanish
360 * ubuntu-keyboard-swedish
361- * friends
362- * friends-facebook
363- * friends-twitter
364- * telepathy-gabble
365- * libmessaging-menu0
366- * signon-plugin-oauth2
367- * python3-gi
368- * python3-pkg-resources
369- * python3-oauthlib
370- * gir1.2-accounts-1.0
371 * account-plugin-tools
372 * account-plugin-twitter
373 * account-plugin-facebook
374 * account-plugin-evernote
375 * suru-icon-theme
376- * software-properties-common
377- * mobile-broadband-provider-info
378- * system-image-cli
379- * click
380- * packagekit
381- * packagekit-plugin-click
382- * click-apparmor
383- * ufw
384- * wget
385- * bluetooth-touch
386- * ubuntu-touch-customization-hooks
387- * pulseaudio
388- * pulseaudio-module-bluetooth
389- * rtkit
390- * content-hub
391- * libubuntu-location-service0
392- * ubuntu-location-service-bin
393-# music-app is using mediascanner 1 and grilo. So seeding them for now
394- * mediascanner
395- * grilo-plugins-0.2-mediascanner
396- * mtp-server
397 * account-plugin-ubuntuone
398 * account-plugin-google
399-# A QtMultimedia camera plugin that talks to Android by using hybris
400- * cameraplugin-aal
401-# Plugin for showing camera viewfinder in Qt as well as the video surface in
402-# the media-player
403- * qtvideonode-plugin
404-# Library that coordinates qtvideo-node, qtubuntu-camera and qtubuntu-media
405-# across thread contexts.
406- * libqtubuntu-media-signals1
407- # can take advantage to fine-tune removals; also useful for debugging
408- * upstart-app-launch-tools
409- * usensord
410- * libtinyxml2-0.0.0 # camera/gallery
411- * libzen0 # camera/gallery
412-# Touch uses the android-based mir platform backend by default
413- * libmirclientplatform-android
414- * libmirplatformgraphics-android
415- * ubuntu-push-client
416-
417-== Multimedia ==
418-
419- * gstreamer1.0-pulseaudio
420- * gstreamer1.0-fluendo-mp3 # MP3 support
421- * gstreamer1.0-plugins-good
422- * gstreamer0.10-plugins-good # camera/gallery
423- * gstreamer1.0-plugins-bad-faad # for h264parse/faad / streaming
424- * gstreamer1.0-plugins-bad-videoparsers # for h264parse/faad / streaming
425- * gstreamer1.0-hybris
426- * libqgsttools-p1-touch
427- * libqt5multimedia5-touch
428- * libqt5multimedia5-touch-plugins
429- * libqt5multimediaquick-p5-touch
430- * qtdeclarative5-qtmultimedia-touch-plugin
431- * libexiv2-12 # camera/gallery
432- * libmediainfo0 # camera/gallery
433- * libqtubuntu-media-signals1 # camera/gallery
434- * oxideqt-codecs-extra # for oxide-qt
435
436 == Shell ==
437
438+ * ubuntu-touch-session
439 * unity8
440 * indicator-bluetooth
441 * indicator-datetime
442@@ -130,6 +54,8 @@
443 * indicator-network
444 * indicator-power
445 * indicator-sound
446+ * indicator-transfer
447+ * ubuntu-system-settings-wizard
448 * unity-scope-scopes
449 * unity-scope-click
450 * unity-scope-mediascanner2
451@@ -139,14 +65,12 @@
452 == Apps ==
453
454 * hud
455- * qtubuntu-android
456 * webbrowser-app
457 * webapp-container # container
458 * dialer-app
459 * messaging-app
460 * address-book-app
461 * mediaplayer-app
462- * friends-app
463 * syncevolution
464 * sync-monitor-uoa
465 * ubuntu-touch-settings
466@@ -162,43 +86,21 @@
467
468 * ubuntu-touch-sounds
469
470-== Debug ==
471-
472- * nano
473- * wireless-tools
474- * openssh-server
475-
476-== Utils ==
477-
478- * ofono-scripts
479- * mir-utils # screencast
480-
481-== Testing ==
482-
483- * autopilot-touch
484- * mir-test-tools
485-
486-== Container Related ==
487-
488- * initramfs-tools-ubuntu-touch
489- * ubuntu-touch-generic-initrd [armhf]
490- * android-tools-adbd
491- * lxc-android-config
492-
493-== Error Reporting ==
494-
495- * whoopsie
496- * apport
497- * apport-noui
498-
499 == language support ==
500-# we use the -gnome-*-base packages here for indicator translations
501-# other base packs get pulled in through dependencies
502-
503- * language-pack-gnome-en-base
504- * language-pack-gnome-de-base
505- * language-pack-gnome-es-base
506- * language-pack-gnome-fr-base
507- * language-pack-gnome-pt-base
508- * language-pack-gnome-zh-hans-base
509-
510+# these are trimmed for the touch seeds and only get built if they have at
511+# least 70% coverage, so we want them all
512+
513+ * /^language-pack-touch-/
514+
515+== X86 Emulator ==
516+
517+ * libqt5gui5-gles [amd64 i386]
518+ * libqt5opengl5-gles [amd64 i386]
519+ * libqt5quick5-gles [amd64 i386]
520+ * libqt5quickparticles5-gles [amd64 i386]
521+ * libqt53d5-gles [amd64 i386]
522+ * libqt5multimediawidgets5-gles [amd64 i386]
523+ * libqt5location5-gles [amd64 i386]
524+ * qtdeclarative5-qtlocation-plugin-gles [amd64 i386]
525+ * qtdeclarative5-ubuntu-ui-toolkit-plugin-gles [amd64 i386]
526+ * qml-module-qtmultimedia-gles [amd64 i386]
527
528=== added file 'touch-android'
529--- touch-android 1970-01-01 00:00:00 +0000
530+++ touch-android 2014-08-06 00:46:28 +0000
531@@ -0,0 +1,45 @@
532+The touch-android seed exists to allow sharing a common touch-core between
533+touch and desktop-next without pulling Android-specific bits into desktop-next.
534+It does not have an associated metapackage as it is not expected to be
535+installable on its own.
536+
537+ * Feature: no-follow-recommends
538+
539+== Core Device Specific ==
540+
541+# Here we list _preferred_ alternatives. These must be specified
542+# first, otherwise packages that depend on alternatives can pull in
543+# the wrong one (e.g. X11 or mesa based ones)
544+
545+# Touch uses the android-based mir platform backends by default
546+ * libmirclientplatform-android
547+ * libmirplatformgraphics-android
548+ * qtmir-android
549+
550+== Core ==
551+
552+ * libhybris
553+ * libhybris-test
554+ * libhybris-utils
555+# Copyrights of the AOSP portion of the image
556+ * android-copyright
557+
558+== Multimedia ==
559+
560+# A QtMultimedia camera plugin that talks to Android by using hybris
561+ * cameraplugin-aal
562+ * gstreamer1.0-hybris
563+ * pulseaudio-module-droid
564+
565+== Apps ==
566+
567+ * qtubuntu-android
568+
569+== Container Related ==
570+
571+ * initramfs-tools-ubuntu-touch
572+ * ubuntu-touch-generic-initrd [armhf]
573+ * android-tools-adbd
574+ * lxc-android-config
575+ * dbus-property-service
576+
577
578=== added file 'touch-core'
579--- touch-core 1970-01-01 00:00:00 +0000
580+++ touch-core 2014-08-06 00:46:28 +0000
581@@ -0,0 +1,130 @@
582+Task-Per-Derivative: 1
583+Task-Section: user
584+Task-Description: Ubuntu touch core
585+Task-Extended-Description: This task provides the core Ubuntu touch environment.
586+Task-Key: ubuntu-touch-core
587+Task-Name: ubuntu-touch-core
588+Task-Metapackage: ubuntu-touch-core
589+
590+ * Feature: no-follow-recommends
591+
592+== Core ==
593+
594+ * isc-dhcp-client
595+ * net-tools
596+ * network-manager
597+ * bluez
598+ * ca-certificates
599+ * alsa-base
600+ * alsa-utils
601+ * powerd
602+ * urfkill
603+ * qtdeclarative5-friends0.2
604+ * friends-facebook
605+ * friends-twitter
606+ * telepathy-gabble
607+ * libmessaging-menu0
608+ * signon-plugin-oauth2
609+ * python3-gi
610+ * python3-pkg-resources
611+ * python3-oauthlib
612+ * gir1.2-accounts-1.0
613+ * software-properties-common
614+ * mobile-broadband-provider-info
615+ * system-image-cli
616+ * click
617+ * packagekit
618+ * packagekit-plugin-click
619+ * click-apparmor
620+ * ufw
621+ * wget
622+ * bluetooth-touch
623+ * ubuntu-touch-customization-hooks
624+ * pulseaudio
625+ * pulseaudio-module-bluetooth
626+ * rtkit
627+ * content-hub
628+ * ubuntu-location-service-bin
629+ * mtp-server
630+# Plugin for showing camera viewfinder in Qt as well as the video surface in
631+# the media-player
632+ * qtvideonode-plugin
633+# Library that coordinates qtvideo-node, qtubuntu-camera and qtubuntu-media
634+# across thread contexts.
635+ * libqtubuntu-media-signals1
636+ # can take advantage to fine-tune removals; also useful for debugging
637+ * ubuntu-app-launch-tools
638+ * usensord
639+ * libtinyxml2-2 # camera/gallery
640+ * libzen0 # camera/gallery
641+ * ubuntu-push-client
642+ * account-polld # ubuntu-push-client account notifications
643+# MMS support
644+ * nuntium
645+ * libnss-extrausers
646+ * udisks2
647+ * ciborium
648+
649+== Multimedia ==
650+
651+ * gstreamer1.0-pulseaudio
652+ * gstreamer1.0-fluendo-mp3 # MP3 support
653+ * gstreamer1.0-plugins-good
654+ * gstreamer0.10-plugins-good # camera/gallery
655+ * gstreamer1.0-plugins-bad-faad # for h264parse/faad / streaming
656+ * gstreamer1.0-plugins-bad-videoparsers # for h264parse/faad / streaming
657+ * media-hub # centralized media playback
658+ * qtubuntu-media # for media-hub
659+ * libmediainfo0 # camera/gallery
660+ * libqtubuntu-media-signals1 # camera/gallery
661+
662+== Apps ==
663+
664+ * pay-service
665+
666+== Debug ==
667+
668+ * nano
669+ * wireless-tools
670+ * openssh-server
671+ * smemstat
672+ * forkstat
673+ * cpustat
674+ * eventstat
675+ * powerstat
676+ * health-check
677+# Tools added for debugging which should be removed in non-developer builds
678+ * strace
679+ * lsof
680+ * ltrace
681+ * tcptraceroute
682+
683+== Utils ==
684+
685+ * ofono-scripts
686+ * mir-utils # screencast
687+ * packagekit-tools
688+ * pulseaudio-utils # pactl
689+
690+== Testing ==
691+
692+# Spell out actual autopilot packages needed & used
693+ * autopilot-touch # for a single apparmor click.rules files
694+ * autopilot-qt5
695+ * qttestability-autopilot
696+ * python3-autopilot # to execute python3 based autopilot tests
697+ * python3-evdev # to execute python3 based autopilot tests
698+ * fbset # to dynamically detect framebuffer / screen size
699+
700+# Mir testing utils
701+ * mir-test-tools
702+
703+# Platform API testing utils (sensors, gps, etc)
704+ * ubuntu-application-api2-examples
705+
706+== Error Reporting ==
707+
708+ * whoopsie
709+ * apport
710+ * apport-noui
711+
712
713=== added file 'touch-tests'
714--- touch-tests 1970-01-01 00:00:00 +0000
715+++ touch-tests 2014-08-06 00:46:28 +0000
716@@ -0,0 +1,1 @@
717+ * Extra-Include: *-autopilot

Subscribers

People subscribed via source and target branches