]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - debian/control
* debian/control:
[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 (>= 7.0.50~),
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 Depends: ${misc:Depends},
62          ${shlibs:Depends},
63 Recommends: accountsservice
64 Suggests: lightdm
65 Description: LightDM GObject client library
66  A GObject based library for LightDM clients to use to interface with LightDM.
67
68 Package: gir1.2-lightdm-1
69 Section: libs
70 Architecture: any
71 Depends: ${misc:Depends},
72          liblightdm-gobject-1-0 (= ${binary:Version}),
73 Description: Typelib file for liblightdm-1
74  A GObject based library for LightDM clients to use to interface with LightDM.
75
76 Package: liblightdm-qt-3-0
77 Architecture: any
78 Depends: ${misc:Depends},
79          ${shlibs:Depends},
80 Recommends: lightdm         
81 Conflicts: liblightdm-qt-1-0 (>= 1.1.1)
82 Replaces: liblightdm-qt-1-0 (>= 1.1.1)
83 Description: LightDM Qt client library
84  A Qt based library for LightDM clients to use to interface with LightDM.
85
86 Package: liblightdm-qt5-3-0
87 Architecture: any
88 Depends: ${misc:Depends},
89          ${shlibs:Depends},
90 Recommends: lightdm,
91 Description: LightDM Qt 5 client library
92  A Qt 5 based library for LightDM clients to use to interface with LightDM.
93
94 Package: liblightdm-gobject-1-dev
95 Section: libdevel
96 Architecture: any
97 Depends: ${misc:Depends},
98          liblightdm-gobject-1-0 (= ${binary:Version}),
99          libglib2.0-dev,
100          libdbus-glib-1-dev,
101          libxklavier-dev,
102 Description: LightDM GObject client library (development files)
103  A GObject based library for LightDM clients to use to interface with LightDM.
104  .
105  This package contains header files and development information, which
106  is useful for building LightDM greeters and user switchers.
107
108 Package: liblightdm-qt-dev
109 Section: libdevel
110 Architecture: any
111 Depends: ${misc:Depends},
112          liblightdm-qt-3-0 (= ${binary:Version}),
113          libqt4-dev,
114 Breaks: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
115 Replaces: liblightdm-qt-1-dev (>= 1.1.1), liblightdm-qt-3-dev
116 Description: LightDM Qt client library (development files)
117  A Qt based library for LightDM clients to use to interface with LightDM.
118  .
119  This package contains header files and development information, which
120  is useful for building LightDM greeters and user switchers.
121
122 Package: liblightdm-qt5-3-dev
123 Section: libdevel
124 Architecture: any
125 Depends: ${misc:Depends},
126          liblightdm-qt5-3-0 (= ${binary:Version}),
127          libqt4-dev,
128 Description: LightDM Qt 5 client library (development files)
129  A Qt 5 based library for LightDM clients to use to interface with LightDM.
130  .
131  This package contains header files and development information, which
132  is useful for building LightDM greeters and user switchers.
133
134 Package: liblightdm-gobject-1-doc
135 Section: doc
136 Architecture: all
137 Depends: ${misc:Depends},
138 Description: LightDM client library (documentation)
139  A GObject based library for LightDM clients to use to interface with LightDM.
140  .
141  This package contains HTML documentation.