]> rtime.felk.cvut.cz Git - sojka/debian/lightdm.git/blob - debian/control
upload
[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  Additional software can be useful along with LightDM:
57   * xserver-xephyr can be used to add a nested X display by calling
58    'dm-tool add-nested-seat`
59   * upower can be used to suspend the computer from the display manager
60   * accountsservice is used to populate a user list with addition information.
61
62 Package: lightdm-vala
63 Section: x11
64 Architecture: any
65 Depends: ${misc:Depends}, ${shlibs:Depends}
66 Description: simple display manager (Vala files)
67  This package contains the Vala files for the lightdm display manager
68
69 Package: liblightdm-gobject-1-0
70 Section: libdevel
71 Architecture: any
72 Pre-depends: ${misc:Pre-Depends}
73 Depends: ${misc:Depends}, ${shlibs:Depends}
74 Description: simple display manager (gobject library)
75  This package contains the gobject library for lightdm, used by the GTK+
76  greeter.
77
78 Package: liblightdm-qt-3-0
79 Section: libdevel
80 Architecture: any
81 Pre-depends: ${misc:Pre-Depends}
82 Depends: ${misc:Depends}, ${shlibs:Depends}
83 Description: simple display manager (Qt library)
84  This package contains the Qt library for lightdm.
85
86 Package: liblightdm-gobject-dev
87 Section: libdevel
88 Architecture: any
89 Depends: libdbus-glib-1-dev,
90          liblightdm-gobject-1-0 (= ${binary:Version}),
91          libxklavier-dev,
92          ${misc:Depends},
93          ${shlibs:Depends}
94 Description: simple display manager (gobject development files)
95  This package contains the development files for lightdm.
96  They can be used to build new greeters applications GTK+ based.
97
98 Package: liblightdm-qt-dev
99 Section: libdevel
100 Architecture: any
101 Depends: liblightdm-qt-3-0 (= ${binary:Version}),
102          ${misc:Depends},
103          ${shlibs:Depends}
104 Description: simple display manager (Qt development files)
105  This package contains the development files for lightdm.
106  They can be used to build new greeters applications Qt based.
107
108 Package: gir1.2-lightdm-1
109 Section: libs
110 Architecture: any
111 Depends: liblightdm-gobject-1-0 (= ${binary:Version}), ${misc:Depends}
112 Description: Typelib file for liblightdm-1
113  liblightdm provides a library for building LightDM greeters and applications.
114  .
115  This package can be used by other packages using the GIRepository format to
116  generate dynamic bindings for liblightdm.