From b752cc5535ed71fa27217065dd7f6aa9b11143dc Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 5 Nov 2009 17:37:24 +0100 Subject: 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~). --- debian/changelog | 4 ++++ debian/control | 1 + 2 files changed, 5 insertions(+) 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 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. -- cgit v1.2.3