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