1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
Source: consolekit
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config, quilt, libdbus-glib-1-dev (>= 0.30), libglib2.0-dev (>= 2.7.0), libx11-dev (>= 1.0.0), xmlto, libpam0g-dev, zlib1g-dev
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/consolekit
Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/consolekit
Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit
Package: consolekit
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dbus (>= 1.1.2)
Recommends: libpam-ck-connector
Description: framework for defining and tracking users, sessions and seats
ConsoleKit is a system daemon for tracking what users are logged
into the system and how they interact with the computer (e.g.
which keyboard and mouse they use).
.
It provides asynchronous notification via the system message bus.
.
This package provides the system daemon and tools to interact with it.
Package: libck-connector0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ConsoleKit libraries
ConsoleKit is a system daemon for tracking what users are logged
into the system and how they interact with the computer (e.g.
which keyboard and mouse they use).
.
This package provides a convenience library which simplifies the access to
ConsoleKit.
Package: libck-connector-dev
Section: libdevel
Architecture: any
Depends: libck-connector0 (= ${binary:Version}), ${misc:Depends}, libdbus-1-dev
Description: ConsoleKit development files
ConsoleKit is a system daemon for tracking what users are logged
into the system and how they interact with the computer (e.g.
which keyboard and mouse they use).
.
This package provides the development libraries and headers.
Package: libpam-ck-connector
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ConsoleKit PAM module
ConsoleKit is a system daemon for tracking what users are logged
into the system and how they interact with the computer (e.g.
which keyboard and mouse they use).
.
This package provides a PAM module which can be used for console logins.
Graphical login managers should talk to ConsoleKit directly.
|