diff options
author | Michael Biebl <biebl@debian.org> | 2013-07-19 16:30:04 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2013-07-19 18:36:06 +0200 |
commit | 5208fd377ebc570f87cc3509c82ccda9bcac33ff (patch) | |
tree | c15b5c4e3e418a8754cfe1abc1b9fd851a66052f /debian | |
parent | b933057ee57df226516103352c7e990c3c5161ec (diff) | |
download | consolekit-5208fd377ebc570f87cc3509c82ccda9bcac33ff.tar.gz |
Add necessary Breaks/Replaces for udev.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index def2414..ba21323 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ consolekit (0.4.6-1) UNRELEASED; urgency=low * Track .xz tarballs instead of .gz. * Remove patches which are now applied upstream. * Enable support for udev-acl which has been removed from udev. + * Add necessary Breaks/Replaces for udev. -- Michael Biebl <biebl@debian.org> Fri, 19 Jul 2013 16:14:06 +0200 diff --git a/debian/control b/debian/control index 9a2dea9..8691cfa 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,8 @@ Section: admin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libck-connector0 (= ${binary:Version}), dbus (>= 1.1.2) Recommends: libpam-ck-connector -Breaks: udev (<< 147) +Breaks: udev (<< 204-1) +Replaces: udev (<< 204-1) 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. |