~alan-griffiths/unity-system-compositor/compatibility-with-mir-changes

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Alan Griffiths
  • Date: 2013-11-20 10:46:10 UTC
  • mfrom: (100 unity-system-compositor)
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: alan@octopull.co.uk-20131120104610-5t1ueb2plxs5knib
mergeĀ lp:unity-system-compositor

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Build-Depends: cmake,
6
6
               cmake-data,
7
7
               debhelper (>= 9),
8
 
               libboost1.48-all-dev | libboost-all-dev,
9
 
               libmirserver-dev (>= 0.1.0),
 
8
               libboost-chrono-dev,
 
9
               libboost-date-time-dev,
 
10
               libboost-filesystem-dev,
 
11
               libboost-program-options-dev,
 
12
               libboost-regex-dev,
 
13
               libboost-system-dev,
 
14
               libboost-thread-dev,
10
15
               libgles2-mesa-dev,
 
16
               libmirserver-dev (>= 0.1.1),
11
17
               libprotobuf-dev,
12
18
               pkg-config,
13
19
               python (>= 2.7),
14
20
               python-setuptools,
 
21
               qt5-default,
 
22
               qtbase5-dev,
 
23
               qtbase5-dev-tools,
15
24
Standards-Version: 3.9.4
16
25
Homepage: https://launchpad.net/unity-system-compositor
17
 
# If you aren't a member of ~unity-team but need to upload packaging changes,
18
 
# just go ahead. ~unity-system-compositor-team will notice and sync up the code again.
19
 
Vcs-Bzr: https://code.launchpad.net/~unity-system-compositor-team/unity-system-compositor/trunk
 
26
# if you don't have have commit access to this branch but would like to upload
 
27
# directly to Ubuntu, don't worry: your changes will be merged back into the
 
28
# upstream branch
 
29
Vcs-Bzr: lp:unity-system-compositor
20
30
 
21
31
Package: unity-system-compositor
22
32
Architecture: any
23
33
Depends: ${misc:Depends},
24
34
         ${shlibs:Depends},
25
 
         xserver-xorg-xmir,
26
35
Description: System compositor for Ubuntu
27
36
 System compositor used by the Mir display server in Ubuntu. If the Unity
28
37
 System Compositor can't start, LightDM will fallback to plain Xorg display
30
39
 
31
40
Package: unity-system-compositor-autopilot
32
41
Architecture: all
33
 
Depends: ${misc:Depends},
 
42
Depends: python-autopilot,
 
43
         unity-system-compositor (>= ${source:Version}),
 
44
         ${misc:Depends},
34
45
         ${python:Depends},
35
 
         python-autopilot,
36
 
         unity-system-compositor (>= ${source:Version}),
37
46
Description: Test package for Unity System Compositor
38
47
 Autopilots tests for Unity System Compositor
 
48
 
 
49
Package: ubuntu-desktop-mir
 
50
Architecture: all
 
51
Depends: unity-system-compositor,
 
52
         xserver-xorg-xmir,
 
53
         ${misc:Depends},
 
54
Replaces: unity-system-compositor (<< 0.0.2),
 
55
Breaks: unity-system-compositor (<< 0.0.2),
 
56
Description: System compositor for Ubuntu Desktop
 
57
 Settings package which installs everything Ubuntu Desktop needs to use Mir
 
58
 (via XMir).