]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
Releasing 1.20.0
[sojka/lightdm.git] / debian / control
1 Source: lightdm
2 Section: x11
3 Priority: optional
4 Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
5 Uploaders: Julien Lavergne <gilir@ubuntu.com>
6 Standards-Version: 3.9.8
7 Build-Depends: dbus,
8                debhelper (>= 9),
9                dh-autoreconf,
10                dh-translations,
11                dh-systemd (>= 1.14),
12                gnome-common,
13                gtk-doc-tools,
14                intltool (>= 0.35.0),
15                libaudit-dev [linux-any],
16                libgcrypt20-dev,
17                libgirepository1.0-dev,
18                libglib2.0-dev,
19                libgtk-3-dev,
20                libpam0g-dev,
21                libqt4-dev,
22                libxcb1-dev,
23                libxdmcp-dev,
24                libxklavier-dev,
25                qtbase5-dev,
26                quilt,
27                valac,
28                yelp-tools
29 Homepage: https://launchpad.net/lightdm
30 # If you aren't a member of ~lightdm-team but need to upload packaging changes,
31 # just go ahead.  ~lightdm-team will notice and sync up the code again.
32 Vcs-Bzr: https://code.launchpad.net/~lightdm-team/lightdm/trunk
33
34 Package: lightdm
35 Architecture: any
36 Pre-Depends: dpkg (>= 1.15.7.2),
37 Depends: ${misc:Depends},
38          ${shlibs:Depends},
39          adduser,
40          bash (>= 4.3),
41          dbus,
42          libglib2.0-bin,
43          libpam-runtime (>= 0.76-14),
44          libpam-modules,
45          plymouth (>= 0.8.8-0ubuntu18) [linux-any]
46 Recommends: xserver-xorg,
47             unity-greeter | lightdm-greeter | lightdm-kde-greeter,
48 Suggests: bindfs
49 Conflicts: liblightdm-gobject-0-0,
50            liblightdm-qt-0-0,
51 Provides: x-display-manager
52 Description: Display Manager
53  LightDM is a X display manager that:
54   * Has a lightweight codebase
55   * Is standards compliant (PAM, ConsoleKit, etc)
56   * Has a well defined interface between the server and user interface
57   * Cross-desktop (greeters can be written in any toolkit)
58
59 Package: liblightdm-gobject-1-0
60 Architecture: any
61 Multi-Arch: same
62 Pre-Depends: ${misc:Pre-Depends}
63 Depends: ${misc:Depends},
64          ${shlibs:Depends},
65 Recommends: accountsservice
66 Suggests: lightdm
67 Description: LightDM GObject client library
68  A GObject based library for LightDM clients to use to interface with LightDM.
69
70 Package: gir1.2-lightdm-1
71 Section: libs
72 Architecture: any
73 Multi-Arch: same
74 Depends: ${misc:Depends},
75          liblightdm-gobject-1-0 (= ${binary:Version}),
76 Description: Typelib file for liblightdm-1
77  A GObject based library for LightDM clients to use to interface with LightDM.
78
79 Package: liblightdm-qt-3-0
80 Architecture: any
81 Multi-Arch: same
82 Pre-Depends: ${misc:Pre-Depends}
83 Depends: ${misc:Depends},
84          ${shlibs:Depends},
85 Recommends: lightdm         
86 Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
87 Replaces: liblightdm-qt-1-0 (>= 1.1.1)
88 Description: LightDM Qt client library
89  A Qt based library for LightDM clients to use to interface with LightDM.
90
91 Package: liblightdm-qt5-3-0
92 Architecture: any
93 Multi-Arch: same
94 Pre-Depends: ${misc:Pre-Depends}
95 Depends: ${misc:Depends},
96          ${shlibs:Depends},
97 Recommends: lightdm,
98 Description: LightDM Qt 5 client library
99  A Qt 5 based library for LightDM clients to use to interface with LightDM.
100
101 Package: liblightdm-gobject-1-dev
102 Section: libdevel
103 Architecture: any
104 Multi-Arch: same
105 Depends: ${misc:Depends},
106          liblightdm-gobject-1-0 (= ${binary:Version}),
107          libdbus-glib-1-dev,
108          libglib2.0-dev,
109          libxklavier-dev,
110 Description: LightDM GObject client library (development files)
111  A GObject based library for LightDM clients to use to interface with LightDM.
112  .
113  This package contains header files and development information, which
114  is useful for building LightDM greeters and user switchers.
115
116 Package: liblightdm-qt-dev
117 Section: libdevel
118 Architecture: any
119 Multi-Arch: same
120 Depends: ${misc:Depends},
121          liblightdm-qt-3-0 (= ${binary:Version}),
122          libqt4-dev,
123 Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
124 Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
125 Description: LightDM Qt client library (development files)
126  A Qt based library for LightDM clients to use to interface with LightDM.
127  .
128  This package contains header files and development information, which
129  is useful for building LightDM greeters and user switchers.
130
131 Package: liblightdm-qt5-3-dev
132 Section: libdevel
133 Architecture: any
134 Multi-Arch: same
135 Depends: ${misc:Depends},
136          liblightdm-qt5-3-0 (= ${binary:Version}),
137          qtbase5-dev,
138 Description: LightDM Qt 5 client library (development files)
139  A Qt 5 based library for LightDM clients to use to interface with LightDM.
140  .
141  This package contains header files and development information, which
142  is useful for building LightDM greeters and user switchers.
143
144 Package: liblightdm-gobject-1-doc
145 Section: doc
146 Architecture: all
147 Depends: ${misc:Depends},
148 Description: LightDM client library (documentation)
149  A GObject based library for LightDM clients to use to interface with LightDM.
150  .
151  This package contains HTML documentation.