diff options
| author | Michael Biebl <biebl@debian.org> | 2007-03-29 01:38:27 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2009-07-14 17:40:54 +0200 |
| commit | 33c868669d70aa24e749762338e10e93b76d2ed0 (patch) | |
| tree | 3f0f599450159e75470a72f805cd13d6df5ce0a9 /debian/control | |
| parent | b4c56fb4b5f0c496b544080c5dd38d3cf93c10e8 (diff) | |
| download | consolekit-33c868669d70aa24e749762338e10e93b76d2ed0.tar.gz | |
Imported Debian patch 0.2.1-1debian/0.2.1-1
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b180582 --- /dev/null +++ b/debian/control @@ -0,0 +1,58 @@ +Source: consolekit +Section: admin +Priority: optional +Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> +Uploaders: Michael Biebl <biebl@debian.org> +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libdbus-glib-1-dev (>= 0.30), libglib2.0-dev (>= 2.7.0), libx11-dev (>= 1.0.0), xmlto, libpam0g-dev +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/experimental/consolekit +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/consolekit + +Package: consolekit +Section: admin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dbus +Recommends: libpam-ck-connector +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. + which keyboard and mouse they use). + . + It provides asynchronous notification via the system message bus. + . + This package provides the system daemon and tools to interact with it. + +Package: libck-connector0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ConsoleKit libraries + ConsoleKit is a system daemon for tracking what users are logged + into the system and how they interact with the computer (e.g. + which keyboard and mouse they use). + . + This package provides libraries. + +Package: libck-connector-dev +Section: libdevel +Architecture: any +Depends: libck-connector0 (= ${binary:Version}), libdbus-1-dev +Description: ConsoleKit development files + ConsoleKit is a system daemon for tracking what users are logged + into the system and how they interact with the computer (e.g. + which keyboard and mouse they use). + . + This package provides the development libraries and headers. + +Package: libpam-ck-connector +Section: admin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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. + which keyboard and mouse they use). + . + This package provides a PAM module which can be used for console logins. + Graphical login managers should talk to the ConsoleKit directly. + |
