]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/control
b5eb60bf0d908102e0fb539bd0b36829d7c8ca27
[sojka/debian/lightdm.git] / debian / control
1 Source: lightdm
2 Section: x11
3 Priority: optional
4 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
5 Uploaders: Evgeni Golov <evgeni@debian.org>,
6            Yves-Alexis Perez <corsac@debian.org>,
7            Emanuele Rocca <ema@debian.org>,
8            Simon Huggins <huggie@earth.li>
9 Build-Depends: debhelper (>= 9),
10                dh-systemd (>= 1.14),
11                dpkg-dev (>= 1.16.1),
12                gnome-doc-utils,
13                gobject-introspection,
14                gtk-doc-tools,
15                intltool,
16                itstool,
17                libaudit-dev [linux-any],
18                libck-connector-dev,
19                libdbus-glib-1-dev,
20                libgcrypt11-dev,
21                libgirepository1.0-dev,
22                libglib2.0-dev,
23                libgtk-3-dev,
24                libpam-dev,
25                libqt4-dev,
26                libxcb1-dev,
27                libxdmcp-dev,
28                libxklavier-dev,
29                pkg-config,
30                valac
31 Standards-Version: 3.9.8
32 Homepage: https://launchpad.net/lightdm
33 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm
34 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/lightdm
35
36 Package: lightdm
37 Section: x11
38 Architecture: any
39 Depends: adduser,
40          dbus,
41          libpam-systemd [linux-any] | consolekit,
42          lightdm-gtk-greeter | lightdm-greeter,
43          ${misc:Depends},
44          ${shlibs:Depends}
45 Recommends: xserver-xorg
46 Suggests: accountsservice, upower, xserver-xephyr
47 Provides: x-display-manager
48 Description: simple display manager
49  An 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   * Fully themeable
54   * Cross-desktop (greeters can be written in any toolkit)
55  .
56  - xserver-xephyr can be used to add a nested X display by calling
57    'dm-tool add-nested-seat`
58  - upower can be used to suspend the computer from the display manager
59  - accountsservice is used to populate a user list with addition information.
60
61 Package: lightdm-vala
62 Section: x11
63 Architecture: any
64 Depends: ${misc:Depends}, ${shlibs:Depends}
65 Description: simple display manager (Vala files)
66  This package contains the Vala files for the lightdm display manager
67
68 Package: liblightdm-gobject-1-0
69 Section: libdevel
70 Architecture: any
71 Pre-depends: ${misc:Pre-Depends}
72 Depends: ${misc:Depends}, ${shlibs:Depends}
73 Description: simple display manager (gobject library)
74  This package contains the gobject library for lightdm, used by the GTK+
75  greeter.
76
77 Package: liblightdm-qt-3-0
78 Section: libdevel
79 Architecture: any
80 Pre-depends: ${misc:Pre-Depends}
81 Depends: ${misc:Depends}, ${shlibs:Depends}
82 Description: simple display manager (Qt library)
83  This package contains the Qt library for lightdm.
84
85 Package: liblightdm-gobject-dev
86 Section: libdevel
87 Architecture: any
88 Depends: libdbus-glib-1-dev,
89          liblightdm-gobject-1-0 (= ${binary:Version}),
90          libxklavier-dev,
91          ${misc:Depends},
92          ${shlibs:Depends}
93 Description: simple display manager (gobject development files)
94  This package contains the development files for lightdm.
95  They can be used to build new greeters applications GTK+ based.
96
97 Package: liblightdm-qt-dev
98 Section: libdevel
99 Architecture: any
100 Depends: liblightdm-qt-3-0 (= ${binary:Version}),
101          ${misc:Depends},
102          ${shlibs:Depends}
103 Description: simple display manager (Qt development files)
104  This package contains the development files for lightdm.
105  They can be used to build new greeters applications Qt based.
106
107 Package: gir1.2-lightdm-1
108 Section: libs
109 Architecture: any
110 Depends: liblightdm-gobject-1-0 (= ${binary:Version}), ${misc:Depends}
111 Description: Typelib file for liblightdm-1
112  liblightdm provides a library for building LightDM greeters and applications.
113  .
114  This package can be used by other packages using the GIRepository format to
115  generate dynamic bindings for liblightdm.