summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17Use dh-autoreconf to update the build systemMichael Biebl3-1/+6
* Use dh-autoreconf to update the build system - Add Build-Depends on dh-autoreconf. - Add /usr/share/cdbs/1/rules/autoreconf.mk include in debian/rules.
2010-11-17Remove patchesMichael Biebl6-878/+9
* Remove patches - d/p/01-fallback_no_vt_waitevent.patch (obsolete) - d/p/80-gnukfreebsd_support_configure.ac.patch (merged upstream) - d/p/debian/patches/99-autoreconf.patch (use dh-autoreconf instead)
2010-11-17New upstream release.Michael Biebl1-0/+9
* New upstream release. - The VT_WAITEVENT mechanism proved to be racy and e.g. caused events being lost on suspend and resume. So this changes was reverted again. (Closes: #600756)
2010-09-21Release version 0.4.2-1 to unstabledebian/0.4.2-1Michael Biebl1-2/+2
2010-09-21Update 82-hurd_support.patchMichael Biebl2-13/+25
* debian/patches/82-hurd_support.patch - Updated for 0.4.2. - Check return value of malloc() to correctly handle OOM situations. Thanks Pino Toscano for the updated patch.
2010-09-20debian/patches/01-fallback_no_vt_waitevent.patchMichael Biebl3-0/+141
* debian/patches/01-fallback_no_vt_waitevent.patch - Add runtime check for VT_WAITEVENT and fallback to old behaviour of creating a thread for every possible VT.
2010-09-20Refresh patches.Michael Biebl3-516/+472
2010-09-20Use VT_WAITEVENT ioctl to monitor VT switchesMichael Biebl1-0/+3
to avoid spawning a thread for each possible VT. This requires a Linux kernel 2.6.32 or newer. (Closes: #526499)
2010-09-20Remove patches which have been merged upstream.Michael Biebl5-108/+4
- debian/patches/01-dont_daemonize_when_activated.patch - debian/patches/02-dont_take_bus_name_until_ready.patch - debian/patches/04-dont_fail_with_invalid_seats_file.patch
2010-09-20Bump Build-Depends on libglib2.0-dev to (>= 2.14.0) for GRegex.Michael Biebl2-1/+2
2010-09-20Bump Standards-Version to 3.9.1 for architecture wildcards.Michael Biebl2-2/+5
* debian/control - Bump Standards-Version to 3.9.1. - Use architecture wildcard kfreebsd-any for the libkvm-dev Build-Depends.
2010-09-20New upstream release.Michael Biebl1-0/+6
2010-02-24Release version 0.4.1-4 to unstabledebian/0.4.1-4Michael Biebl1-2/+3
2010-02-19Bump Standards-Version to 3.8.4 (no changes necessary).Martin Pitt2-1/+2
2010-02-19debian/90consolekit: gdm already creates a CK session for us, so do not run ↵Martin Pitt2-1/+10
the expensive D-Bus calls if we have $GDMSESSION.
2010-01-12Release version 0.4.1-3 to unstabledebian/0.4.1-3Michael Biebl1-2/+2
2010-01-12Don't segfault when reading an invalid seats fileMichael Biebl3-0/+23
* debian/patches/04-dont_fail_with_invalid_seats_file.patch - Don't segfault when reading an invalid seats file and ck_seat_new_from_file returns NULL. (Closes: #561106)
2010-01-12Fix race when being activated by a call on the manager objectMichael Biebl3-0/+66
* debian/patches/02-dont_take_bus_name_until_ready.patch - Claim bus name after registering the manager object. This fixes a race when being activated by a method call on the manager object, where ConsoleKit gets started but the method call fails. (Closes: #561592) Patch pulled from upstream Git.
2010-01-12Refresh patch to apply cleanlyMichael Biebl1-7/+7
2010-01-12Replace our D-Bus activation fix with a patch pulled from upstreamMichael Biebl4-32/+38
* debian/patches/01-dont_daemonize_when_activated.patch - Don't daemonize when being activated by D-Bus. D-Bus service activation does not (yet) handle forking daemons properly. Patch pulled from upstream Git. * debian/patches/04-defer_daemonizing.patch - Drop this patch, obsoleted by 01-dont_daemonize_when_activated.patch.
2009-11-11Bump Breaks to udev to << 147, since 147-1 is in unstable now.Martin Pitt2-1/+7
2009-11-10Release version 0.4.1-2 to unstabledebian/0.4.1-2Michael Biebl1-0/+6
2009-11-10Use correct branch for masterMichael Biebl1-1/+0
2009-11-05Release version 0.4.1-1 to experimentaldebian/0.4.1-1Michael Biebl1-2/+2
2009-11-05Add Breaks: udev (<< 147~) for changes in session.d/ calloutsMichael Biebl2-0/+5
The 'session_active_changed' type has been removed for session.d/ callouts. Tools relying on that need to be ported to the new seat.d/ infrastructure and use 'seat_active_session_changed' instead. This breaks older versions of udev-acl, so add a Breaks: udev (<< 147~).
2009-11-05Refresh 99-autoreconf.patch to apply cleanly.Michael Biebl1-247/+528
2009-11-04New upstream release.Michael Biebl1-0/+6
2009-11-04Add git-buildpackage config file for experimental branchMichael Biebl1-0/+3
2009-10-26Add upstream bug number for 82-hurd_support.patchMichael Biebl1-0/+1
2009-10-26Release version 0.3.1-2 to unstabledebian/0.3.1-2Michael Biebl1-2/+2
2009-10-26Run autoreconfMichael Biebl3-0/+497
* debian/patches/99-autoreconf.patch - Run autoreconf as 82-hurd_support.patch changes the build system.
2009-10-26Remove 81-gnukfreebsd_support_pseudo_run_autoconf.patchMichael Biebl2-14/+0
Will be replaced by 99-autoreconf.patch
2009-10-26Add support for GNU/Hurd. (Closes: #552393)Michael Biebl3-1/+505
* debian/patches/82-hurd_support.patch - Add support for GNU/Hurd. (Closes: #552393) The patch adds a sysdeps-gnu backend, which implements the process management using Hurd's libps, the *ttyent API for the part of the console implementation and the rest using similar (valid) approaches of other backends. Also, it fixes the PATH_MAX usage in pam-ck-connector/pam-ck-connector.c by using a variable-length malloc'ed buffer. Thanks to Pino Toscano for the patch.
2009-10-05delete 08-fix-double-close.patch (obsolete)Martin Pitt1-31/+0
2009-10-05debian/consolekit.preinst: Remove obsolete 90-console-kit conffile for ↵Martin Pitt2-0/+15
upgrades from Ubuntu 8.04. (Can be dropped after 10.04 LTS release.)
2009-10-05Use a slightly more elegant way to check if the session localMichael Biebl1-1/+2
2009-10-02Release version 0.3.1-1 to unstabledebian/0.3.1-1Michael Biebl1-2/+2
2009-10-02Don't create tag files for remote users. (Closes: #547347)Michael Biebl2-2/+3
2009-10-02Refresh patch to apply cleanlyMichael Biebl1-6/+6
2009-10-02Drop patchesMichael Biebl10-753/+11
* Drop patches - 04-consolekit_park.patch (obsolete, not used) - 05-dbus_policy.patch (merged upstream) - 05-pam-add-nox11.patch (merged upstream) - 06-xmlto_skip_validation.patch (fixed upstream, doc is valid xml now) - 08-fix-double-close.patch (merged upstream) - 09-directory-handle-leak.patch (merged upstream) - 10-file_monitor_remove_watch_crash.patch (merged upstream) - 11-unref-dbus-proxy.patch (merged upstream) - 12-allow-get-sessions.patch (merged upstream)
2009-10-02Install policy definitions for ConsoleKit.Michael Biebl2-0/+3
2009-10-02Add Build-Depends on libpolkit-gobject-1-dev (>= 0.92).Michael Biebl2-0/+3
2009-10-02New upstream releaseMichael Biebl1-0/+22
* New upstream release: - port to PolicyKit 1.0 - D-Bus policy updates - better diagnostic information for unimplemented backends - file monitoring fixes - get VT from X display if no controlling tty is available - add "nox11" option to PAM module - parse log entries with no body correctly - fix zero-sized struct/unions - solaris build fixes - parse gecos field for real name - leak fixes - compile warning fixes - fix doc xml validation errors - fix doc generation when srcdir != builddir - add example upstart events for logging - fix ChangeLog generation script to work with git-log moved to libexecdir
2009-09-02Update watch fileMichael Biebl1-1/+1
2009-09-02Upload to unstabledebian/0.3.0-4Michael Biebl1-2/+2
2009-09-02small whitespace cleanupMichael Biebl1-1/+1
2009-09-02Bump Standards-Version to 3.8.3.Michael Biebl2-1/+2
2009-09-02Add README.source which refers to the quilt documentation.Michael Biebl2-0/+4
2009-09-02Mark libpam-ck-connector Session-Interactive-OnlyMichael Biebl2-0/+4
debian/libpam-ck-connector.pam-auth-update: Mark this module as applying only to interactive sessions. (Closes: #543306) Thanks to Steve Langasek for the patch.
2009-09-02Install a logrotate configuration fileMichael Biebl2-0/+18
debian/consolekit.logrotate: Install a logrotate configuration file for /var/log/ConsoleKit/history so that it doesn't get huge and cause ck-history to take a long while to run on login. ck-history already handles reading from rotated logs. (Closes: #537833) Thanks to James Westby for the patch.