]> 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.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                gtk-doc-tools,
25                yelp-tools,
26                dbus,
27 Homepage: https://launchpad.net/lightdm
28
29 Package: lightdm
30 Architecture: any
31 Pre-Depends: dpkg (>= 1.15.7.2)
32 Depends: ${misc:Depends},
33          ${shlibs:Depends},
34          libpam-runtime (>= 0.76-14),
35          libpam-modules,
36          adduser,
37          libglib2.0-bin,
38          dbus,
39          plymouth (>= 0.8.8-0ubuntu6.1)
40 Recommends: xserver-xorg,
41             unity-greeter | lightdm-greeter | lightdm-kde-greeter
42 Conflicts: liblightdm-gobject-0-0,
43            liblightdm-qt-0-0
44 Provides: x-display-manager
45 Description: Display Manager
46  LightDM is a X display manager that:
47   * Has a lightweight codebase
48   * Is standards compliant (PAM, ConsoleKit, etc)
49   * Has a well defined interface between the server and user interface
50   * Cross-desktop (greeters can be written in any toolkit)
51
52 Package: liblightdm-gobject-1-0
53 Architecture: any
54 Depends: ${misc:Depends},
55          ${shlibs:Depends},
56 Recommends: lightdm,
57             accountsservice,
58 Description: LightDM GObject client library
59  A GObject based library for LightDM clients to use to interface with LightDM.
60
61 Package: gir1.2-lightdm-1
62 Section: libs
63 Architecture: any
64 Depends: ${misc:Depends},
65          liblightdm-gobject-1-0 (= ${binary:Version}),
66 Description: Typelib file for liblightdm-1
67  A GObject based library for LightDM clients to use to interface with LightDM.
68
69 Package: liblightdm-qt-3-0
70 Architecture: any
71 Depends: ${misc:Depends},
72          ${shlibs:Depends},
73 Recommends: lightdm         
74 Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
75 Replaces: liblightdm-qt-1-0 (>= 1.1.1)
76 Description: LightDM Qt client library
77  A Qt based library for LightDM clients to use to interface with LightDM.
78
79 Package: liblightdm-qt5-3-0
80 Architecture: any
81 Depends: ${misc:Depends},
82          ${shlibs:Depends},
83 Recommends: lightdm,
84 Description: LightDM Qt 5 client library
85  A Qt 5 based library for LightDM clients to use to interface with LightDM.
86
87 Package: liblightdm-gobject-1-dev
88 Section: libdevel
89 Architecture: any
90 Depends: ${misc:Depends},
91          liblightdm-gobject-1-0 (= ${binary:Version}),
92          libglib2.0-dev,
93          libdbus-glib-1-dev,
94          libxklavier-dev,
95 Description: LightDM GObject client library (development files)
96  A GObject based library for LightDM clients to use to interface with LightDM.
97  .
98  This package contains header files and development information, which
99  is useful for building LightDM greeters and user switchers.
100
101 Package: liblightdm-qt-dev
102 Section: libdevel
103 Architecture: any
104 Depends: ${misc:Depends},
105          liblightdm-qt-3-0 (= ${binary:Version}),
106          libqt4-dev,
107 Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
108 Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
109 Description: LightDM Qt client library (development files)
110  A Qt based library for LightDM clients to use to interface with LightDM.
111  .
112  This package contains header files and development information, which
113  is useful for building LightDM greeters and user switchers.
114
115 Package: liblightdm-qt5-3-dev
116 Section: libdevel
117 Architecture: any
118 Depends: ${misc:Depends},
119          liblightdm-qt5-3-0 (= ${binary:Version}),
120          libqt4-dev,
121 Description: LightDM Qt 5 client library (development files)
122  A Qt 5 based library for LightDM clients to use to interface with LightDM.
123  .
124  This package contains header files and development information, which
125  is useful for building LightDM greeters and user switchers.
126
127 Package: liblightdm-gobject-1-doc
128 Section: doc
129 Architecture: all
130 Depends: ${misc:Depends},
131 Description: LightDM client library (documentation)
132  A GObject based library for LightDM clients to use to interface with LightDM.
133  .
134  This package contains HTML documentation.