~aacid/unity8/useOwnDbusConnections

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: CI Train Bot
  • Author(s): Michał Sawicz
  • Date: 2015-04-22 14:46:22 UTC
  • mfrom: (1732.1.3 fix-mock-indicator)
  • Revision ID: ci-train-bot@canonical.com-20150422144622-0fl17j002npm6wg9
Move mock indicator service to unity8-fake-env, as it's a binary-dependent package.

Also, wrap-and-sort for good measure.
Approved by: Nick Dedekind

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
               dbus-test-runner,
7
7
               debhelper (>= 9),
8
8
               doxyqml,
9
 
               graphviz,
10
 
               gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140815),
11
9
# We rely on C++11 features, and to prevent from ABI breaks
12
10
# in libstdc++ causing us issues, we explicitly select a G++
13
11
# version. To allow cross-compiling to work, we also must
14
12
# append :native to g++-4.9 so we don't try to run armhf g++
15
13
# on an x86 CPU for eaxmple, when cross-compiling.
16
14
               g++-4.9:native,
 
15
               graphviz,
 
16
               gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140815),
17
17
               libconnectivity-qt1-dev,
18
18
               libgl1-mesa-dev[!armhf] | libgl-dev[!armhf],
19
19
               libgl1-mesa-dri,
169
169
         ${shlibs:Depends},
170
170
Provides: unity-application-impl,
171
171
          unity-application-impl-4,
 
172
Replaces: unity8-autopilot (<< 8.02+15.04.20150422-0ubuntu1)
172
173
Description: Fake environment for running Unity 8 shell
173
174
 Provides fake implementations of some QML modules used by Unity 8 shell
174
175
 (e.g Ubuntu.Application) so that you can run it in a sandboxed environment.
180
181
Depends: accountsservice-ubuntu-schemas (>= 0.0.3),
181
182
         gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140815),
182
183
         libhardware2,
 
184
         pay-service,
183
185
         unity-schemas (>= 7.3.1+14.10.20140915),
184
 
         pay-service,
185
186
         ${misc:Depends},
186
187
         ${shlibs:Depends},
187
188
Provides: unity-launcher-impl,