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
|
consolekit (0.2.10-3) unstable; urgency=low
* debian/patches/04-defer_daemonizing.patch
- Daemonize after registering the dbus name to avoid a race condition
where dbus-daemon thinks that console-kit-daemon has failed to start
properly and returns an error to the caller. (Closes: #507815)
* Document all patches to make lintian happy.
-- Michael Biebl <biebl@debian.org> Fri, 05 Dec 2008 01:28:46 +0100
consolekit (0.2.10-2) unstable; urgency=high
* debian/patches/03-cleanup_console_tags.patch
- Properly initialize GError to avoid daemon crash if /var/run/console/
does not exist. Also, demote message about it from warning to debug,
since it is not an error condition at all. (Closes: #492686)
Patch by Martin Pitt, thanks.
-- Michael Biebl <biebl@debian.org> Mon, 28 Jul 2008 11:09:28 +0200
consolekit (0.2.10-1) unstable; urgency=low
* New upstream release. (Closes: #464005, #489030)
* debian/control
- Add Build-Depends on pkg-config.
- Add Build-Depends on zlib1g-dev.
- Add Build-Depends on quilt.
- Bump Standards-Version to 3.8.0. No further changes.
* debian/org.freedesktop.ConsoleKit.service
- Removed, merged upstream.
* debian/libck-connector0.symbols
- Add symbols file for libck-connector library.
* consolekit.install
- Install all binaries in /usr/bin and /usr/sbin instead of listing them
individually.
- Update the list of installed directories.
- Install 90consolekit into /etc/X11/Xsession.d.
* debian/pam-foreground-compat.ck
- Add run-session.d script which creates pam_console compatible tag files.
Script shamelessly taken from Ubuntu. (Closes: #422349)
* debian/rules
- Install pam-foreground-compat.ck into /usr/lib/ConsoleKit/run-session.d.
- Include patchsys-quilt.mk for patch management.
* debian/90consolekit
- Xsession ConsoleKit integration. Script is taken from Ubuntu but renamed
to better fit with the existing naming conventions for Xsession scripts.
(Closes: #452627)
* debian/patches/01-dbus_policy.patch
- Allow only root to call the Restart and Stop D-Bus methods since we are
not using PolicyKit to restrict the access to those methods.
* debian/patches/02-exit_with_dbus.patch
- Pulled from upstream git. Exit when D-Bus system bus is stopped.
* debian/patches/03-cleanup_console_tags.patch
- Cleanup console tag files on application startup and shutdown.
-- Michael Biebl <biebl@debian.org> Sat, 26 Jul 2008 00:29:46 +0200
consolekit (0.2.3-3) unstable; urgency=low
* debian/control
- The Vcs-* fields are now officially supported, so remove the XS- prefix.
- Bump Standards-Version to 3.7.3. No further changes required.
- Drop dependency on lsb-base, as we no longer install a SysV init script.
- Tighten dependency on dbus (>= 1.1.2). This is required for the D-Bus
system activation support.
* debian/consolekit.init
- Deleted, no longer required.
* debian/consolekit.install
- Install the D-Bus service file debian/org.freedesktop.ConsoleKit.service
into /usr/share/dbus-1/system-services. This allows to start the
ConsoleKit service on demand.
* debian/consolekit.preinst
- Make sure the conffile /etc/init.d/consolekit and its symlinks in
/etc/rc?.d are properly removed on package upgrades.
-- Michael Biebl <biebl@debian.org> Tue, 11 Dec 2007 23:14:14 +0100
consolekit (0.2.3-2) unstable; urgency=low
* debian/control
- Add Depends: lsb-base (>= 3.0-6) as the init script uses the LSB logging
functions.
- Use the new "Homepage:" field to specify the upstream URL.
-- Michael Biebl <biebl@debian.org> Sun, 21 Oct 2007 20:04:16 +0200
consolekit (0.2.3-1) unstable; urgency=low
* New upstream release.
* debian/consolekit.install
- Install the ck-get-x11-display-device binary.
- Install the configuration files in /etc/ConsoleKit/.
* debian/consolekit.docs
- Install the ConsoleKit specification document.
-- Michael Biebl <biebl@debian.org> Wed, 19 Sep 2007 21:34:38 +0200
consolekit (0.2.1-2) unstable; urgency=low
* Upload to unstable.
-- Michael Biebl <biebl@debian.org> Fri, 10 Aug 2007 00:22:56 +0200
consolekit (0.2.1-1) experimental; urgency=low
* Initial release. (Closes: #416568)
-- Michael Biebl <biebl@debian.org> Thu, 29 Mar 2007 01:38:27 +0200
|