summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:36:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:36:07 +0900
commit25813d39a534b4e2e2bbc785a18589e1f1d50317 (patch)
tree445dfcd442862af0feef1f3fc5f915f8fe28b7e7 /debian/control
downloadpolkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.tar.gz
polkit-agent-tde-25813d39a534b4e2e2bbc785a18589e1f1d50317.zip
Initial import from polkit-kde-1 debian snapshot archive.
https://snapshot.debian.org/package/polkit-kde-1/0.99.1-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..90e6735
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: polkit-kde-1
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Fathi Boudra <fabo@debian.org>
+Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.11),
+ kdelibs5-dev, libpolkit-qt-1-dev (>= 0.99.0)
+Standards-Version: 3.9.4
+Section: libs
+Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-req/polkit-kde-1.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-req/polkit-kde-1.git
+
+Package: polkit-kde-1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, policykit-1
+Description: KDE dialogs for PolicyKit
+ 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.
+ .
+ PolicyKit-Kde provides a D-Bus session bus service that is used to
+ bring up authentication dialogs used for obtaining privileges.