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