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
|
Source: mate-polkit
Section: x11
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Mike Gabriel <sunweaver@debian.org>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Build-Depends: autoconf-archive,
cdbs,
debhelper (>= 10.3~),
dpkg-dev (>= 1.16.1.1),
libayatana-appindicator3-dev,
libgtk-3-dev (>= 3.14),
libpolkit-agent-1-dev,
libpolkit-gobject-1-dev,
mate-common (>= 1.18),
pkg-config,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-polkit
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-polkit.git
Package: mate-polkit-bin
Architecture: all
Depends: mate-polkit (>= ${source:Version}),
${misc:Depends},
Breaks: mate-polkit (<< 1.12.0-3~),
Description: MATE authentication agent for PolicyKit-1 (executable wrapper script)
The mate-polkit package provides a D-Bus session bus service that is used to
bring up authentication dialogs used for obtaining privileges.
.
This package contains an executable wrapper script for the MATE policy kit
authentication agent.
.
This package eases using mate-polkit as PolicyKit-1 authentication agent on
non-MATE desktop environments that don't auto-launch their own authentication
agent (e.g., i3, awesome, ratpoison and alike).
Package: mate-polkit
Architecture: any
Multi-Arch: same
Depends: accountsservice,
mate-polkit-common (= ${binary:Version}),
policykit-1,
${misc:Depends},
${shlibs:Depends},
Provides: polkit-1-auth-agent,
Description: MATE authentication agent for PolicyKit-1
The mate-polkit package provides a D-Bus session bus service that is used to
bring up authentication dialogs used for obtaining privileges.
.
This package contains the MATE policy kit authentication agent.
Package: mate-polkit-common
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: mate-polkit (<< 1.8.0),
Description: MATE authentication agent for PolicyKit-1 (common files)
The mate-polkit package provides a D-Bus session bus service that is used to
bring up authentication dialogs used for obtaining privileges.
.
This package contains common files for the MATE policy kit authentication
agent.
|