~alan-griffiths/miral/fix-1645284

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: miral
Section: x11
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Alan Griffiths <alan.griffiths@canonical.com>
Build-Depends: cmake,
               cmake-extras,
               pkg-config,
               debhelper (>= 9),
               doxygen,
               xsltproc,
               graphviz,
               pkg-config,
               python-pil,
               google-mock (>= 1.6.0+svn437),
               python3:any,
               libmirserver-dev,
               libmirclient-dev,
               mirtest-dev,
               libglib2.0-dev,
               libgles2-mesa-dev,
               libfreetype6-dev,
# The following workaround missing dependencies in Mir packages
               uuid-dev,
               libboost-system-dev,
               libboost-filesystem-dev,
               mir-test-tools,
Standards-Version: 3.9.8
Homepage: https://launchpad.net/miral
# If you aren't a member of ~mir-team but need to upload packaging changes,
# just go ahead. ~mir-team will notice and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/miral

Package: libmiral1
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Display server for Ubuntu - ABI preserving abstraction layer
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
 insulating them from mirserver ABI breaks.
 .
 Contains the shared library containing MirAL abstraction layer.

Package: libmiral-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmiral1 (= ${binary:Version}),
         ${misc:Depends},
Description: Developer files for the Mir ABI-stable abstraction layer
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
 insulating them from mirserver ABI breaks.
 .
 Contains header files required for development using the MirAL abstraction
 layer.

Package: miral-examples
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Display server for Ubuntu - demonstration programs
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
 insulating them from mirserver ABI breaks.
 .
 Contains demo applications that use the MirAL abstraction layer

Package: miral-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: API documentation for MirAL
 This package installs the MirAL abstraction layer documentation.