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