diff options
author | Michael Biebl <biebl@debian.org> | 2012-02-29 23:01:39 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-02-29 23:01:39 +0100 |
commit | ad262252cedcea46c3fb3e8b7186016368b66db6 (patch) | |
tree | 65ce3f629eb29299ac08ba49eafb12f79f33aa6a | |
parent | e2a148a6dd89b0af30587144b86077f8bf974d12 (diff) | |
download | consolekit-ad262252cedcea46c3fb3e8b7186016368b66db6.tar.gz |
Tighten dependencies on libck-connector0.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 529b52c..2d928d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ consolekit (0.4.5-3) UNRELEASED; urgency=low dpkg-buildflags and multiarch support. * Install libck-connector and libpam-ck-connector into multiarch paths and mark them as Multi-Arch: same. + * Tighten dependencies on libck-connector0. - -- Michael Biebl <biebl@debian.org> Mon, 27 Feb 2012 18:29:01 +0100 + -- Michael Biebl <biebl@debian.org> Wed, 29 Feb 2012 23:01:28 +0100 consolekit (0.4.5-2) unstable; urgency=low diff --git a/debian/control b/debian/control index f3a6ce1..f780fce 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Package: consolekit Section: admin Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dbus (>= 1.1.2) +Depends: ${shlibs:Depends}, ${misc:Depends}, libck-connector0 (= ${binary:Version}), dbus (>= 1.1.2) Recommends: libpam-ck-connector Breaks: udev (<< 147) Description: framework for defining and tracking users, sessions and seats @@ -64,7 +64,7 @@ Package: libpam-ck-connector Section: admin Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 1.0.1-6) +Depends: ${shlibs:Depends}, ${misc:Depends}, libck-connector0 (= ${binary:Version}), libpam-runtime (>= 1.0.1-6) Description: ConsoleKit PAM module ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. |