]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
Launchpad automatic translations update.
[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 # If you aren't a member of ~lightdm-team but need to upload packaging changes,
29 # just go ahead.  ~lightdm-team will notice and sync up the code again.
30 Vcs-Bzr: https://code.launchpad.net/~lightdm-team/lightdm/trunk
31
32 Package: lightdm
33 Architecture: any
34 Pre-Depends: dpkg (>= 1.15.7.2),
35 Depends: ${misc:Depends},
36          ${shlibs:Depends},
37          libpam-runtime (>= 0.76-14),
38          libpam-modules,
39          adduser,
40          libglib2.0-bin,
41          dbus,
42          plymouth (>= 0.8.8-0ubuntu6.1),
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: accountsservice
60 Suggests: lightdm
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.