diff options
author | Michele Calgaro <[email protected]> | 2021-12-06 00:02:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-08 19:24:33 +0900 |
commit | 7d1585c071206dd8460ed624eff764de5464dde7 (patch) | |
tree | 6e3a6fa7a9e1eb1d5dd510a6d4ae0e39bd915cb1 /debian/control | |
parent | 26fc60d30352bb3bbf00f8a392bbc695ff8cf29f (diff) | |
download | polkit-tqt-7d1585c071206dd8460ed624eff764de5464dde7.tar.gz polkit-tqt-7d1585c071206dd8460ed624eff764de5464dde7.zip |
Converted first part of examples code.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 84f37b250..7cfeca4df 100644 --- a/debian/control +++ b/debian/control @@ -4,22 +4,20 @@ Priority: optional Maintainer: TDE Debian Team <[email protected]> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <[email protected]> Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, libtqtinterface-dev, - libpolkit-gobject-1-dev, libpolkit-agent-1-dev + libpolkit-gobject-1-dev, libpolkit-agent-1-dev, libdbus-1-tqt-dev Standards-Version: 3.9.2 Package: libpolkit-tqt-dev Section: libdevel Architecture: any Depends: libpolkit-tqt (= ${binary:Version}), libtqtinterface-dev -#, libdbus-1-dev (>= 0.90) -#, libqt4-dev, ${misc:Depends} +Suggests: libpolkit-tqt-examples Description: PolicyKit-tqt development files 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. + granting access to privileged operations for unprivileged (desktop) applications. . libpolkit-tqt provides convenience classes and methods for TQt/TDE applications that want to use PolicyKit. @@ -35,8 +33,7 @@ Description: PolicyKit-tqt library 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. + granting access to privileged operations for unprivileged (desktop) applications. . libpolkit-tqt provides convenience classes and methods for TQt/TDE applications that want to use PolicyKit. @@ -44,3 +41,19 @@ Description: PolicyKit-tqt library This package contains the files necessary for running applications that use the libpolkit-tqt library. +Package: libpolkit-tqt-examples +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, policykit-1 +Description: PolicyKit-tqt library example files + 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 for unprivileged (desktop) applications. + . + libpolkit-tqt provides convenience classes and methods for TQt/TDE + applications that want to use PolicyKit. + . + This package contains example files and applications. + |