~jamesodhunt/click/add-checksum-to-manifest

« back to all changes in this revision

Viewing changes to click/chroot.py

  • Committer: CI bot
  • Author(s): Michael Vogt, Colin Watson
  • Date: 2014-08-06 23:33:12 UTC
  • mfrom: (425.1.67 devel)
  • Revision ID: ps-jenkins@lists.canonical.com-20140806233312-4nc48i27d6zn4i9j
Click 0.4.30: Unit test improvements; fix upgrade if packages are present for removed users; flesh out 14.10 chroots. Fixes: 1334611

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        "qtscript5-dev:TARGET",
74
74
        "qtsensors5-dev:TARGET",
75
75
        "qttools5-dev:TARGET",
 
76
        "ubuntu-ui-toolkit-doc",
76
77
        ],
77
78
    "ubuntu-sdk-14.04": [
78
79
        "cmake",
94
95
        "qtsensors5-dev:TARGET",
95
96
        "qttools5-dev:TARGET",
96
97
        "qttools5-dev-tools:TARGET",
 
98
        "ubuntu-ui-toolkit-doc",
97
99
        ],
98
100
    "ubuntu-sdk-14.10": [
99
101
        "cmake",
100
 
        "libqt5svg5-dev:TARGET",
101
 
        "libqt5webkit5-dev:TARGET",
102
 
        "libqt5xmlpatterns5-dev:TARGET",
103
 
        "libunity-scopes-dev:TARGET",
104
 
        # bug #1316930, needed for autopilot
105
 
        "python3",
106
 
        "qmlscene:TARGET",
107
 
        "qt3d5-dev:TARGET",
108
 
        "qt5-default:TARGET",
109
 
        "qtbase5-dev:TARGET",
110
 
        "qtdeclarative5-dev:TARGET",
111
 
        "qtdeclarative5-dev-tools",
112
 
        "qtlocation5-dev:TARGET",
113
 
        "qtmultimedia5-dev:TARGET",
114
 
        "qtscript5-dev:TARGET",
 
102
        "libcontent-hub-dev:TARGET",
 
103
        "libqt5keychain0:TARGET",
115
104
        "libqt5sensors5-dev:TARGET",
 
105
        "libqt5svg5-dev:TARGET",
 
106
        "libqt5webkit5-dev:TARGET",
 
107
        "libqt5xmlpatterns5-dev:TARGET",
 
108
        "libunity-scopes-dev:TARGET",
 
109
        # bug #1316930, needed for autopilot
 
110
        "python3",
 
111
        "qml-module-qt-labs-settings:TARGET",
 
112
        "qml-module-qtmultimedia:TARGET",
 
113
        "qml-module-qtquick-layouts:TARGET",
 
114
        "qml-module-qtsensors:TARGET",
 
115
        "qml-module-qtwebkit:TARGET",
 
116
        "qmlscene:TARGET",
 
117
        "qt3d5-dev:TARGET",
 
118
        "qt5-default:TARGET",
 
119
        "qtdeclarative5-accounts-plugin:TARGET",
 
120
        "qtdeclarative5-dev-tools",
 
121
        "qtdeclarative5-folderlistmodel-plugin:TARGET",
 
122
        "qtdeclarative5-localstorage-plugin:TARGET",
 
123
        "qtdeclarative5-online-accounts-client0.1:TARGET",
 
124
        "qtdeclarative5-particles-plugin:TARGET",
 
125
        "qtdeclarative5-poppler1.0:TARGET",
 
126
        "qtdeclarative5-qtlocation-plugin:TARGET",
 
127
        "qtdeclarative5-qtorganizer-plugin:TARGET",
 
128
        "qtdeclarative5-qtpositioning-plugin:TARGET",
 
129
        "qtdeclarative5-u1db1.0:TARGET",
 
130
        "qtdeclarative5-ubuntu-content0.1:TARGET",
 
131
        "qtdeclarative5-ubuntu-download-manager0.1:TARGET",
 
132
        "qtdeclarative5-ubuntu-mediascanner0.1:TARGET",
 
133
        "qtdeclarative5-ubuntu-syncmonitor0.1:TARGET",
 
134
        "qtdeclarative5-ubuntu-telephony-phonenumber0.1:TARGET",
 
135
        "qtdeclarative5-ubuntu-ui-toolkit-plugin:TARGET",
 
136
        "qtdeclarative5-usermetrics0.1:TARGET",
 
137
        "qtdeclarative5-xmllistmodel-plugin:TARGET",
 
138
        "qtlocation5-dev:TARGET",
 
139
        "qtmultimedia5-dev:TARGET",
 
140
        "qtscript5-dev:TARGET",
116
141
        "qttools5-dev:TARGET",
117
142
        "qttools5-dev-tools:TARGET",
 
143
        "ubuntu-html5-theme:TARGET",
 
144
        "ubuntu-ui-toolkit-doc",
118
145
        ],
119
146
    }
120
147