diff options
-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. |