]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
Merge with trunk
[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.6
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 Homepage: https://launchpad.net/lightdm
31 # If you aren't a member of ~lightdm-team but need to upload packaging changes,
32 # just go ahead.  ~lightdm-team will notice and sync up the code again.
33 Vcs-Bzr: https://code.launchpad.net/~lightdm-team/lightdm/trunk
34
35 Package: lightdm
36 Architecture: any
37 Pre-Depends: dpkg (>= 1.15.7.2),
38 Depends: ${misc:Depends},
39          ${shlibs:Depends},
40          libpam-runtime (>= 0.76-14),
41          libpam-modules,
42          adduser,
43          libglib2.0-bin,
44          dbus,
45          plymouth (>= 0.8.8-0ubuntu18),
46          bash (>= 4.3),
47 Recommends: xserver-xorg,
48             unity-greeter | lightdm-greeter | lightdm-kde-greeter,
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          libglib2.0-dev,
108          libdbus-glib-1-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          libqt4-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.