~gerboland/unity/8-refactor-wm-and-test

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Michał Sawicz
  • Date: 2013-06-05 22:03:08 UTC
  • Revision ID: michal.sawicz@canonical.com-20130605220308-yny8fv3futtr04fg
Inital unity8 commit.

Previous history can be found at https://code.launchpad.net/~unity-team/unity/phablet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: unity8
 
2
Section: x11
 
3
Priority: extra
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
Build-Depends: cmake,
 
6
               debhelper (>= 9),
 
7
               libc6-dev,
 
8
               libdee-qt5-dev (>= 3.0),
 
9
               libgl1-mesa-dev[!armhf] | libgl-dev[!armhf],
 
10
               libgl1-mesa-dri,
 
11
               libgles2-mesa-dev[armhf],
 
12
               libhud-client2-dev,
 
13
               libpulse-dev,
 
14
               libunity-core-6.0-dev,
 
15
               libxcb1-dev,
 
16
               pkg-config,
 
17
               python3,
 
18
               qt5-default,
 
19
               qtbase5-dev,
 
20
               qtbase5-private-dev,
 
21
               qtdeclarative5-dev,
 
22
               qtdeclarative5-dev-tools,
 
23
               qtdeclarative5-qtquick2-plugin,
 
24
               qtdeclarative5-test-plugin,
 
25
               qtdeclarative5-ubuntu-ui-toolkit-plugin,
 
26
               qtdeclarative5-xmllistmodel-plugin,
 
27
               ttf-ubuntu-font-family,
 
28
Standards-Version: 3.9.3
 
29
Homepage: http://launchpad.net/unity
 
30
# If you aren't a member of ~unity-team but need to upload
 
31
# packaging changes, just go ahead. ~unity-team will notice
 
32
# and sync up the code again.
 
33
Vcs-Bzr: https://code.launchpad.net/~unity-team/unity/phablet
 
34
Vcs-Browser: https://bazaar.launchpad.net/~unity-team/unity/phablet/files
 
35
 
 
36
Package: unity8
 
37
Replaces: qml-phone-shell (<< 7.80~)
 
38
Breaks: qml-phone-shell (<< 7.80~)
 
39
Architecture: amd64 armhf i386
 
40
Depends: indicators-client (>= 0.6.1),
 
41
         qtdeclarative5-dee-plugin,
 
42
         qtdeclarative5-ubuntu-ui-toolkit-plugin,
 
43
         qtdeclarative5-xmllistmodel-plugin,
 
44
         qtubuntu,
 
45
         ${misc:Depends},
 
46
         ${shlibs:Depends},
 
47
Recommends: indicators-client-plugin-datetime (>= 0.6.1),
 
48
            indicators-client-plugin-messaging (>= 0.6.1),
 
49
            indicators-client-plugin-network (>= 0.6.1),
 
50
            indicators-client-plugin-power (>= 0.6.1),
 
51
            indicators-client-plugin-sound (>= 0.6.1),
 
52
Description: Ubuntu QML shell
 
53
 The Ubuntu QML shell is the primary user interface for Ubuntu devices.
 
54
 
 
55
Package: qml-phone-shell
 
56
Depends: unity8, ${misc:Depends}
 
57
Architecture: all
 
58
Description: transitional dummy package
 
59
 This is a transitional dummy package. It can safely be removed.
 
60
 
 
61
Package: unity8-fake-env
 
62
Replaces: qml-phone-shell-fake-env (<< 7.80~)
 
63
Breaks: qml-phone-shell-fake-env (<< 7.80~)
 
64
Architecture: amd64 armhf i386
 
65
Depends: ${misc:Depends}, ${shlibs:Depends}
 
66
Description: Fake environment for running Ubuntu QML shell
 
67
 Provides fake implementations of some QML modules used by Ubuntu QML shell
 
68
 (e.g Ubuntu.Application) so that you can run it in a sandboxed environment.
 
69
 
 
70
Package: qml-phone-shell-fake-env
 
71
Depends: unity8-fake-env, ${misc:Depends}
 
72
Architecture: all
 
73
Description: transitional dummy package
 
74
 This is a transitional dummy package. It can safely be removed.
 
75
 
 
76
Package: unity8-autopilot
 
77
Replaces: qml-phone-shell-autopilot (<< 7.80~)
 
78
Breaks: qml-phone-shell-autopilot (<< 7.80~)
 
79
Architecture: all
 
80
Depends: libautopilot-qt,
 
81
         libqt5test5,
 
82
         libqt5widgets5,
 
83
         python-evdev,
 
84
         unity8 (= ${source:Version}),
 
85
         unity8-fake-env (= ${source:Version}),
 
86
         ${misc:Depends},
 
87
         ${shlibs:Depends},
 
88
Description: Test package for the shell
 
89
 Autopilot tests for the unity8 package
 
90
 
 
91
Package: qml-phone-shell-autopilot
 
92
Depends: unity8-autopilot, ${misc:Depends}
 
93
Architecture: all
 
94
Description: transitional dummy package
 
95
 This is a transitional dummy package. It can safely be removed.