~alan-griffiths/miral/fix-1645284

260.2.1 by Alan Griffiths
First cut at debian files
1
Source: miral
2
Section: x11
3
Priority: optional
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
XSBC-Original-Maintainer: Alan Griffiths <alan.griffiths@canonical.com>
6
Build-Depends: cmake,
285.1.1 by Gerry Boland
Use cmake-extras GMock/GTest script instead of our own copy
7
               cmake-extras,
260.2.1 by Alan Griffiths
First cut at debian files
8
               pkg-config,
9
               debhelper (>= 9),
10
               doxygen,
11
               xsltproc,
12
               graphviz,
13
               pkg-config,
14
               python-pil,
15
               google-mock (>= 1.6.0+svn437),
16
               python3:any,
17
               libmirserver-dev,
18
               libmirclient-dev,
19
               mirtest-dev,
315.3.1 by Alan Griffiths
Add missing build dependencies to debian/control
20
               libglib2.0-dev,
21
               libgles2-mesa-dev,
412.2.1 by Alan Griffiths
[miral-shell] Print window name in titlebar
22
               libfreetype6-dev,
315.3.3 by Alan Griffiths
Workaround Mir bugs
23
# The following workaround missing dependencies in Mir packages
24
               uuid-dev,
25
               libboost-system-dev,
26
               libboost-filesystem-dev,
325.1.1 by Alan Griffiths
Workaround for lp:1617243
27
               mir-test-tools,
260.2.6 by Alan Griffiths
Fix nits
28
Standards-Version: 3.9.8
260.2.1 by Alan Griffiths
First cut at debian files
29
Homepage: https://launchpad.net/miral
30
# If you aren't a member of ~mir-team but need to upload packaging changes,
31
# just go ahead. ~mir-team will notice and sync up the code again.
32
Vcs-Bzr: https://code.launchpad.net/miral
33
34
Package: libmiral1
35
Section: libs
36
Architecture: linux-any
37
Multi-Arch: same
38
Pre-Depends: ${misc:Pre-Depends}
39
Depends: ${misc:Depends},
40
         ${shlibs:Depends},
41
Description: Display server for Ubuntu - ABI preserving abstraction layer
267.2.2 by Alan Griffiths
Make the package description about MirAL
42
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
43
 insulating them from mirserver ABI breaks.
260.2.1 by Alan Griffiths
First cut at debian files
44
 .
45
 Contains the shared library containing MirAL abstraction layer.
46
47
Package: libmiral-dev
48
Section: libdevel
49
Architecture: linux-any
50
Multi-Arch: same
51
Pre-Depends: ${misc:Pre-Depends}
52
Depends: libmiral1 (= ${binary:Version}),
53
         ${misc:Depends},
324.2.11 by Larry Price
Update libmiral-dev short description
54
Description: Developer files for the Mir ABI-stable abstraction layer
267.2.2 by Alan Griffiths
Make the package description about MirAL
55
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
56
 insulating them from mirserver ABI breaks.
260.2.1 by Alan Griffiths
First cut at debian files
57
 .
260.2.3 by Alan Griffiths
Attempt to fix review comments
58
 Contains header files required for development using the MirAL abstraction
59
 layer.
260.2.1 by Alan Griffiths
First cut at debian files
60
61
Package: miral-examples
62
Architecture: linux-any
63
Depends: ${misc:Depends},
64
         ${shlibs:Depends},
65
Description: Display server for Ubuntu - demonstration programs
267.2.2 by Alan Griffiths
Make the package description about MirAL
66
 MirAL provides an ABI-stable abstraction layer for Mir based shells,
67
 insulating them from mirserver ABI breaks.
260.2.1 by Alan Griffiths
First cut at debian files
68
 .
69
 Contains demo applications that use the MirAL abstraction layer
70
71
Package: miral-doc
72
Section: doc
73
Architecture: all
74
Depends: ${misc:Depends},
75
Description: API documentation for MirAL
76
 This package installs the MirAL abstraction layer documentation.