File: control

package info (click to toggle)
consolekit2 1.2.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,568 kB
  • sloc: ansic: 23,228; xml: 2,126; makefile: 1,145; sh: 677; python: 585
file content (114 lines) | stat: -rw-r--r-- 3,897 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: consolekit2
Section: admin
Priority: optional
Maintainer:     Mark Hindley <leepen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               gtk-doc-tools,
               libacl1-dev [linux-any],
               libdbus-1-dev,
               libdrm-dev,
               libevdev-dev [linux-any],
               libgettextpo-dev,
               libglib2.0-dev,
               libpam0g-dev,
               libpolkit-gobject-1-dev,
               libselinux1-dev [linux-any],
               libudev-dev [linux-any],
               libx11-dev,
               pkgconf,
               systemd-dev,
               xfce4-dev-tools,
               xmlto,
               xsltproc,
               zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://consolekit2.github.io/ConsoleKit2
Vcs-Git: https://git.devuan.org/devuan/ConsoleKit2.git -b debian
Vcs-Browser: https://git.devuan.org/devuan/ConsoleKit2

Package: consolekit
Architecture: any
Depends: dbus,
         libck-connector0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: libpam-ck-connector, pm-utils,
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: libconsolekit1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: ConsoleKit base library
 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 helper library to query various ConsoleKit
 properties.

Package: libconsolekit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: libconsolekit1 (= ${binary:Version}), ${misc:Depends},
Description: ConsoleKit base library 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 for
 libconsolekit1.

Package: libck-connector0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs: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
Multi-Arch: same
Depends: libck-connector0 (= ${binary:Version}), libdbus-1-dev, ${misc:Depends},
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 for
 libck-connector0.

Package: libpam-ck-connector
Architecture: any
Multi-Arch: same
Depends: libck-connector0 (= ${binary:Version}),
         libpam-runtime (>= 1.0.1-6),
         ${misc:Depends},
         ${shlibs: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.