1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: policykit
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, pkg-config, libglib2.0-dev (>= 2.6.0), libdbus-1-dev (>= 1.0), libdbus-glib-1-dev (>= 0.73), libexpat1-dev, libpam0g-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], gtk-doc-tools, xsltproc
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/policykit
Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit
Homepage: http://hal.freedesktop.org/docs/PolicyKit/
Package: policykit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, consolekit, dbus
Recommends: policykit-gnome
Description: framework for managing administrative policies and privileges
PolicyKit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
.
It is a framework for centralizing the decision making process with respect to
granting access to privileged operations (like calling the HAL Mount() method)
for unprivileged (desktop) applications.
Package: policykit-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: devhelp
Description: documentation for PolicyKit
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains the API documentation of PolicyKit.
Package: libpolkit2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for accessing PolicyKit
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains a library for querying system-wide policy.
Package: libpolkit-dev
Architecture: any
Section: libdevel
Depends: libpolkit2 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
Description: library for accessing PolicyKit - development files
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains the development files for the library found in
libpolkit2.
Package: libpolkit-dbus2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for accessing PolicyKit via D-Bus
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains a helper library for obtaining seat, session
and caller information via D-Bus and ConsoleKit.
Package: libpolkit-dbus-dev
Architecture: any
Section: libdevel
Depends: libpolkit-dbus2 (= ${binary:Version}), ${misc:Depends}, libpolkit-dev, libdbus-1-dev
Description: library for accessing PolicyKit via D-Bus - development files
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
Helper library for obtaining seat, session and caller information via D-Bus
and ConsoleKit.
.
This package contains the development files for the library found in
libpolkit-dbus2.
Package: libpolkit-grant2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for obtaining privileges via PolicyKit
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains a library for obtaining privileges via PolicyKit.
Package: libpolkit-grant-dev
Architecture: any
Section: libdevel
Depends: libpolkit-grant2 (= ${binary:Version}), ${misc:Depends}, libpolkit-dev, libglib2.0-dev
Description: library for obtaining privileges via PolicyKit - development files
PolicyKit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
.
This package contains the development files for the library found in
libpolkit-grant2.
|