diff options
author | Michael Biebl <biebl@debian.org> | 2009-11-05 17:37:24 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-11-05 18:14:40 +0100 |
commit | b752cc5535ed71fa27217065dd7f6aa9b11143dc (patch) | |
tree | c82b70370ba98cb72eff4f50c52c5d27890206b9 | |
parent | 65d1d29ca0ccd80a260202360d8d335cf18409d7 (diff) | |
download | consolekit-b752cc5535ed71fa27217065dd7f6aa9b11143dc.tar.gz |
Add Breaks: udev (<< 147~) for changes in session.d/ callouts
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~).
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 773a50b..7496b31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ consolekit (0.4.1-1) UNRELEASED; urgency=low * New upstream release. + * 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~). -- Michael Biebl <biebl@debian.org> Wed, 04 Nov 2009 19:37:38 +0100 diff --git a/debian/control b/debian/control index 06613a9..a226e10 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Section: admin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dbus (>= 1.1.2) Recommends: libpam-ck-connector +Breaks: udev (<< 147~) 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. |