]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
Merge packaging with saucy latest.
[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                python-gi
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          unity-system-compositor
43 Recommends: xserver-xorg,
44             unity-greeter | lightdm-greeter | lightdm-kde-greeter
45 Conflicts: liblightdm-gobject-0-0,
46            liblightdm-qt-0-0
47 Provides: x-display-manager
48 Description: Display Manager
49  LightDM is a X display manager that:
50   * Has a lightweight codebase
51   * Is standards compliant (PAM, ConsoleKit, etc)
52   * Has a well defined interface between the server and user interface
53   * Cross-desktop (greeters can be written in any toolkit)
54
55 Package: liblightdm-gobject-1-0
56 Architecture: any
57 Depends: ${misc:Depends},
58          ${shlibs:Depends}
59 Recommends: lightdm,
60             accountsservice
61 Description: LightDM GObject client library
62  A GObject based library for LightDM clients to use to interface with LightDM.
63
64 Package: gir1.2-lightdm-1
65 Section: libs
66 Architecture: any
67 Depends: ${misc:Depends},
68          liblightdm-gobject-1-0 (= ${binary:Version})
69 Description: Typelib file for liblightdm-1
70  A GObject based library for LightDM clients to use to interface with LightDM.
71
72 Package: liblightdm-qt-3-0
73 Architecture: any
74 Depends: ${misc:Depends},
75          ${shlibs:Depends}
76 Recommends: lightdm         
77 Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
78 Replaces: liblightdm-qt-1-0 (>= 1.1.1)
79 Description: LightDM Qt client library
80  A Qt based library for LightDM clients to use to interface with LightDM.
81
82 Package: liblightdm-qt5-3-0
83 Architecture: any
84 Depends: ${misc:Depends},
85          ${shlibs:Depends}
86 Recommends: lightdm         
87 Description: LightDM Qt 5 client library
88  A Qt 5 based library for LightDM clients to use to interface with LightDM.
89
90 Package: liblightdm-gobject-1-dev
91 Section: libdevel
92 Architecture: any
93 Depends: ${misc:Depends},
94          liblightdm-gobject-1-0 (= ${binary:Version}),
95          libglib2.0-dev,
96          libdbus-glib-1-dev,
97          libxklavier-dev
98 Description: LightDM GObject client library (development files)
99  A GObject based library for LightDM clients to use to interface with LightDM.
100  .
101  This package contains header files and development information, which
102  is useful for building LightDM greeters and user switchers.
103
104 Package: liblightdm-qt-dev
105 Section: libdevel
106 Architecture: any
107 Depends: ${misc:Depends},
108          liblightdm-qt-3-0 (= ${binary:Version}),
109          libqt4-dev
110 Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
111 Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
112 Description: LightDM Qt client library (development files)
113  A Qt 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-qt5-3-dev
119 Section: libdevel
120 Architecture: any
121 Depends: ${misc:Depends},
122          liblightdm-qt5-3-0 (= ${binary:Version}),
123          libqt4-dev
124 Description: LightDM Qt 5 client library (development files)
125  A Qt 5 based library for LightDM clients to use to interface with LightDM.
126  .
127  This package contains header files and development information, which
128  is useful for building LightDM greeters and user switchers.
129
130 Package: liblightdm-gobject-1-doc
131 Section: doc
132 Architecture: all
133 Depends: ${misc:Depends}
134 Description: LightDM client library (documentation)
135  A GObject based library for LightDM clients to use to interface with LightDM.
136  .
137  This package contains HTML documentation.